Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AthulNoobie authored Feb 21, 2024
1 parent d036425 commit c8abea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is an example code for a 30 second timer using a common anode 4 digit displ
```python
import micropython_7seg

segments=micropython-7seg.Sevseg("anode")
segments=micropython_7seg.Sevseg("anode")

segments.anode(13,27,14,12)
segments.cathode(15,2,19,26,21,5,18)
Expand All @@ -30,7 +30,7 @@ import micropython_7seg

#After importing the module, create an object called "segments"(You can give any name).

segments = micropython-7seg.Sevseg("anode")
segments = micropython_7seg.Sevseg("anode")
#Enter "cathode" if you are using a common cathode display.
```
### 2) Set up the pin configuration:
Expand Down

0 comments on commit c8abea8

Please sign in to comment.