Update nano_c_mk1.ino

This commit is contained in:
Eric Yu 2023-01-31 18:54:09 -08:00 committed by GitHub
parent e7825fbca4
commit f78d086f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
unsigned long currTime; // non-blocking timer
Adafruit_ADS1115 adc;
int i; // loop iterators
float adcReadings[ADS_MAX];
void setup() {
Wire.begin();