InternetButton (official library)

Summary

Name Value
Name InternetButton
Version 0.1.15
Installs 1439074
Verification official
License LGPL
Author Richard Whitney richard@particle.io
URL https://github.com/particle-iot/InternetButton
Repository https://github.com/particle-iot/InternetButton.git
Download .tar.gz
All Versions 0.1.15, 0.1.14, 0.1.13, 0.1.12, 0.1.11, 0.1.10, 0.1.9, 0.1.8, 0.1.7, 0.1.6, 0.1.5, 0.1.4, 0.1.3, 0.1.2, 0.1.1

Functions to make the Internet Button easy to use! If you have an original SparkButton, make sure to use begin(1)

Example Build Testing

Device OS Version:

This table is generated from an automated build. Success only indicates that the code compiled successfully.

Library Read Me

This content is provided by the library maintainer and has not been validated or approved.

Internet Button

Build Status

The Internet Button has a lot of features, but some of these aren't as straightforward to use as simple LEDs and sensors. This library abstracts a lot of the complexity and provides simple functions with broad capability. It wraps modified versions of both Adafruit's Neopixel and AnneM's ADXL362 Arduino libraries, as well as some novel functions.

Examples

  1. Blink an LED - How to control the smart LEDs on this board
  2. Blink all the LEDs - An extension on the simplest case
  3. LEDs and Buttons - How to read the buttons on the Button, and make LEDs blink with them
  4. Good Combination - A set of button and LED conditionals that I happen to like and use frequently
  5. Motion - The Internet Button also has an accelerometer on it to measure motion- this shows how the related functions work
  6. Orientation - How to use the accelerometer functions to determine the orientation
  7. Internet - Send that data out to the world!
  8. Making Music - Learn how to play notes and songs while controlling LEDs and reading buttons at the same time.
  9. Release Firmware - Big, complicated set of epic.

Watch for gauge and other display additions to this library!

Browse Library Files