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: ModbusRTU-RS232 FoodComputerARM-alpha
Revision 2:5318159b5eab, committed 2016-07-28
- Comitter:
- AfdhalAtiffTan
- Date:
- Thu Jul 28 13:19:47 2016 +0000
- Parent:
- 1:35fdc7056f66
- Commit message:
- Added small comments.
Changed in this revision
| ModbusSlave232.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 35fdc7056f66 -r 5318159b5eab ModbusSlave232.cpp --- a/ModbusSlave232.cpp Fri Jul 22 09:44:55 2016 +0000 +++ b/ModbusSlave232.cpp Thu Jul 28 13:19:47 2016 +0000 @@ -52,6 +52,7 @@ //#include "Arduino.h" //afdhal + #include "millis.h" #include "MODSERIAL.h" //afdhal MODSERIAL pc(USBTX, USBRX); // tx, rx //afdhal