Skip to content

Commit

Permalink
roll back header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Feb 16, 2023
1 parent a6b63ee commit c8733fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=DSpotterSDK_Maker_33BLE
version=1.0.4
version=1.0.5
author=Cyberon Corporation
maintainer=Cyberon Corporation <[email protected]>
sentence=DSpotterSDK_Maker_33BLE provides offline speech recognition function for developers on Arduino Nano 33 BLE Sense, which can recognize trigger words and command words.
Expand Down
9 changes: 0 additions & 9 deletions src/DSpotterSDK_Maker.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@
#include <stdint.h>
#include <stdbool.h>

#if defined(TARGET_ARDUINO_NANO33BLE) || defined(TARGET_PORTENTA_H7)
// For ARDUINO_NANO33BLE and PORTENTA_H7
#include <pins_arduino.h>
#elif defined(TARGET_NANO_RP2040_CONNECT)
// For NANO_RP2040_CONNECT
#include <ArduinoECCX08.h>
#include <WiFiNINA.h>
#endif

class DSpotterSDK
{
public:
Expand Down

0 comments on commit c8733fc

Please sign in to comment.