Skip to content

Instantly share code, notes, and snippets.

View curcuz's full-sized avatar

Carlo Maria Curinga curcuz

View GitHub Profile
@curcuz
curcuz / enable_hdmi.sh
Created November 6, 2017 11:14
1.0.0-RC1 HDMI enable
GPIO=41
cd /sys/class/gpio
echo $GPIO > export
cd /sys/class/gpio/gpio$GPIO
echo "out" > direction
echo 1 > value
@curcuz
curcuz / install.sh
Last active September 14, 2016 15:43
hsmm-pi on docker
#!/bin/bash
#
# File: install.sh
# Authors: Scott Kidder, Clayton Smith
# Purpose: This script will configure a newly-imaged Raspberry Pi running
# Raspbian Jessie Lite with the dependencies and HSMM-Pi components.
#
PROJECT_HOME=${HOME}/hsmm-pi