pcsensor-temper
pcsensor-temper copied to clipboard
Sqlite logging
This builds on the previous PR. With the USB-related functionality broken out into a separate module, I created two new programs: (1) "pcsensor_sqlite" which will periodically log temps to an sqlite3 database, and (2) "templog" which provides simple ways of querying the sqlite3 temperature database, along with simple statistics (max/min/avg/median/stddev).