Updated adalight data types

This commit is contained in:
David Madison 2017-03-19 18:53:10 -04:00
parent b591ed106a
commit 8485478da5
1 changed files with 5 additions and 5 deletions

View File

@ -88,16 +88,16 @@ void adalight(){
mode = MODE_HEADER, mode = MODE_HEADER,
hi, lo, chk, i; hi, lo, chk, i;
int16_t int16_t
bytesBuffered = 0,
c; c;
int32_t uint16_t
bytesRemaining; bytesBuffered = 0;
uint32_t
bytesRemaining,
outPos;
unsigned long unsigned long
lastByteTime, lastByteTime,
lastAckTime, lastAckTime,
t; t;
int32_t
outPos = 0;
Serial.print("Ada\n"); // Send ACK string to host Serial.print("Ada\n"); // Send ACK string to host