comparison Small_CPU/Inc/spi.h @ 160:e3ca52b8e7fa

Merge with FlipDisplay
author heinrichsweikamp
date Thu, 07 Mar 2019 15:06:43 +0100
parents 22a1094545f3
children 8117802894a4
comparison
equal deleted inserted replaced
80:cc2bb7bb8456 160:e3ca52b8e7fa
34 34
35 /* button adjust */ 35 /* button adjust */
36 void MX_SPI3_Init(void); 36 void MX_SPI3_Init(void);
37 void MX_SPI3_DeInit(void); 37 void MX_SPI3_DeInit(void);
38 uint8_t SPI3_ButtonAdjust(uint8_t *arrayInput, uint8_t *arrayOutput); 38 uint8_t SPI3_ButtonAdjust(uint8_t *arrayInput, uint8_t *arrayOutput);
39 39 void MX_SPI_DeInit(void);
40
41
40 #ifdef __cplusplus 42 #ifdef __cplusplus
41 } 43 }
42 #endif 44 #endif
43 #endif /* SPI_H */ 45 #endif /* SPI_H */
44 46