Update 'bit_train/bit_train.ino'

This commit is contained in:
Adema 2022-12-14 11:51:12 +01:00
parent 5594be12b0
commit 9b5d726c1e

View File

@ -21,7 +21,7 @@ const byte numChars = 255;
char receivedChars[numChars]; // an array to store the received data char receivedChars[numChars]; // an array to store the received data
char receivedCommand[numChars]; // an array to store the received command char receivedCommand[numChars]; // an array to store the received command
char receivedValue[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 bool gpio[40][numBits]; // storage of the gpio output spike train
int gpiolen[40]; // number of bits per gpio output int gpiolen[40]; // number of bits per gpio output