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.
Dependents: projecte_v4_rtos ProjecteRobotFinal
RawSerialPc.h
00001 #ifndef MBED_RAWSERIALPC_H 00002 #define MBED_RAWSERIALPC_H 00003 00004 #include "mbed.h" 00005 00006 #define longString 128 //Longitud màxima del string a enviar 00007 00008 class RawSerialPc : public RawSerial { 00009 public: 00010 RawSerialPc(PinName tx, PinName rx); 00011 void enviaString(char* str); 00012 bool llegirString(char* str); 00013 }; 00014 00015 00016 #endif
Generated on Tue Jul 12 2022 17:44:56 by
1.7.2