Open steph1111 opened 6 months ago
Create a class for the i2c.py mega node which reads and publishes data from the Bar02 Ultra High Resolution 10m Depth/Pressure Sensor on the branch i2c-mega-node. Reference bme280.py for an example of creating a sensor class for the mega node.
i2c.py
i2c-mega-node
bme280.py
Task summary
Create a class for the
i2c.py
mega node which reads and publishes data from the Bar02 Ultra High Resolution 10m Depth/Pressure Sensor on the branchi2c-mega-node
. Referencebme280.py
for an example of creating a sensor class for the mega node.