sfuphantom / DAQ

0 stars 0 forks source link

IADCSensorData #26

Closed Andromas14 closed 1 year ago

Andromas14 commented 1 year ago

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

  1. Reviewer is responsible for resolving any threads they started
  2. One commit per thread and if it's a widespread change, link the commit in the reply pls :)
  3. ...