From 57b63085064c81b9a5c6a2bc859c42844cb46756 Mon Sep 17 00:00:00 2001 From: James Devine Date: Mon, 26 Mar 2018 01:15:54 +0200 Subject: [PATCH] --- Open_Auto.ino | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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