Maxim DS1683 Total-Elapsed -Time and Event Recorder with Alarm
Diff: DS1683.h
- Revision:
- 1:8fa5400054bd
- Parent:
- 0:7c0469e71fa2
--- a/DS1683.h Wed Jan 18 23:26:24 2017 +0000 +++ b/DS1683.h Thu Jan 19 02:45:15 2017 +0000 @@ -28,6 +28,11 @@ */ ~DS1683() ; +/** + * enter password + * + * @param pass unsigned long password value, initial value is 0xFFFFFFFF + */ void enterPW(uint32_t pass) ; void setCommand(uint8_t cmd) ; uint8_t getCommand(void) ; @@ -54,6 +59,7 @@ void enableEventAlarm(void) ; void disableEventAlarm(void) ; void alarmPol(int pol) ; +void clearRegs(void) ; void dumpRegs(void) ; void dumpETC(void) ; void dumpEvent(void) ;