Add a couple of examples of using the Max7219 LED driver chip (#209)

This commit is contained in:
James Hughes
2022-05-17 15:35:03 +01:00
committed by GitHub
parent 72e41ad66f
commit 705cd0fbea
7 changed files with 396 additions and 0 deletions

View File

@@ -4,4 +4,6 @@ if (NOT PICO_NO_HARDWARE)
add_subdirectory(spi_dma)
add_subdirectory(spi_master_slave)
add_subdirectory(spi_flash)
add_subdirectory(max7219_32x8_spi)
add_subdirectory(max7219_8x7seg_spi)
endif ()