Skip to content

Commit 34baf64

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 95f2fb1 commit 34baf64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

electronics/ic_555_timer.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
"""
55
This function can calculate the frequency and duty cycle of an astable 555 timer
6-
The function takes in the value of the external resistances (in OHMS) and
6+
The function takes in the value of the external resistances (in OHMS) and
77
capacitance (in microFARADS), and calculates the following:
8-
8+
99
-------------------------------------
1010
| Freq = 1.44 /[( R1+ 2 x R2) x C1] | ... in Hz
1111
-------------------------------------
@@ -19,7 +19,7 @@
1919
------------------------------------------------
2020
where R1 is the first resisitance,
2121
R2 is the second resistance,
22-
22+
2323
"""
2424

2525

0 commit comments

Comments
 (0)