summaryrefslogtreecommitdiff
path: root/dexcom_reader/readdata.py
AgeCommit message (Expand)Author
2019-01-10add support for Dexcom G5 Mobile and make it defaultHEADmasterAndrew Cady
2017-04-01catch (and avoid) some more serial port error typesAndrew Cady
2017-02-10throw a specific exception for serial port errorsAndrew Cady
2017-01-26readdata.py: handle empty page ranges correctlyAndrew Cady
2016-12-26readdata.py supports --g5 and --g4 optionsAndrew Cady
2016-12-26new ReadRecords() parameter specifies number of pages of records to readAndrew Cady
2016-05-28attempt unifying G5 support, legacy calsBen West
2016-05-28support fetching cal_setBen West
2016-03-15add WriteChargerCurrentSettingBen West
2016-03-15add support for WriteDisplayTimeOffset: update clock!Ben West
2016-03-15read ChargerCurrent settingsBen West
2016-03-14add four more read commandsBen West
2015-10-15Fixed record iteration and readingChris Hannemann
2015-10-15try reversing identical set of pagesBen West
2015-05-08ditch numpy (unused extra dependency)Ben West
2015-05-01lazy iter over all recordsBen West
2014-11-24export sensor recordsBen West
2014-05-24prep for installable moduleBen West