This commit is contained in:
Adi Azulay 2019-04-01 16:04:12 -07:00
Родитель ca8790ff41
Коммит 5888a7bc50
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -50,7 +50,7 @@ void loop()
processIncomingSerial();
// Process and send data to Excel via serial port (Data Streamer)
// processOutgoingSerial();
processOutgoingSerial();
if ( strcmp ("Apple", arr[0]) == 0){ // Compares STR1 to STR2 returns 0 if true.
Serial.println("working");