mirror of
https://github.com/yoboujon/dumber.git
synced 2025-06-08 22:00:49 +02:00
10 lines
109 B
C
10 lines
109 B
C
#ifndef cmde_usart_H
|
|
#define cmde_usart_H
|
|
|
|
void INIT_SPI(void);
|
|
void MAP_pinSpi(void);
|
|
|
|
|
|
|
|
#endif
|
|
|