Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 14, 2023
commit 1925e2a9d9c31074fc70b8895ca2187cd41a9e92
4 changes: 2 additions & 2 deletions electronics/IC_555_Timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ def astable_mode(
) -> dist[str:float]:
"""
This function can calculate the frequency and duty cycle of an astable 555 timer.
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
capacitance (in microFARADS), and calculates the following:

-------------------------------------
| Freq = 1.44 /[( R1+ 2 x R2) x C1] | ... in Hz
-------------------------------------
Expand Down