Skip to content

Instantly share code, notes, and snippets.

/*
Based on RV8523 RTC (Real-Time-Clock) Example from Watterott Electronic
Uno A4 (SDA), A5 (SCL)
Mega 20 (SDA), 21 (SCL)
Leonardo 2 (SDA), 3 (SCL)
Note: To enable the I2C pull-up resistors on the RTC-Breakout, the jumper J1 has to be closed.
*2016/4/2 Modification for a Tutorial @Arduino/Genuino Day 2016 @Watterott electronic
/*
Based on RV8523 RTC (Real-Time-Clock) Example from Watterott Electronic
Uno A4 (SDA), A5 (SCL)
Mega 20 (SDA), 21 (SCL)
Leonardo 2 (SDA), 3 (SCL)
Note: To enable the I2C pull-up resistors on the RTC-Breakout, the jumper J1 has to be closed.
*2016/4/2 Modification for a Tutorial @Arduino/Genuino Day 2016 @Watterott electronic