button text added

This commit is contained in:
King Kévin 2016-04-17 12:20:12 +02:00
parent 8e1678301c
commit 910be1996d
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ This voltage divider allows to measure the photo-sensor's resistance and determi
If you don't want to use this feature, connect PA1 to ground for the highest brightness or Vcc for the lowest brightness.
The blue pill has a 32.768 kHz oscillator for the internal RTC, but don't use the LED next to it as it disturbs the oscillator and the time won't stay right.
In case the time is lagging because RTC oscillation has been skipped, add a button between Vcc and PB8 and each press will increment the time by one second.
If the board does not provide a 32.768 kHz oscillator for the internal RTC it is also possible to use an external RTC such as the Maxim DS1307.
The time is then read over I2C and incremented using the square wave output.
A working example code is under the `DS1307_4096Hz_timer` tag, but needs to be integrated in the latest code state.