chore: cleanup
This commit is contained in:
@@ -20,11 +20,11 @@ void spidma_read_buffer(uint8_t *buf, uint16_t len);
|
||||
// SPI DMA buffer write
|
||||
void spidma_write_buffer(uint8_t *buf, uint16_t len);
|
||||
|
||||
// SPI (non-DMA) byte read
|
||||
uint8_t spi_read_byte();
|
||||
// // SPI (non-DMA) byte read
|
||||
// uint8_t spi_read_byte();
|
||||
|
||||
// SPI (non-DMA) byte write
|
||||
void spi_write_byte(uint8_t byte);
|
||||
// // SPI (non-DMA) byte write
|
||||
// void spi_write_byte(uint8_t byte);
|
||||
|
||||
// activate CS
|
||||
void spi_select(void);
|
||||
|
||||
Reference in New Issue
Block a user