Arduino_STM32/STM32F1/libraries/Untested/RTClock
Roger Clark d1950f0aaf Moved untested and probably not working libraroes to a 'Untested' subfolder within libraries 2015-02-25 08:02:07 +11:00
..
examples/Test_RTClock Moved untested and probably not working libraroes to a 'Untested' subfolder within libraries 2015-02-25 08:02:07 +11:00
new RCC Moved untested and probably not working libraroes to a 'Untested' subfolder within libraries 2015-02-25 08:02:07 +11:00
utility Moved untested and probably not working libraroes to a 'Untested' subfolder within libraries 2015-02-25 08:02:07 +11:00
README Moved untested and probably not working libraroes to a 'Untested' subfolder within libraries 2015-02-25 08:02:07 +11:00
RTClock.cpp Moved untested and probably not working libraroes to a 'Untested' subfolder within libraries 2015-02-25 08:02:07 +11:00
RTClock.h Moved untested and probably not working libraroes to a 'Untested' subfolder within libraries 2015-02-25 08:02:07 +11:00
rules.mk Moved untested and probably not working libraroes to a 'Untested' subfolder within libraries 2015-02-25 08:02:07 +11:00

README

Real Time Clock implementation for the STM32F1xx family of microcontrollers. 

It has been tested in: 

- Maple
- Maple Mini
- Olimexino. 

RTClockTest.pde is an example to use all the features in the library. 

Instructions: 

- Copy the folder to the MapleIDE\libraries folder. You may have to create a new folder named libraries

- Copy the files in the New RCC folder and replace the same files in your libmaple installation with them. 

- Open the example PDE

- Compile, Download and Test.