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 88b101a commit 96474adCopy full SHA for 96474ad
Firmware/_9DoF_Razor_M0_Firmware/_9DoF_Razor_M0_Firmware.ino
@@ -15,7 +15,7 @@ can be modified using the included "config.h" file.
15
16
Resources:
17
SparkFun MPU9250-DMP Arduino Library:
18
- https://github.com/sparkfun/SparkFun-MPU-9250-DMP-Arduino-Library
+ https://github.com/sparkfun/SparkFun_MPU-9250-DMP_Arduino_Library
19
FlashStorage Arduino Library
20
https://github.com/cmaglie/FlashStorage
21
@@ -336,6 +336,8 @@ bool initSD(void)
336
{
337
return false;
338
}
339
+
340
+ return true;
341
342
343
// Log a string to the SD card
0 commit comments