-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reformated readme for better readability on GitHub
- Loading branch information
Mose
committed
Jan 27, 2016
1 parent
4a6f2da
commit 0f5fe7b
Showing
1 changed file
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# OpenWordClock | ||
|
||
Simple wordclock project. Just flash files to your Arduino of choice (you'll need A6/A7). | ||
Simple wordclock project. Just flash files to your Arduino of choice (you'll need A6/A7). Code was tested on an ATmega328P and 168P (seperate branch!) | ||
|
||
Connect LEDs through apropriate resistor directly to your Arduino Pins: | ||
Eins: D1 | ||
[...] | ||
Zwölf: D12 | ||
Connect LEDs with appropriate resistor directly to your Arduino pins: | ||
* Eins: D1 | ||
* [...] | ||
* Zwölf: D12 | ||
* EsIst: D0 | ||
* Uhr: 13 | ||
* Vor: A0 | ||
* Nach: A1 | ||
* Viertel: A2 | ||
* Halb: A3 | ||
* Zehn: A4 | ||
* Fünf: A5 | ||
|
||
EsIst: D0 | ||
Uhr: 13 | ||
Vor: A0 | ||
Nach: A1 | ||
Viertel: A2 | ||
Halb: A3 | ||
Zehn: A4 | ||
Fünf: A5 | ||
|
||
Button_hour: A6 | ||
Button_min: A7 | ||
Buttons: | ||
* Button_hour: A6 | ||
* Button_min: A7 |