comparison Small_CPU/Inc/spi.h @ 115:3834b6272ee5 FlipDisplay

Merge with 68181cd61f2069d061621c2cd2a6afddb7486f5e
author Ideenmodellierer
date Thu, 03 Jan 2019 19:59:36 +0100
parents 22a1094545f3
children 8117802894a4
comparison
equal deleted inserted replaced
114:79b19d56ab08 115:3834b6272ee5
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