https://github.com/spencekonde/adafruit_neopixel_universal
Adafruit NeoPixel library with support for port A added.
https://github.com/spencekonde/adafruit_neopixel_universal
Last synced: about 2 months ago
JSON representation
Adafruit NeoPixel library with support for port A added.
- Host: GitHub
- URL: https://github.com/spencekonde/adafruit_neopixel_universal
- Owner: SpenceKonde
- License: lgpl-3.0
- Created: 2017-03-09T06:21:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T09:08:29.000Z (about 8 years ago)
- Last Synced: 2025-01-11T01:45:38.556Z (4 months ago)
- Language: C++
- Size: 137 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Adafruit NeoPixel Library
Modified by Spence Konde to support port A (as well as ports B, C, D, and F, as with the stock version), at the expense of compile size.
This repo contains two versions of the library:
The .h and .cpp files (Adafruit_Neopixel_Universal.*) - this can be installed as a separate library, and will not conflict with the stock version.
The drop-in version (in the .zip file) - this is the same code, but with the files and class named to match the stock version; to use this, the normal version of the library should be *replaced* with this version.
In both cases, the examples should work, and were compile tested on a tiny1634 under ATTinyCore (github latest) at 8 and 12mhz.