We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f2fb1 commit 34baf64Copy full SHA for 34baf64
electronics/ic_555_timer.py
@@ -3,9 +3,9 @@
3
4
"""
5
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
+ The function takes in the value of the external resistances (in OHMS) and
7
capacitance (in microFARADS), and calculates the following:
8
-
+
9
-------------------------------------
10
| Freq = 1.44 /[( R1+ 2 x R2) x C1] | ... in Hz
11
@@ -19,7 +19,7 @@
19
------------------------------------------------
20
where R1 is the first resisitance,
21
R2 is the second resistance,
22
23
24
25
0 commit comments