]> www.fi.muni.cz Git - openparking.git/blob - firmware/rs485.h
Fixed permissions for the source code.
[openparking.git] / firmware / rs485.h
1 #ifndef _RS485_H
2 #define _RS485_H
3
4 /*
5  * Loosely modelled after AVR-RS485 by Yoshinori Kohyama (http://algobit.jp/),
6  * available at https://github.com/kohyama/AVR-RS485/
7  *
8  * All bugs by Jan "Yenya" Kasprzak <kas@fi.muni.cz> :-)
9  */
10
11 void rs485_init();
12 void rs485_send(char *p);
13
14 #endif /* _RS485_H */