Maurice Makaay
|
7f5f60a6ac
|
Moved callbacks (which live in the top-level namespace) into a separate file, so I have a clear overview of all these.
|
2020-07-15 16:03:16 +02:00 |
Maurice Makaay
|
19f754b577
|
Okay, got some things working again. At least the device doesn't crash anymore :-) The sensors need some work to give correct readings in the new setup. It looks like I'm initializing them twice or so. Fix will follow in the next commit.
|
2020-07-14 15:28:20 +02:00 |
Maurice Makaay
|
a6e7609d66
|
Another step towards the new SensorController. It is now also responsible for triggering the measurements based on a simple parameter (after how many seconds to trigger a measurement).
|
2020-07-13 15:48:13 +02:00 |
Maurice Makaay
|
c5547b37ee
|
Removed ugly namespace mentioning at namespace closing brace, which was added by the code formatter.
|
2020-07-12 22:43:35 +02:00 |
Maurice Makaay
|
a31840c479
|
Completed moving all code into its own Dough namespace, to prevent naming clashes with stuff like WiFi and DHT11.
|
2020-07-12 22:41:23 +02:00 |