瀏覽代碼

Updated URLs

master
BinHong Lee 7 年之前
父節點
當前提交
9b98be21bd
共有 2 個檔案被更改,包括 4 行新增4 行删除
  1. +3
    -3
      README.md
  2. +1
    -1
      index.md

+ 3
- 3
README.md 查看文件

@@ -2,7 +2,7 @@

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](https://binhonglee.github.io/AVR---Sunrise-Alarm-Clock)**
**For a comprehensive guide (or hardware side tutorial), please go to [https://binhonglee.github.io/SunriseAlarmClock](https://binhonglee.github.io/SunriseAlarmClock)**

### Requirements

@@ -16,7 +16,7 @@ This program requires the following stuffs to work on your computer:

1. Clone this repository
```sh
$ git clone https://github.com/binhonglee/AVR---Sunrise-Alarm-Clock/
$ git clone https://github.com/binhonglee/SunriseAlarmClock/
```

2. (Optional) Check the Makefile to see if it fits your microcontroller and controller.
@@ -39,7 +39,7 @@ To remove this program from your computer, do the following:
2. Delete this folder
```sh
$ cd ../
$ rm -rf AVR---Sunrise-Alarm-Clock
$ rm -rf SunriseAlarmClock
```

###### Author's note :


+ 1
- 1
index.md 查看文件

@@ -2,7 +2,7 @@

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/AVR---Sunrise-Alarm-Clock](https://github.com/binhonglee/AVR---Sunrise-Alarm-Clock)**
**For software side installation instruction, please go to [https://github.com/binhonglee/SunriseAlarmClock](https://github.com/binhonglee/SunriseAlarmClock)**

### Requirements



Loading…
取消
儲存