Skip to content

Commit

Permalink
Fix typo in README file. Closes #55.
Browse files Browse the repository at this point in the history
  • Loading branch information
JChristensen committed Jun 18, 2018
1 parent 05027e9 commit 30de58b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,7 @@ RTC.setAlarm(ALM2_MATCH_DATE, 34, 12, 4);

### alarmInterrupt(byte alarmNumber, boolean alarmEnabled)
##### Description
Enable or disable an alarm "interrupt". Note that this "interrupt" causes the RTC's INT pin to be asserted. To use this signal as an actual interrupt to a microcontroller, it will need to be connected properly and programmed in the application firmware.
on the RTC.
Enable or disable an alarm "interrupt". Note that this "interrupt" just causes the RTC's INT pin to be asserted. To use this signal as an actual interrupt to (for example) a microcontroller, the RTC "interrupt" pin needs to be connected to the microcontroller and the microcontroller application firmware must properly configure the interrupt and also provide for handling it.
##### Syntax
`RTC.alarmInterrupt(alarmNumber, enable);`
##### Parameters
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=DS3232RTC
version=1.2.4
version=1.2.5
author=Jack Christensen <jack.christensen@outlook.com>
maintainer=Jack Christensen <jack.christensen@outlook.com>
sentence=Arduino Library for Maxim Integrated DS3232 and DS3231 Real-Time Clocks.
Expand Down

0 comments on commit 30de58b

Please sign in to comment.