From 3db4c3ef59f920adc86bd3a8d8425e74fcb81bb9 Mon Sep 17 00:00:00 2001 From: David Blajda Date: Tue, 17 Oct 2017 19:41:54 -0400 Subject: rename readme for github --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 readme.md (limited to 'readme.md') diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..a7b28cf --- /dev/null +++ b/readme.md @@ -0,0 +1,14 @@ +#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 +bcm2835 library + +##References + +DS1302 Datasheet +bcm2835 arm peripherals -- cgit v1.2.3