This commit is contained in:
parent
17a4e40cd8
commit
57b6308506
1 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue