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.
Dependencies: EthernetInterface mbed-rtos
SerialDevice.h
00001 #ifndef SERIAL_DEVICE_HEADER_INCLUDED 00002 #define SERIAL_DEVICE_HEADER_INCLUDED 00003 00004 #include <stdint.h> 00005 00006 #define TIMEOUT 1 00007 00008 00009 extern void(*SerialDevice_putc)(const char c); 00010 extern uint8_t(*SerialDevice_available)(); 00011 extern uint8_t(*SerialDevice_getc)(); 00012 00013 extern int32_t INFINITE; 00014 int8_t SerialDevice_read(uint8_t* buffer, const uint8_t size, const int32_t &wait_usec=INFINITE); 00015 #endif
Generated on Fri Jul 22 2022 21:22:50 by
1.7.2