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.
main.cpp
00001 #include "mbed.h" 00002 Serial pc(USBTX, USBRX); 00003 Serial erad(p9, p10); 00004 char tex; 00005 int stat=0; 00006 int main() { 00007 erad.baud(19200); 00008 while(1) { 00009 stat=erad.readable(); 00010 if(stat>0){ 00011 erad.scanf("%s",&tex); 00012 pc.printf("%s",tex); 00013 } 00014 } 00015 }
Generated on Fri Oct 21 2022 02:35:36 by
1.7.2