Skip to content

Here you can find example code for the Bastli Led Strip Contest 2015/2016

Notifications You must be signed in to change notification settings

tinogfroerer/LedStrip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 

Repository files navigation

Led Strip Contest: Example Code

Here you can find example code for the Bastli Led Strip Contest 2015/2016 (http://bastli.ch/contest). You might use it for reference or as a starting point for your code.

If you have working code in some funny programming language like Haskell, please make a merge request.

C

The C example can be compiled with:

  • bash gcc -std=gnu99 -pedantic *.c -o app If you use the sin(x) function, use -lm switch

Documentation

Documentation is available through doxygen.

cd c/
doxygen doxyfile

(Or alternatively just read the headerfiles)

About

Here you can find example code for the Bastli Led Strip Contest 2015/2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.5%
  • Objective-C 4.5%