From c4015947dbe6101adb951f1211cdf6370ac1d6c3 Mon Sep 17 00:00:00 2001 From: BinHong Lee Date: Wed, 8 Feb 2017 22:15:09 -0700 Subject: [PATCH] Updated some documentations --- README.md | 2 +- index.md | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b8c510e..f2fcf64 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AVR - Sunrise Alarm Clock +# Sunrise Alarm Clock The program is written for an ATMEGA168 programmed through an AVR. diff --git a/index.md b/index.md index 3b349e2..e6d612e 100644 --- a/index.md +++ b/index.md @@ -1,10 +1,8 @@ -# AVR - Sunrise Alarm Clock - This documentation is written around an ATMEGA168 programmed through an AVR. It might (should) be compatible with other microcontrollers but you will need to tweak the program and the set up a little bit here and there. **For software side installation instruction, please go to [https://github.com/binhonglee/SunriseAlarmClock](https://github.com/binhonglee/SunriseAlarmClock)** -### Requirements +# Requirements The parts that is used in building the project includes: - [ATMEGA168](http://www.atmel.com/devices/ATMEGA168.aspx) @@ -22,7 +20,7 @@ Optional: - LED - Additional Resistor -### Putting it together +# Putting it together 1. Solder your USBtinyISP according to the tutorial.