Skip to content

Instantly share code, notes, and snippets.

View tyrower's full-sized avatar

Alan McCullagh tyrower

View GitHub Profile
@tyrower
tyrower / setup.md
Created March 2, 2018 10:16 — forked from davidbradway/setup.md
Set Up Docker On Raspberry Pi Raspbian Stretch Lite
#!/usr/bin/python3
# -*- coding: utf-8 -*-
# Previous line sets coding - character set
from sense_hat import *
#French Translation of terms/paramaters for Sense HAT usage
#Traduction Francaise de la terminologie et parametres pour l'utilisation du Sense HAT
EN_HAUT = 'up'
sense_hat_en.py
sense_hat_en.py