Skip to content

Commit

Permalink
added bioreactor state to handshake
Browse files Browse the repository at this point in the history
  • Loading branch information
roblehmann committed Dec 15, 2015
1 parent 10b2c2d commit d21ea22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion global.ino
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ void sendHandshake()
Serial.print(sep);
Serial.print(numLeds);
Serial.print(sep);
Serial.println(referenceValuesDone);
Serial.print(referenceValuesDone);
Serial.print(sep);
Serial.println(BIOREACTOR_MODE);
}

/*-----------------------
Expand Down

0 comments on commit d21ea22

Please sign in to comment.