Skip to content

Latest commit

History

46 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

sudo apt-get install build-essential gcc-avr avr-libc avrdude
pushd ~
wget http://arduino.googlecode.com/files/arduino-0021.tgz
tar zxf arduino-0021.tgz
cd arduino-0021/libraries
wget http://arduino.cc/playground/uploads/Code/TimedAction-1_6.zip
unzip TimedAction-1_6.zip
#
# For compatability with ardunio 1.0
#
# in the TimedAction folder edit TimedAction.h and changed the #include
# "Wprogram.h" to "Arduino.h"
#
# and in the MatrixDisplay library change
# the reference to "wireing.h" to "Arduino.h" in MatrixDisplay.h
#
git clone https://github.com/solexious/MatrixDisplay
popd
make
sudo ARDUINO_PORT=/dev/ttyUSB5 make upload

About

The code that powers the London Hackspace's notification board

Resources

Stars

2 stars

Watchers

20 watching

Forks

Releases

Packages

Contributors

Languages