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-mbed-APIs/arduino-mbed.h
- Revision:
- 88:d120930aeb13
- Parent:
- 84:3428e25c7157
- Child:
- 90:d98572047c9c
--- a/Arduino-mbed-APIs/arduino-mbed.h Wed Aug 23 16:26:21 2017 +0200
+++ b/Arduino-mbed-APIs/arduino-mbed.h Wed Aug 30 09:48:34 2017 +0200
@@ -227,6 +227,10 @@
void fall(Callback<void()> func);
+ void high(Callback<void()> func);
+
+ void low(Callback<void()> func);
+
void mode(PinMode pull) {
switch(pull) {
case PullUp: