Browse Source

Updated some documentations

master
BinHong Lee 7 years ago
parent
commit
c4015947db
2 changed files with 3 additions and 5 deletions
  1. +1
    -1
      README.md
  2. +2
    -4
      index.md

+ 1
- 1
README.md View File

@@ -1,4 +1,4 @@
# AVR - Sunrise Alarm Clock
# Sunrise Alarm Clock


The program is written for an ATMEGA168 programmed through an AVR. The program is written for an ATMEGA168 programmed through an AVR.




+ 2
- 4
index.md View File

@@ -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. 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)** **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: The parts that is used in building the project includes:
- [ATMEGA168](http://www.atmel.com/devices/ATMEGA168.aspx) - [ATMEGA168](http://www.atmel.com/devices/ATMEGA168.aspx)
@@ -22,7 +20,7 @@ Optional:
- LED - LED
- Additional Resistor - Additional Resistor


### Putting it together
# Putting it together


1. Solder your USBtinyISP according to the tutorial. 1. Solder your USBtinyISP according to the tutorial.




Loading…
Cancel
Save