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: PCF8523.h
- Revision:
- 1:41dd31bbbe6d
- Parent:
- 0:b7ac3add7d83
--- a/PCF8523.h Fri Mar 02 07:01:17 2018 +0000
+++ b/PCF8523.h Thu Jun 18 08:57:58 2020 +0000
@@ -54,6 +54,7 @@
bool check_alarm();
bool IsConnected();
bool software_reset();
+ bool Initialize(char adr, uint8_t val);
PCF8523(PinName scl, PinName sda);
~PCF8523();