summaryrefslogtreecommitdiff
path: root/stm32/serial.h
blob: 1a0f5103d1ba3f969c69f7e7aab98d90c84eb913 (plain)
1
2
3
4
5
6
7
8
#ifndef SERIAL_H
#define SERIAL_H

void serial_setup(void);
void serial_putc(uint8_t);
int serial_getc(void);

#endif /* SERIAL_H */