Draft: Read Sensors on ESP32 Client device
Branch to add specific implementation of sensors to be merged whenever a new sensor is done
Edited by Moritz Perschke
Merge request reports
Activity
Filter activity
added 1 commit
- bbe19333 - Sensor INA219 adapapted to the sensor interface forte_sensor.hpp
added 1 commit
- 013c57d7 - drs26 sensor adaption to the sensor interface foter_sensor.hpp
As of now, we will be using
clang-format
to format our code. I have provided a preliminary template (see.clang-format
in the root directory). You can use https://marketplace.visualstudio.com/items?itemName=xaver.clang-format to integrate clang-format into your VSCode workspace. Please set up format on save ("editor.formatOnSave": true
).Edited by Zoe Pfisteradded 1 commit
- fd2ee8b2 - Combining the code fro the sensor_station and esp_now client
Please register or sign in to reply