summaryrefslogtreecommitdiff
path: root/Mode/Mode.h
AgeCommit message (Expand)AuthorFiles
2016-01-28add license header to source filesMike Fiore1
2015-12-11Merge branch 'link_check'Mike Fiore1
2015-12-10preserve configured data rate and power when entering and exiting modesMike Fiore1
2015-12-10remove extra GPS and Sensor objects from Mode classMike Fiore1
2015-12-09Display sensor data on demo screen.Leon Lindenfelser1
2015-12-09Merge branch 'sensors'Leon Lindenfelser1
2015-12-08Added more getters to the sensor handler.Leon Lindenfelser1
2015-12-08use link check instead of ping for compatibility with 3rd party network serversMike Fiore1
2015-12-03Added update sensor function.Leon Lindenfelser1
2015-12-02implement AT command to delete survey data fileMike Fiore1
2015-12-02update success and failure layouts and modes to display GPS data when availableMike Fiore1
2015-12-02use a global GPS object like we do for buttons, LoRa, etcMike Fiore1
2015-12-01Merge branch 'modeDemo'Mike Fiore1
2015-12-01Added GPS parser object and survey data packet.Leon Lindenfelser1
2015-11-24use floats for SNR values - will be supported in next mbed release, add loggi...Mike Fiore1
2015-11-23stub out functions & struct for formatting data packets for both survey and d...Mike Fiore1
2015-11-23save survey data to file, start adding support for sending data packet, misc ...Mike Fiore1
2015-11-20refactor more common elements into Mode template classMike Fiore1
2015-11-19use a single layout for help screens as they're basically all the same, misc ...Mike Fiore1
2015-11-18create Mode base class for modes - implement join as a mode and update main a...Mike Fiore1