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 14f5bfd commit cbef040Copy full SHA for cbef040
examples/ScienceKit/Nano33BLESenseRev2Firmware/config.h
@@ -12,7 +12,6 @@ const int FlashChipSelect = 2;
12
13
// IMU
14
// BMM150 and bmi 270
15
-//#include <BoschSensorClass.h>
16
#include "Arduino_BMI270_BMM150.h"
17
18
@@ -38,7 +37,7 @@ void blinkLoop() {
38
37
}
39
40
void sensorsInit() {
41
- // bmm150
+ // bmm150 and bmi270
42
if (!IMU.begin()) {
43
Serial.println("Failed to initialize IMU!");
44
while (1);
0 commit comments