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: NerfUSXbee PinDetect EthernetInterface JSON MFRC522 WebSocketClient mbed-rtos mbed
ports.hpp
00001 #pragma once 00002 #include "mbed.h" 00003 //#include "rtos.h" 00004 //#include "lpc17xx.h" 00005 00006 //Printf to pc and add new line 00007 #define toPc(str, ...) pc.printf(str, ##__VA_ARGS__); pc.printf("\r\n"); 00008 #define cls() pc.printf("\033[2J\r\n"); //Clear pc screen 00009 00010 extern Serial pc; 00011 extern DigitalOut leds[4];
Generated on Tue Jul 12 2022 15:36:49 by
1.7.2