Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 678 Bytes

File metadata and controls

13 lines (7 loc) · 678 Bytes

Getting started

Follow the instructions to install Teensyduino (which includes installing Arduino):

Open 'InfinityTable.ino' in Arduino, then go to Sketch ... Include Library ... Manage Libraries and install OctoWS2811.

Under Tools... Board... pick Teensy 3.2/3.1.

Plug in the USB, click verify, and then click Upload to send your program to the teensy. This fails about half the time for me randomly (even when there are no compiler errors), but it usually works on the second try.

Library description

Example code