Arduino_STM32/STM32F1/libraries/Untested/RTClock
rogerclarkmelbourne badf7057f0 Removed BOARD_LED_PIN and button pin definitions as they are not core Arduino API definitions and they were causing confusion on users of generic stm32 boards which don't all have an LED and even if they have an LED, the pin it is on is not always on the same pin depending on the model of generic board 2015-04-25 10:41:27 +10:00
..
examples/Test_RTClock Removed BOARD_LED_PIN and button pin definitions as they are not core Arduino API definitions and they were causing confusion on users of generic stm32 boards which don't all have an LED and even if they have an LED, the pin it is on is not always on the same pin depending on the model of generic board 2015-04-25 10:41:27 +10: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.