Dtynin
Dtynin
How to Fetch and Display Data from DHT22 Sensor on AVR32UC with Zephyr OS?
Thanks for getting back to me, @Enthernet Code I didn't use mutex locks in my implementation because I'm not working with FreeRTOS. Instead, I'm using Zephyr OS, which comes with its own synchronization tools. Here's my prj.conf file
CONFIG_SENSOR=y
CONFIG_DHT=y
CONFIG_DHT_TRIGGER=y
CONFIG_SENSOR=y
CONFIG_DHT=y
CONFIG_DHT_TRIGGER=y
I’ll try adding debug prints in the driver code next @Sterling
11 replies