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: SX1509.h
- Revision:
- 2:0f4b9539feca
- Parent:
- 1:0176ec93c3fe
diff -r 0176ec93c3fe -r 0f4b9539feca SX1509.h
--- a/SX1509.h Thu Apr 20 17:55:01 2017 +0000
+++ b/SX1509.h Wed Apr 26 18:04:24 2017 +0000
@@ -152,6 +152,7 @@
void setBlink(uint8_t pin, uint8_t tOn, uint8_t tOff, uint8_t iOff);
void writePin(uint8_t pin, uint8_t intensity);
void setReset();
+ void fullReset();
};