Update feather_sense_sensor_demo.ino
This commit is contained in:
parent
4e8fff3afe
commit
bc7dffd168
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ void setup(void) {
|
|||
for (int i =0; i < 5; i++) {
|
||||
if (accel_array[i] != check_array[i]) {
|
||||
new_rev = false;
|
||||
break
|
||||
break;
|
||||
}
|
||||
}
|
||||
// and we need to instantiate the LSM6DS3TRC
|
||||
|
|
|
|||
Loading…
Reference in a new issue