]> cloudbase.mooo.com Git - z180-stamp.git/blame - stm32/serial.h
Disable all peripheral functions globally. Enable used functions when needed.
[z180-stamp.git] / stm32 / serial.h
CommitLineData
6b81b39f
L
1#ifndef SERIAL_H
2#define SERIAL_H
3
4void serial_setup(void);
5void serial_putc(uint8_t);
6int serial_getc(void);
7
8#endif /* SERIAL_H */