On the sbc-3, two pins of port C (0 and 1) are used to implement a bit-banged `$I^2c$` bus to talk to the on-board real time clock, a Dallas Semiconductors ds1307.
### Links
-
- [Good Example](https://people.engr.tamu.edu/rgutier/web_courses/ceg453_s00/l2.pdf) of how to program the device and handle the interrupts in C.
+
- [An Example](https://people.engr.tamu.edu/rgutier/web_courses/ceg453_s00/l2.pdf) I found of how to program the device and handle the interrupts in C.