Changeset - beb0688cbfd8
[Not reviewed]
default
0 1 0
Drew Perttula - 10 years ago 2015-06-10 04:57:17
drewp@bigasterisk.com
arduino_upload target
Ignore-this: 7f0fbe9b3f97346f836abd54ed83cb57
1 file changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
makefile
Show inline comments
 
@@ -55,12 +55,19 @@ packages:
 

	
 
raspberry_pi_virtualenv:
 
	mkdir -p env_pi
 
	virtualenv --system-site-packages env_pi
 

	
 
raspberry_pi_packages:
 
	sudo apt-get install python-picamera python-twisted 
 
	env_pi/bin/pip install cyclone coloredlogs
 

	
 
darcs_show_checkpoint:
 
	darcs add --quiet --recursive ${LIGHT9_SHOW} 
 
	darcs rec -a -m "checkpoint show data" ${LIGHT9_SHOW}
 

	
 
/usr/share/arduino/Arduino.mk:
 
	sudo aptitude install arduino-mk
 

	
 
arduino_upload: /usr/share/arduino/Arduino.mk
 
	cd rgbled
 
	make upload
0 comments (0 inline, 0 general)