Skip to content

Commit

Permalink
Merge pull request #102 from IoaSman1/Cyton_SD_DataLogging_Fix
Browse files Browse the repository at this point in the history
SD Data-logging Fix- V3.1.4
  • Loading branch information
retiutut authored Oct 9, 2024
2 parents e601937 + 75d848e commit d3f01dc
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 40 deletions.
4 changes: 4 additions & 0 deletions examples/DefaultBoard/DefaultBoard.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <OpenBCI_32bit_Library.h>
#include <OpenBCI_32bit_Library_Definitions.h>


// Booleans Required for SD_Card_Stuff.ino
boolean addAccelToSD = false; // On writeDataToSDcard() call adds Accel data to SD card write
boolean addAuxToSD = false; // On writeDataToSDCard() call adds Aux data to SD card write
Expand All @@ -14,8 +15,11 @@ boolean SDfileOpen = false; // Set true by SD_Card_Stuff.ino on successful file
void setup() {
// Bring up the OpenBCI Board
board.begin();

// Bring up wifi
wifi.begin(true, true);


}

void loop() {
Expand Down
Loading

0 comments on commit d3f01dc

Please sign in to comment.