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 X_NUCLEO_PLC01A1 ros_lib_melodic
main.cpp@1:ef4b86795d79, 2020-08-15 (annotated)
- Committer:
- yamadola
- Date:
- Sat Aug 15 09:09:33 2020 +0000
- Revision:
- 1:ef4b86795d79
- Parent:
- 0:43eb9ccc1583
- Child:
- 3:ea5cfd721b53
whole program without debugs
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| yamadola | 0:43eb9ccc1583 | 1 | #include "mbed.h" |
| yamadola | 1:ef4b86795d79 | 2 | #include "uv_robot.h" |
| yamadola | 0:43eb9ccc1583 | 3 | |
| yamadola | 0:43eb9ccc1583 | 4 | int main() |
| yamadola | 0:43eb9ccc1583 | 5 | { |
| yamadola | 1:ef4b86795d79 | 6 | UVRobot myRobot; |
| yamadola | 1:ef4b86795d79 | 7 | myRobot.init(); |
| yamadola | 1:ef4b86795d79 | 8 | wait_ms(100); |
| yamadola | 1:ef4b86795d79 | 9 | myRobot.start(); |
| yamadola | 1:ef4b86795d79 | 10 | while (1) { |
| yamadola | 1:ef4b86795d79 | 11 | |
| yamadola | 1:ef4b86795d79 | 12 | } |
| yamadola | 0:43eb9ccc1583 | 13 | } |