Mercurial > public > ostc4
changeset 184:8117802894a4 Cleanup_Compass_Wireless
Cleanup compiler warnings
author | ideenmodellierer |
---|---|
date | Thu, 14 Mar 2019 20:44:23 +0100 |
parents | 9baecc0c24b2 |
children | 1bb24fd3fc92 4073b8091224 |
files | Small_CPU/Inc/spi.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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 */