diff --git a/Open_Auto.ino b/Open_Auto.ino index 1a3838f..c5fab86 100644 --- a/Open_Auto.ino +++ b/Open_Auto.ino @@ -1,12 +1,19 @@ // This #include statement was automatically added by the Particle IDE. #include - -// This #include statement was automatically added by the Particle IDE. #include #include "Particle.h" //This is licensed under GPL V3. +//status: +//master rfid is encoded. +//gps position feedback up and running +//working on adding reservations +//Reservation command works -> prints out data locally from parser; +//need to chain this up with the other functions to create a reservation structure and push this to eeprom +//then work on the indexing + 'live' reservation and reservation deletion. +//Somehow reservations need to be archived in a sequential order. Bubble sort? + #define RECEIVER SoftSer #define PROTOCOL SERIAL_8N1