Added spi/spi_master_slave. (#101)

Co-authored-by: Michael Stoops <spam@michaelstoops.com>
This commit is contained in:
Michael Stoops
2022-05-16 12:22:24 -07:00
committed by GitHub
parent 1a2a85ca6e
commit 2147301e11
12 changed files with 5574 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
add_subdirectory(spi_master)
add_subdirectory(spi_slave)