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.
Diff: main.cpp
- Revision:
- 1:b2ed25e02889
- Parent:
- 0:edaa83475c21
- Child:
- 2:4fd8d143d73c
--- a/main.cpp Sat Dec 01 13:28:44 2012 +0000
+++ b/main.cpp Sat Dec 01 19:39:43 2012 +0000
@@ -32,7 +32,7 @@
int iMilliSec_prev = timer.read_ms();
int iButtonState_prev = 0;
- g_pwmout.period_us( 26 ); // 38KHz => 1/38000[s] = 26.315 * 10 ^ 6 [s] = 26.315 [us]
+ g_pwmout.period_us( 26 ); // 38KHz => 1/38000[s] = 26.315 * 10 ^ -6 [s] = 26.315 [us]
while(1)
{