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.
Revision 2:cb00e9fed324, committed 2017-07-14
- Comitter:
- eil4nyqn
- Date:
- Fri Jul 14 13:25:03 2017 +0000
- Parent:
- 1:ab88be7729f6
- Child:
- 3:86eed23d1883
- Commit message:
- fixed not mach function name of FEP lib
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Jul 14 09:22:38 2017 +0000
+++ b/main.cpp Fri Jul 14 13:25:03 2017 +0000
@@ -48,7 +48,7 @@
while(1) {
getInputState(stick_val,SW_val);
convertTXdata(stick_val,SW_val,TXdata);
- FEPstate=fep.TXT_transmit(TXdata,address);
+ FEPstate=fep.write_txt(TXdata,address,6);
leds[3]!=leds[3];
if(FEPstate==FEP_P0){
leds[0]=0;