Personal-Data-Acquisition / sensor_lib_aht20

A library for the AHT20 sensor module, meant to be used as a git sub-module
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Documentation enhancement #20

Closed jake-g00dwin closed 8 months ago

jake-g00dwin commented 9 months ago
jake-g00dwin commented 9 months ago

I've managed to build a decent working example of running it on the stm32103c8, It initializes the sensor and takes measurements that are printed out via rtt that is accessible through the probe-rs program when a programmer/debugger is connected.

I'll look into adding it into an examples folder after I've integrated the documentation on how to use it into the main repo itself.