You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#define SPI_BAUDRATE 1000000
|
|
#define SPI_MASTER 1
|
|
#define SPI_READBUF_LEN 32
|
|
|
|
uint8_t spi_write(uint8_t *data, uint8_t len);
|
|
void spi_init();
|