/zephyr-aw9364

Awinic AW9364 LED driver for Zephyr

Primary LanguageCApache License 2.0Apache-2.0

AW9364 sample

Awinic AW9364 LED driver for Zephyr.

Usage

  1. Add this repository as a submodule into your project

    git submodule add https://github.com/xingrz/zephyr-aw9364.git
  2. In your CMakeLists.txt:

    list(APPEND ZEPHYR_EXTRA_MODULES ${CMAKE_SOURCE_DIR}/zephyr-aw9364/aw9364)
  3. In your prj.conf:

    CONFIG_AW9364=y
    

Build sample

west build -b esp32 sample

License

Apache-2.0