Skip to content

lockfale/CC13

Repository files navigation

CC13:

CarolinaCon13 Badge Jank

Files:

  • CC13 Badge.pdf - Detailed badge assembly guide
  • ino files

If you need to setup an Arduino build environment:

Download the latest Arduino archive from https://www.arduino.cc/en/Main/Software

Uncompress archive: xz --decompress arduino-1.8.2-linux64.tar.xz

As root untar in /usr/local and create symlink:

    # cd /usr/local
    # tar xvf ~/Downloads/arduino-1.8.2-linux64.tar
    # ln -s arduino-1.8.2/ arduino

As regular user, download badge code into home directory (--recursive will pull down dependency projects):

    cd
    git clone --recursive https://github.com/lockfale/CC13.git

LED Patterns

To add an LED pattern:

In badge/led.cpp:

## Add a `const byte` array to with its own name and each sequential animation state of your desired LED pattern in binary format matching the number of LEDs in each entry.
## Add a branch to the `changePattern` function.
## Add a function for it at the bottom.

In badge/led.h:

## Add a function for it at the bottom.

In badge/setup.cpp:

## Add a submenu command for it.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages