Skip to content

Commit d3f01dc

Browse files
authored
Merge pull request #102 from IoaSman1/Cyton_SD_DataLogging_Fix
SD Data-logging Fix- V3.1.4
2 parents e601937 + 75d848e commit d3f01dc

2 files changed

Lines changed: 165 additions & 40 deletions

File tree

examples/DefaultBoard/DefaultBoard.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <OpenBCI_32bit_Library.h>
77
#include <OpenBCI_32bit_Library_Definitions.h>
88

9+
910
// Booleans Required for SD_Card_Stuff.ino
1011
boolean addAccelToSD = false; // On writeDataToSDcard() call adds Accel data to SD card write
1112
boolean addAuxToSD = false; // On writeDataToSDCard() call adds Aux data to SD card write
@@ -14,8 +15,11 @@ boolean SDfileOpen = false; // Set true by SD_Card_Stuff.ino on successful file
1415
void setup() {
1516
// Bring up the OpenBCI Board
1617
board.begin();
18+
1719
// Bring up wifi
1820
wifi.begin(true, true);
21+
22+
1923
}
2024

2125
void loop() {

0 commit comments

Comments
 (0)