Search found 1 match

by Bryan
Sun Aug 12, 2018 4:02 pm
Forum: Show-off Corner
Topic: 3D-Printed Arduino Christmas Countdown Ornament
Replies: 15
Views: 16367

Re: 3D-Printed Arduino Christmas Countdown Ornament

It looks like the interrupt control variable was changed to DS3231_CONTROL_INTCN from DS3231_INTCN in the library header file in the following commit/merge: https://github.com/rodan/ds3231/commit/6448c033b721b0e0a3017375099623d7e00785d3 Changing the DS3231_init call to use DS3231_CONTROL_INTCN fixed...