Skip to content

NeoPixels! but easier. Beginner friendly functions to control Adafruit NeoPixels, using as simple syntax as possible.

Notifications You must be signed in to change notification settings

outofambit/easy-neopixels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy NeoPixels Library

Makes it easy to use Neopixels with just a few simple commands!

No knowledge of functions, objects, or variables required.

It's as easy as:

setupEasyNeoPixels(13, 1);              // attached to pin 13, 1 neopixel long
writeEasyNeoPixel(0, HIGH);             // turn on the first neopixel
writeEasyNeoPixel(0, 255, 0, 255);      // make the first neopixel purple (red + blue)

Examples

see examples/ for a collection of arduino sketches that use this library

A Note to Advanced Users

Please be aware this library pollutes the global namespace with a variable and a few functions. 😄

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy