Skip to content

Commit cbef040

Browse files
authored
Apply suggestions from code review
1 parent 14f5bfd commit cbef040

File tree

1 file changed

+1
-2
lines changed
  • examples/ScienceKit/Nano33BLESenseRev2Firmware

1 file changed

+1
-2
lines changed

examples/ScienceKit/Nano33BLESenseRev2Firmware/config.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const int FlashChipSelect = 2;
1212

1313
// IMU
1414
// BMM150 and bmi 270
15-
//#include <BoschSensorClass.h>
1615
#include "Arduino_BMI270_BMM150.h"
1716

1817

@@ -38,7 +37,7 @@ void blinkLoop() {
3837
}
3938

4039
void sensorsInit() {
41-
// bmm150
40+
// bmm150 and bmi270
4241
if (!IMU.begin()) {
4342
Serial.println("Failed to initialize IMU!");
4443
while (1);

0 commit comments

Comments
 (0)