Skip to content

Commit

Permalink
Bump version and update README & comments for QT Py
Browse files Browse the repository at this point in the history
  • Loading branch information
PaintYourDragon committed Jan 4, 2021
1 parent c951b7e commit 17614cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ supported now.

COMPATIBLE BOARDS AND PINS:

* Feather M0: pins 5, 6, 12 and MOSI*\.
* Feather M0: pins 5, 6, 12 and MOSI\*.
* Feather M0 Express: pins 6, 12 and MOSI\*.
* Feather M4: pins 12, A2, A4 and MOSI\*.
* ItsyBitsy M0: pins 5, 12 and MOSI\*.
Expand All @@ -38,6 +38,7 @@ COMPATIBLE BOARDS AND PINS:
* Circuit Playground M0: pin A2.
* Trinket M0: pin 4 (can't use simultaneously with I2C, SPI or Serial1).
* Gemma M0: pin D0 (can't use simultaneously with I2C, SPI or Serial1).
* QT Py: MOSI\* and pin 16 (underside pad, can't use w/optional SPI flash).

\* If using the MOSI pin on these boards, the corresponding SPI peripheral is
not usable. A few add-ons (usually TFT display shields/wings) rely on SPI,
Expand Down
1 change: 1 addition & 0 deletions examples/strandtest/strandtest.ino
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
Circuit Playground M0: pin A2.
Trinket M0: pin 4 (can't use with I2C, SPI or Serial1 active).
Gemma M0: pin D0 (can't use with I2C, SPI or Serial1 active).
QT Py: MOSI* and pin 16 (underside pad, can't use w/optional SPI flash).
* If using the MOSI pin on these boards, the corresponding SPI
peripheral is not usable.
*/
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit DMA neopixel library
version=1.2.0
version=1.2.1
author=Adafruit
maintainer=Adafruit <[email protected]>
sentence=Arduino library for NeoPixel DMA on SAMD21 and SAMD51 microcontrollers
Expand Down

0 comments on commit 17614cf

Please sign in to comment.