Attempting to add pico-ice to website.

This commit is contained in:
Brad Nelson
2023-12-08 18:36:26 -08:00
parent 7f49b3503d
commit 7ec27fbeef
9 changed files with 412 additions and 167 deletions

View File

@ -143,6 +143,7 @@
#else
# define OPTIONAL_SPI_SUPPORT \
YV(ice, ice_spi_init, ice_spi_init()) \
YV(ice, ice_spi_init_cs_pin, ice_spi_init_cs_pin(n1, n0); DROPn(2)) \
YV(ice, ice_spi_chip_select, ice_spi_chip_select(n0); DROP) \
YV(ice, ice_spi_chip_deselect, ice_spi_chip_deselect(n0); DROP) \
YV(ice, ice_spi_read_blocking, ice_spi_read_blocking(b1, n0); DROPn(2)) \