Skip to content

Commit

Permalink
Autogenerated: Fix readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolm-sparkfun committed Feb 26, 2025
1 parent b90906a commit 7814a26
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 @@ -23,7 +23,7 @@ This repository implements a Python package for the SparkFun Qwiic GPIO. This pa

## About the Package

This python package enables the user to access the features of the GPIO via a single Qwiic cable. This includes <setting GPIOs, reading GPIOs, inverting GPIOs> and more. The capabilities of the GPIO are each demonstrated in the included examples.
This python package enables the user to access the features of the GPIO via a single Qwiic cable. This includes setting GPIOs, reading GPIOs, inverting GPIOs and more. The capabilities of the GPIO are each demonstrated in the included examples.

New to qwiic? Take a look at the entire [SparkFun qwiic ecosystem](https://www.sparkfun.com/qwiic).

Expand Down Expand Up @@ -81,7 +81,7 @@ mpremote mip install github:sparkfun/qwiic_gpio_py

If you would also like to install the examples for this repository, issue the following mip command as well:
```sh
mprmeote mip install github:sparkfun/qwiic_gpio_py@examples
mpremote mip install --target "" github:sparkfun/qwiic_gpio_py@examples
```

### CircuitPython Installation
Expand Down

0 comments on commit 7814a26

Please sign in to comment.