summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Blajda <blajda@hotmail.com>2018-05-03 15:43:57 -0400
committerDavid Blajda <blajda@hotmail.com>2018-05-03 15:43:57 -0400
commita08bed99b174bfe156d311b872a1b879da81f97e (patch)
tree3e28764b5687d0542607bffb7cd05ae11c5a3f1b
parent3db4c3ef59f920adc86bd3a8d8425e74fcb81bb9 (diff)
README markdown compliantHEADmaster
-rw-r--r--README.md (renamed from readme.md)6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/README.md
index a7b28cf..7fd78e6 100644
--- a/readme.md
+++ b/README.md
@@ -1,14 +1,14 @@
-#DS1302 Library for the Raspberry Pi
+# DS1302 Library for the Raspberry Pi
This is a library for interacting with the serial interface of a DS1302 with a Raspberry Pi.
Serial communications is bit banged instead of using the Pi's SPI pins to allow flexibility when setting up.
Single register read and write operations are supported and burst read and write operations on clock and ram registers are also supported.
Additional utilities for manipulating `struct tm` on the device is also provided.
-##Requirements
+## Requirements
bcm2835 library <http://www.airspayce.com/mikem/bcm2835/index.html>
-##References
+## References
DS1302 Datasheet <https://datasheets.maximintegrated.com/en/ds/DS1302.pdf>
bcm2835 arm peripherals <https://www.raspberrypi.org/app/uploads/2012/02/BCM2835-ARM-Peripherals.pdf>