This commit is contained in:
James Devine 2018-03-26 01:15:54 +02:00 committed by GitHub
parent 17a4e40cd8
commit 57b6308506

View file

@ -1,12 +1,19 @@
// This #include statement was automatically added by the Particle IDE.
#include <Particle-GPS.h>
// This #include statement was automatically added by the Particle IDE.
#include <ParticleSoftSerial.h>
#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