summaryrefslogtreecommitdiff
path: root/components/temperature.c
Commit message (Collapse)AuthorAge
* Fix typo in temperatureAaron Marcher2018-04-29
|
* temp: Port to OpenBSDAaron Marcher2018-04-29
| | | | In OpenBSD temperature gets fetched using sysctl now.
* More robust preprocessor switchesAaron Marcher2018-03-21
| | | | | Replace #ifdef with #if defined() and #elif with #elif defined() as it should only test if it is defined or not.
* Build Linux-only functions only on LinuxAaron Marcher2018-03-18
|
* Move components into dedicated subdirectoryLaslo Hunhold2017-09-24
This brings us a lot more tidiness.