mirror of
https://github.com/yoboujon/dumber.git
synced 2025-06-09 06:10: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
|
|
|