We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87f356 commit d036425Copy full SHA for d036425
README.md
@@ -6,7 +6,7 @@ This MicroPython module simplifies working with seven-segment displays on differ
6
## Example:
7
This is an example code for a 30 second timer using a common anode 4 digit display:
8
```python
9
-import micropython-7seg
+import micropython_7seg
10
11
segments=micropython-7seg.Sevseg("anode")
12
@@ -26,7 +26,7 @@ mip.install("github:AthulNoobie/micropython-Seven-segment-display-control")
26
## Usage
27
### 1) Importing the module
28
29
30
31
#After importing the module, create an object called "segments"(You can give any name).
32
0 commit comments