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: IniManager mbed HTTPClient SWUpdate mbed-rtos Watchdog X10 SW_HTTPServer SW_String EthernetInterface TimeInterface SSDP
Diff: SignOfLife.cpp
- Revision:
- 12:67c524db9e07
- Parent:
- 7:16129d213e6a
--- a/SignOfLife.cpp Sun Mar 03 00:26:40 2019 +0000
+++ b/SignOfLife.cpp Mon Mar 04 00:05:08 2019 +0000
@@ -15,7 +15,7 @@
float v;
which %= 4; // 0-3: LED1-4
- degrees[which] += 10;
+ degrees[which] += 5;
v = sin(degrees[which] * PI / 180)/2 + 0.5;
signOfLife[which] = v; // a little dimmer
}