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: Arduino_lib/Arduino.h
- Revision:
- 1:da31140f2a1c
- Parent:
- 0:b1ce54272580
--- a/Arduino_lib/Arduino.h Sat Jan 18 15:06:35 2020 +0000 +++ b/Arduino_lib/Arduino.h Sat May 02 05:56:48 2020 +0000 @@ -18,7 +18,7 @@ #define PI M_PI #define RAD_TO_DEG (180.0 / M_PI) -#define delay(ms) wait_ms(ms) +#define delay(ms) wait_us(ms*1000) #define delayMicroseconds(us) wait_us(us) #define millis() (USB::read_ms()) #define micros() (USB::read_us())