https://github.com/hpprc/arduino-project
Timer written in C and run on arduino
https://github.com/hpprc/arduino-project
arduino c iot
Last synced: 6 days ago
JSON representation
Timer written in C and run on arduino
- Host: GitHub
- URL: https://github.com/hpprc/arduino-project
- Owner: hppRC
- Created: 2019-06-18T11:01:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T04:41:44.000Z (over 5 years ago)
- Last Synced: 2025-02-10T13:37:34.265Z (5 months ago)
- Topics: arduino, c, iot
- Language: C++
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arduino-Project
Arduinoを用いた制作のためのリポジトリです.
使用したのはArduino leonard, 開発環境はMacです.PBL(Project Based Learning)の一環として,実際に要件定義や仕様策定から体験しながらの制作となりました.
完成物は(ラーメン)タイマーです.
レイヤードアーキテクチャを意識しながら開発しました.機能は以下の通りです.
- 計測時間として30秒/1分を選択できる.
- 計測時間到達時にライトの点滅で時間の経過を通知する
- 計測中は一定感覚でLEDを点滅させる