]> Joshua Wise's Git repositories - netwatch.git/blob - include/serial.h
dcb5921f84c32978c5697b7c3b48b43d7ec123f6
[netwatch.git] / include / serial.h
1 #ifndef SERIAL_H
2 #define SERIAL_H
3
4 extern void serial_init();
5 extern void serial_tx(unsigned char c);
6
7 #endif
This page took 0.052374 seconds and 2 git commands to generate.