This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
projects:binary_clock [2013/12/19 23:37] eqwang |
projects:binary_clock [2013/12/19 23:38] (current) eqwang [**Code**] |
||
|---|---|---|---|
| Line 97: | Line 97: | ||
| - | ==== **Code** ==== | + | ====Code==== |
| + | |||
| + | The current code for this project can be found at **https://github.com/greenteawarrior/BinaryClock** | ||
| - | The current code for this project can be found at https://github.com/greenteawarrior/BinaryClock. | ||
| Feel free to fork this repository and play with the binary clock! Also, let us know if you do anything interesting. :) | Feel free to fork this repository and play with the binary clock! Also, let us know if you do anything interesting. :) | ||
| Line 148: | Line 149: | ||
| * The clock is fairly accurate, but does get off by a few seconds every couple hours. The frequency dividers could use some fine-tuning. | * The clock is fairly accurate, but does get off by a few seconds every couple hours. The frequency dividers could use some fine-tuning. | ||
| * Add some code to prevent the user from setting minutes or seconds to values above 60. (same concept for setting hours above 24) | * Add some code to prevent the user from setting minutes or seconds to values above 60. (same concept for setting hours above 24) | ||
| - | * Make a PCB instead of the sketchy breadboard wiring we currently have. | + | * Make a PCB instead of the breadboard wiring we currently have. |
| - | * In addition to a time, we could also have the clock display date. | + | * In addition to the time values, we could also have the clock display date (day of the week, year, etc). |