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.
Dependents: DigitalCamera_OV5642_WIZwiki-W7500 BMC F746NG_TestAll Prelude_OV5642_dev
Revision 3:abbc3308dfa1, committed 2015-03-30
- Comitter:
- eduardoG26
- Date:
- Mon Mar 30 13:50:18 2015 +0000
- Parent:
- 2:215810c8e89e
- Commit message:
- TICKER_PERIOD_US changed to 50
Changed in this revision
| Arduino.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Arduino.cpp Fri Mar 27 15:36:20 2015 +0000 +++ b/Arduino.cpp Mon Mar 30 13:50:18 2015 +0000 @@ -33,7 +33,7 @@ #endif // Period of IRQ in µs. This is the minimum (!) granularity of micros(). -#define TICKER_PERIOD_US (32uL) +#define TICKER_PERIOD_US (50uL) static volatile uint32_t MilliSeconds_u32, MicroSeconds_u32, MicroSecondsLast_u32;