Added a 14 segment LED example, driven by the HT16K33 (#219)

No fritzing parts available for the device so no diagrams
This commit is contained in:
James Hughes
2022-11-25 17:32:13 +00:00
committed by GitHub
parent aa9a72b494
commit 82eae4c8ea
5 changed files with 281 additions and 0 deletions

View File

@@ -10,4 +10,5 @@ if (NOT PICO_NO_HARDWARE)
add_subdirectory(ssd1306_i2c)
add_subdirectory(pa1010d_i2c)
add_subdirectory(pcf8523_i2c)
add_subdirectory(ht16k33_i2c)
endif ()