Skip to content

Commit 17de12c

Browse files
committed
spell fixes
1 parent dc80cf9 commit 17de12c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The expected value is either `0` or `1`, or `True` or `False`.
143143

144144
### As Encoder
145145

146-
In addition to the input and output functions of GPIO pins, they can also be paired together to read rotary encoders like those used on dials or for motor feedback. Up to two encoders are supported in this way. This is in addtion to the two encoders already in use by the motor connectors.
146+
In addition to the input and output functions of GPIO pins, they can also be paired together to read rotary encoders like those used on dials or for motor feedback. Up to two encoders are supported in this way. This is in addition to the two encoders already in use by the motor connectors.
147147

148148
To start using GPIO pins for an encoder, first import their handy constants:
149149

docs/plasma.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Under the hood Plasma uses the [rpi_ws281x package](https://pypi.org/project/rpi
1212
- [Clear all LEDs](#clear-all-leds)
1313
- [Delayed Showing](#delayed-showing)
1414
- [Function Reference](#function-reference)
15-
- [DummyPlasma](#dummyplasma)
15+
- [DummyPlasma](#dummyplasma)
1616

1717
## Getting Started
1818

19-
`InventorHATMini` automatically creates a `Plasma` instance, accessable by `board.leds`. Instructions for creating a standalone instance are provided below for completeness.
19+
`InventorHATMini` automatically creates a `Plasma` instance, accessible by `board.leds`. Instructions for creating a standalone instance are provided below for completeness.
2020

2121
To construct a new `Plasma` instance, specify the number of LEDs, and the GPIO pin to use. See [GPIO Usage](https://github.com/rpi-ws281x/rpi-ws281x-python/tree/master/library#gpio-usage) for details on what pins are supported.
2222

0 commit comments

Comments
 (0)