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
Diff: main.cpp
- Revision:
- 4:36a36b18ca30
- Parent:
- 3:42dec5cf2c03
- Child:
- 5:ea012d08d476
- Child:
- 8:01fdbe4e967a
--- a/main.cpp Fri Aug 10 11:08:22 2018 +0000 +++ b/main.cpp Fri Aug 10 11:09:48 2018 +0000 @@ -39,7 +39,7 @@ void i2cRead(uint8_t addr,uint8_t reg, uint8_t bytes,uint8_t* data); void i2cWrite(uint8_t addr,uint8_t reg, uint8_t data); uint8_t IDcheck(); -void Brake(); +void Breky(); void Turn(); void Return(); void Right(); @@ -82,7 +82,7 @@ pc.printf("PWRON!!"); Turn(); } - else Breky; + else Breky(); } wait(0.5); }