Skip to content

Latest commit

 

History

History

libraries

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Libraries

These libraries should be added to your Arduino folder. If you just want to have a look around, you can view the ledtable library.

ledtable library

Installation

  1. Download the libraries

    • You can download the using the git command in the terminal.

        git clone --depth 1 https://github.com/niccokunzmann/ledtable.git
        cd ledtable
        git submodule init
        git submodule update
      
    • You can download the zip files.

  2. Install the libraries.

  3. Reopen your Arduino IDE so it lists the libraries.

  4. You should be able to see the examples. Open ledtable examples by clicking Files > Examples > ledtable