https://github.com/todbot/blinkm-arduino
Official BlinkM Arduino library and examples by ThingM
https://github.com/todbot/blinkm-arduino
Last synced: 4 months ago
JSON representation
Official BlinkM Arduino library and examples by ThingM
- Host: GitHub
- URL: https://github.com/todbot/blinkm-arduino
- Owner: todbot
- License: mit
- Created: 2014-02-25T19:43:03.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T21:28:47.000Z (over 3 years ago)
- Last Synced: 2025-12-28T18:48:48.230Z (5 months ago)
- Language: C++
- Homepage:
- Size: 78.1 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BlinkM-Arduino
==============
Official [BlinkM](https://blinkm.thingm.com/) library and examples by [ThingM](https://thingm.com/)

## How to use this library
1. Click the "Download Zip" button under the **"Code"** button above. You will get a "BlinkM-Arduino-main.zip" file
2. In the Arduino IDE, go to **"Sketch / Include Library / Add .ZIP library..."**
3. Find the "BlinkM-Arduino-main.zip" you download in (1) and click "Open",
* Arduino will add the BlinkM library to your sketchbook/libraries folder
4. Restart the Arduino IDE
5. Now under **"File / Examples"**, you should see "BlinkM" and several example sketches.
* (in Arduino IDE 2.0, you will to select a Board first)
6. Open one up, pick your Arduino board, and click **"Verify/Compile"**.