Create IADCSensorData class overseeing the connection and processing of the data coming from most sensors
Implementation
Gets data from the ADCs and returns processed data. All sensors need to be declared as single objects, and the Sensor.Process() function will be run in the main loop, to gather data from each sensor.
Testing
It works with an ESP32, but needs further testing with ADCs and sensors.
Purpose
Create IADCSensorData class overseeing the connection and processing of the data coming from most sensors
Implementation
Gets data from the ADCs and returns processed data. All sensors need to be declared as single objects, and the Sensor.Process() function will be run in the main loop, to gather data from each sensor.
Testing
It works with an ESP32, but needs further testing with ADCs and sensors.
View on github
References
https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#referencing-issues-and-pull-requests
PR Review Rules