mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-05-09 06:16:54 +03:00
seems like it works; later TODO: add USART for RS232
This commit is contained in:
@@ -27,6 +27,8 @@ typedef enum{
|
||||
} spiStatus;
|
||||
|
||||
extern spiStatus SPI_status;
|
||||
// SPI channel number for `CS` macro
|
||||
extern uint8_t as3935_channel;
|
||||
|
||||
void spi_setup();
|
||||
uint8_t SPI_transmit(uint8_t *buf, uint8_t len);
|
||||
|
||||
Reference in New Issue
Block a user