BinHong Lee b62bd7a589 | 7年前 | |
---|---|---|
.gitignore | 8年前 | |
Makefile | 8年前 | |
Project.elf | 8年前 | |
Project.hex | 8年前 | |
Project.map | 8年前 | |
README.md | 7年前 | |
USART.c | 8年前 | |
USART.h | 8年前 | |
_config.yml | 7年前 | |
diagram.png | 7年前 | |
index.md | 7年前 | |
pinDefines.h | 8年前 | |
sunlightAlarmClock.c | 8年前 |
The program is written for an ATMEGA168 programmed through an AVR.
For a comprehensive guide (or hardware side tutorial), please go to https://binhonglee.github.io/AVR---Sunrise-Alarm-Clock
This program requires the following stuffs to work on your computer:
$ git clone https://github.com/binhonglee/AVR---Sunrise-Alarm-Clock/
(Optional) Check the Makefile to see if it fits your microcontroller and controller.
Open your UART terminal.
Make sure your UART terminal is connected to your USART component.
Flash the microcontroller
$ make flash
To remove this program from your computer, do the following:
Uninstall every other thing you installed from the requirements that you no longer need.
Delete this folder
$ cd ../
$ rm -rf AVR---Sunrise-Alarm-Clock
Most of the program has line by line comments written so it shouldn’t be too hard to understand and to tweak it for your use.