Awinic AW9364 LED driver for Zephyr.
-
Add this repository as a submodule into your project
git submodule add https://github.com/xingrz/zephyr-aw9364.git
-
In your
CMakeLists.txt
:list(APPEND ZEPHYR_EXTRA_MODULES ${CMAKE_SOURCE_DIR}/zephyr-aw9364/aw9364)
-
In your
prj.conf
:CONFIG_AW9364=y
west build -b esp32 sample