Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
suapapa committed Dec 23, 2024
1 parent 186fb42 commit 2f27219
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

## 소스코드

### Rusty HangulClock

Please Refer [rusty_hangulclock/README.md](rusty_hangulclock/README.md)

### Go program which using Periph.io

Build for ARM64 SBCs:
Expand All @@ -27,10 +31,9 @@ Need update submoduls HT1380 and LedControl to build the sketch;
## 링크

- 블로그 글:
- [한글시계 뒷 이야기](https://homin.dev/blog/p=493/)
- [11년 만에 완성한, 원조, 한글시계](https://homin.dev/blog/post/20221009_hangulclock_is_re-written_in_golang/)
- [하드웨어 제작 사진](https://picasaweb.google.com/118040095502884745897/KoreanWordClockWithArduino#)
- [다른 한글시계들](http://hangulclocks.suapapa.net)
- [다시만든 한글시계 with 러스트](https://homin.dev/blog/post/20241222_rusty_hangulclock/) - 2024-12
- [11년 만에 완성한, 원조, 한글시계](https://homin.dev/blog/post/20221009_hangulclock_is_re-written_in_golang/) - 2022-09
- [한글시계 뒷 이야기](https://homin.dev/blog/p=493/) - 2011-11

## 라이선스

Expand All @@ -41,5 +44,6 @@ Need update submoduls HT1380 and LedControl to build the sketch;
### 소스코드

아두이노 스케치와, 고 프로그램의 라이선스가 각각 다릅니다. 각각의 폴더에서 확인하세요.
- Arduino Sketch: [ardino/HangulClock/LICENSE](arduino/HangulClock/LICENSE)
- Go program: [go_hangulclock/LICENSE](go_hangulclock/LICENSE)
- Rust program: [rusty_hangulclock/LICENSE](rusty_hangulclock/LICENSE)
- Go program: [go_hangulclock/LICENSE](go_hangulclock/LICENSE)
- Arduino Sketch: [ardino/HangulClock/LICENSE](arduino/HangulClock/LICENSE)
2 changes: 2 additions & 0 deletions rusty_hangulclock/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Rusty HangulClock

![rusty_hangulclock](https://homin.dev/asset/blog/img/rusty_hangulclock_00_1024.jpg)

HangulClock written in Rust on ESP32S2 board

## Build and flash
Expand Down

0 comments on commit 2f27219

Please sign in to comment.