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: mbed Servo USBDevice n-DAP_MODBUS_FEEDER_ADC
Revision 2:bb913072aed2, committed 2020-05-19
- Comitter:
- chalikias
- Date:
- Tue May 19 23:49:34 2020 +0000
- Parent:
- 1:d3ba80dea3dc
- Commit message:
- moved to https://github.com/nikoschalikias/firm_n-DAP_MODBUS_FEEDER_ADC
Changed in this revision
README.MD | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/README.MD Tue May 19 16:23:56 2020 +0000 +++ b/README.MD Tue May 19 23:49:34 2020 +0000 @@ -1,6 +1,6 @@ # n-DAP_MODBUS_FEEDER_ADC: ## Firmware for a PickPlace feeder control MODBUS board that controls an RC Servo and reads ADC -## THIS IS PROJECT MANAGEMENT REPO FOR [mbed project](https://os.mbed.com/users/chalikias/code/n-DAP_MODBUS_FEEDER_ADC/) +## PROJECT REPO: [mbed project](https://os.mbed.com/users/chalikias/code/n-DAP_MODBUS_FEEDER_ADC/)
--- a/main.cpp Tue May 19 16:23:56 2020 +0000 +++ b/main.cpp Tue May 19 23:49:34 2020 +0000 @@ -1,3 +1,7 @@ + +// PROJECT MOVED TO https://github.com/nikoschalikias/firm_n-DAP_MODBUS_FEEDER_ADC +// USING mbed-cli + #include "mbed.h" #include "LPC11Uxx.h" #include "USBSerial.h"