Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of DDRO_Farrari by
Diff: serialIO.h
- Revision:
- 10:95e9932f7990
- Parent:
- 9:cbb692f51e0f
--- a/serialIO.h Tue Feb 11 21:36:52 2014 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -#ifndef SERIALIO_H -#define SERIALIO_H - -#include "pinout.h" - -const int buffer_size = 255; - -extern char rx_line[]; -extern char tx_line[]; -// functions for sending data -extern void send_line(); -extern void Tx_interrupt(); -// functions for receiving data -extern void read_line(); -extern void Rx_interrupt(); -#endif \ No newline at end of file
