comparison 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
comparison
equal deleted inserted replaced
183:9baecc0c24b2 184:8117802894a4
28 28
29 void MX_SPI1_Init(void); 29 void MX_SPI1_Init(void);
30 //void SPI_Start_single_TxRx_with_Master_and_Stop_ChipSelectControl(void); 30 //void SPI_Start_single_TxRx_with_Master_and_Stop_ChipSelectControl(void);
31 void SPI_Start_single_TxRx_with_Master(void); 31 void SPI_Start_single_TxRx_with_Master(void);
32 void SPI_synchronize_with_Master(void); 32 void SPI_synchronize_with_Master(void);
33 void SPI_Evaluate_RX_Data(void); /*process the data received during last 100ms cycle */
34
33 void MX_SPI_DeInit(void); 35 void MX_SPI_DeInit(void);
34 36
35 /* button adjust */ 37 /* button adjust */
36 void MX_SPI3_Init(void); 38 void MX_SPI3_Init(void);
37 void MX_SPI3_DeInit(void); 39 void MX_SPI3_DeInit(void);