|
2 | 2 |
|
3 | 3 | # SparkFun Qwiic OLED - Python Package |
4 | 4 |
|
5 | | - |
6 | | - |
7 | | - |
| 5 | + |
| 6 | + |
| 7 | + |
8 | 8 |  |
9 | 9 | [](https://docs.sparkfun.com/qwiic_oled_base_py/classqwiic__oled_1_1qwiic__oled__base_1_1_qwiic_oled_base.html) |
10 | 10 |
|
@@ -76,12 +76,12 @@ If not already installed, follow the [instructions here](https://docs.micropytho |
76 | 76 |
|
77 | 77 | Connect a device with MicroPython installed to your computer and then install the package directly to your device with mpremote mip. |
78 | 78 | ```sh |
79 | | -mpremote mip install github:sparkfun/qwiic_oled_py |
| 79 | +mpremote mip install github:sparkfun/qwiic_oled_base_py |
80 | 80 | ``` |
81 | 81 |
|
82 | 82 | If you would also like to install the examples for this repository, issue the following mip command as well: |
83 | 83 | ```sh |
84 | | -mpremote mip install github:sparkfun/qwiic_oled_py@examples |
| 84 | +mpremote mip install github:sparkfun/qwiic_oled_base_py@examples |
85 | 85 | ``` |
86 | 86 |
|
87 | 87 | ### CircuitPython Installation |
@@ -111,7 +111,7 @@ Example Use |
111 | 111 | --------------- |
112 | 112 | Below is a quickstart program to print readings from the OLED. |
113 | 113 |
|
114 | | -See the examples directory for more detailed use examples and [examples/README.md](https://github.com/sparkfun/qwiic_oled_py/blob/main/examples/README.md) for a summary of the available examples. |
| 114 | +See the examples directory for more detailed use examples and [examples/README.md](https://github.com/sparkfun/qwiic_oled_base_py/blob/main/examples/README.md) for a summary of the available examples. |
115 | 115 |
|
116 | 116 | ```python |
117 | 117 |
|
|
0 commit comments