BinHong Lee 8c2ccc6bb7 | pirms 7 gadiem | |
---|---|---|
.gitignore | pirms 8 gadiem | |
Makefile | pirms 8 gadiem | |
Project.elf | pirms 8 gadiem | |
Project.hex | pirms 8 gadiem | |
Project.map | pirms 8 gadiem | |
README.md | pirms 7 gadiem | |
USART.c | pirms 8 gadiem | |
USART.h | pirms 8 gadiem | |
_config.yml | pirms 7 gadiem | |
diagram.png | pirms 7 gadiem | |
index.md | pirms 7 gadiem | |
pinDefines.h | pirms 8 gadiem | |
sunlightAlarmClock.c | pirms 8 gadiem | |
unix.sh | pirms 7 gadiem |
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/SunriseAlarmClock
This program requires the following stuffs to work on your computer:
$ git clone https://github.com/binhonglee/SunriseAlarmClock/
(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 SunriseAlarmClock
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.