Skip to content

The code that powers the London Hackspace's notification board

Notifications You must be signed in to change notification settings

londonhackspace/NotifyBoard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%