File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -7,24 +7,25 @@ Overview
7
7
Output time (mm: ss ) to seven segment display and Audio to Buzzer.
8
8
Input: Push button to start. Potentiometer used for time select.
9
9
* Author: Gavin Lyons
10
+ * URL: https://github.com/gavinlyonsrepo/timer_arduino_two
10
11
11
12
12
- libraries
13
+ libraries used
13
14
--------------------
14
15
15
- None
16
+ None
16
17
17
18
18
19
Software Used
19
20
------------------
20
- Arduino 1.8.5
21
+ Arduino IDE 1.8.5
21
22
22
23
Eagle 9.3.0
23
24
24
25
25
26
Parts List
26
27
------------------------------
27
- The schematic drawn in eagle is in documents section.
28
+ The schematic drawn in Eagle is in documents section.
28
29
29
30
You will need following parts.
30
31
@@ -59,7 +60,7 @@ Time remaining is displayed on seven segment display. When finished the buzzer i
59
60
LED Array Pin Layout
60
61
61
62
| Pin Uno | Pin Atmega | 7 Segment pin |
62
- | --- | --- | --- | --- |
63
+ | --- | --- | --- |
63
64
| D2 | PD2 | a |
64
65
| D3 | PD3 | b |
65
66
| D4 | PD4 | c |
@@ -88,7 +89,7 @@ Schematic
88
89
89
90
Copyright
90
91
---------
91
- Copyright (C) 2018 Gavin Lyons
92
+ Copyright (C) 2019 Gavin Lyons
92
93
see LICENSE.md in documentation section
93
94
for more details
94
95
You can’t perform that action at this time.
0 commit comments