blinkenstrip

Documentation: http://frombelow.net/projects/blinkenstrip/
Clone: git clone https://git.frombelow.net/blinkenstrip.git
Log | Files | Refs | README | LICENSE

CMakeLists.txt (116B)


      1 idf_component_register(
      2   SRCS "main.c"
      3        "led.c"
      4        "led_strip.c"
      5        "webserver.c"
      6   INCLUDE_DIRS "")