(not in a working state)
HTML Canvas drawing methods for LED matrices with Arduino or similar
Here's an idea of what it'll look like:
Contributing:
Pull Google Test / Google Mock subrepository:
$ git submodule init
$ git submodule update
Create build directory, run CMake, build and run unit tests:
$ mkdir build && cd build
$ cmake ..
$ make
$ ctest --verbose