Skip to content

Commit 363944d

Browse files
version 1.1-2
1 parent 13a17c0 commit 363944d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
Overview
33
--------------------------------------------
44
* Name: timer_arduino
5-
* Title : Countdown Timer, arduino based.
5+
* Title :Micro-controller Countdown Timer
66
* Description: Countdown Timer: Range 1-99 minutes.
77
Output time (mm:ss) to seven segment display(TM1637) and Audio to Buzzer.
88
Input: Push button to start. 10K Pot used for time select.
99
* Author: Gavin Lyons
10-
* Note: Two alternative designs tow different ino files.
10+
* Note: Two alternative designs, two different ino files.
11+
1112
libraries
1213
--------------------------
1314
* https://github.com/avishorp/TM1637
@@ -48,15 +49,15 @@ Features
4849
----------------------
4950
The user selects the countdown time (1-99 minutes) with the pot then starts with the pushbutton.
5051
Time remaining is displayed on seven segment display. When finished the buzzer is activated and done displayed on 7-seg.A switch can be used if user wishes to switch on/off display to save battery power.
52+
Two alternative designs, two different ino files and schematics. Design one uses the nano, design two the attiny85.
5153

52-
53-
Design number one : file: timer_arudino.ino based on arduino nano.
54+
Design number one : file: timer_arduino.ino based on arduino nano.
5455

5556
![ScreenShot schematic one ](https://github.com/gavinlyonsrepo/timer_arduino/blob/master/documentation/eagle/tm1637.jpg)
5657

5758
Design number two : file: timer_attiny85_arduino.ino based on attiny85.
5859

59-
![ScreenShot schematic two ](https://github.com/gavinlyonsrepo/timer_arduino/blob/master/documentation/eagle/tm16372.jpg)
60+
![ScreenShot schematic two ](https://github.com/gavinlyonsrepo/timer_arduino/blob/master/documentation/eagle/timer16372.jpg)
6061

6162
Copyright
6263
---------

0 commit comments

Comments
 (0)