Skip to content

Instantly share code, notes, and snippets.

@biazzotto
biazzotto / Pense-Bem-Songs.pde
Created July 22, 2016 14:13 — forked from thiagoalz/Pense-Bem-Songs.pde
Arduino file to play Pense-Bem songs
/*
Welcome: 'egage',
GameSelected: 'CgC',
Correct: 'gCC',
Wrong: 'ec',
Fail: 'egec',
Winner: 'gggeCCC',
HighBeep: 'C',
LowBeep: 'c'
@biazzotto
biazzotto / starwars.py
Created July 5, 2016 01:44 — forked from stestagg/starwars.py
micropython starwars
import gc
import machine
import pyb
import time
import network
# Configure GPIO pins 0 and 2 to be used for
# the I²C interface
iic = machine.I2C(pyb.Pin(2), pyb.Pin(0))