You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,13 @@
2
2
Overview
3
3
--------------------------------------------
4
4
* Name: timer_arduino
5
-
* Title : Countdown Timer, arduino based.
5
+
* Title :Micro-controller Countdown Timer
6
6
* Description: Countdown Timer: Range 1-99 minutes.
7
7
Output time (mm:ss) to seven segment display(TM1637) and Audio to Buzzer.
8
8
Input: Push button to start. 10K Pot used for time select.
9
9
* Author: Gavin Lyons
10
-
* Note: Two alternative designs tow different ino files.
10
+
* Note: Two alternative designs, two different ino files.
11
+
11
12
libraries
12
13
--------------------------
13
14
*https://github.com/avishorp/TM1637
@@ -48,15 +49,15 @@ Features
48
49
----------------------
49
50
The user selects the countdown time (1-99 minutes) with the pot then starts with the pushbutton.
50
51
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.
51
53
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.
54
55
55
56

56
57
57
58
Design number two : file: timer_attiny85_arduino.ino based on attiny85.
58
59
59
-

60
+

0 commit comments