From 9b5d726c1e8978bb9cdbf576f44525cf4b894d27 Mon Sep 17 00:00:00 2001 From: Adema Date: Wed, 14 Dec 2022 11:51:12 +0100 Subject: [PATCH] Update 'bit_train/bit_train.ino' --- bit_train/bit_train.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bit_train/bit_train.ino b/bit_train/bit_train.ino index ab172cb..8447a87 100644 --- a/bit_train/bit_train.ino +++ b/bit_train/bit_train.ino @@ -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