We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b247d commit c8427a1Copy full SHA for c8427a1
examples/magic_wand/magic_wand.ino
@@ -12,7 +12,7 @@ limitations under the License.
12
13
#include <TensorFlowLite.h>
14
15
-// If you are using a Nano BLE rev2, uncomment the next line:
+// If you are using a Nano 33 BLE rev2, uncomment the next line:
16
// #define NANO33_BLE_REV2
17
18
#include "tensorflow/lite/micro/micro_error_reporter.h"
examples/test_IMU/test_IMU.ino
@@ -6,7 +6,7 @@
6
Requires the Arduino_LSM9DS1 library library
7
*/
8
9
10
11
#ifdef NANO33_BLE_REV2
0 commit comments