Update 'bit_train/bit_train.ino'
This commit is contained in:
parent
5594be12b0
commit
9b5d726c1e
@ -21,7 +21,7 @@ const byte numChars = 255;
|
||||
char receivedChars[numChars]; // an array to store the received data
|
||||
char receivedCommand[numChars]; // an array to store the received command
|
||||
char receivedValue[numChars]; // an array to store the received command
|
||||
const byte numBits = 500;
|
||||
const int numBits = 500;
|
||||
bool gpio[40][numBits]; // storage of the gpio output spike train
|
||||
int gpiolen[40]; // number of bits per gpio output
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user