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 mbed-rtos SDFileSystem11
Diff: main.cpp
- Revision:
- 4:f14ca9203f62
- Parent:
- 3:869a56651e96
- Child:
- 5:bc7213111da0
--- a/main.cpp Mon Apr 26 21:28:19 2021 +0000 +++ b/main.cpp Mon Apr 26 21:29:08 2021 +0000 @@ -24,21 +24,8 @@ -class Flipper { -public: - Flipper(PinName pin) : _pin(pin) { - _pin = 0; - } - void flip() { - _pin = !_pin; - } -private: - DigitalOut _pin; -}; - + DigitalOut led1(LED1); -Flipper f(p21); -Flipper f1(p22); Ticker t; Ticker t1;