Mercurial > public > ostc4
diff Small_CPU/Inc/spi.h @ 184:8117802894a4 Cleanup_Compass_Wireless
Cleanup compiler warnings
author | ideenmodellierer |
---|---|
date | Thu, 14 Mar 2019 20:44:23 +0100 |
parents | 22a1094545f3 |
children | b3685fbada3b |
line wrap: on
line diff
--- a/Small_CPU/Inc/spi.h Thu Mar 14 20:44:03 2019 +0100 +++ b/Small_CPU/Inc/spi.h Thu Mar 14 20:44:23 2019 +0100 @@ -30,6 +30,8 @@ //void SPI_Start_single_TxRx_with_Master_and_Stop_ChipSelectControl(void); void SPI_Start_single_TxRx_with_Master(void); void SPI_synchronize_with_Master(void); +void SPI_Evaluate_RX_Data(void); /*process the data received during last 100ms cycle */ + void MX_SPI_DeInit(void); /* button adjust */