Skip to content

Instantly share code, notes, and snippets.

View connornishijima's full-sized avatar

Lixie Labs connornishijima

View GitHub Profile
@connornishijima
connornishijima / lixie_installer.py
Created January 1, 2017 09:46
Installer script for Lixie Python library!
import os
import time
logo = ""
logo += "888 8888888 Y88b d88P 8888888 8888888888\n"
logo += "888 888 Y88b d88P 888 888 \n"
logo += "888 888 Y88o88P 888 888 \n"
logo += "888 888 Y888P 888 8888888 \n"
logo += "888 888 d888b 888 888 \n"
logo += "888 888 d88888b 888 888 \n"
const byte voicePins[] PROGMEM = {2, 3, 4, 5, 6, 7};
byte voiceEnabled[6];
byte voiceType[6];
byte states[6];
byte noiseCount[6];
unsigned long start[6];
unsigned int periods[6];
unsigned long nextFlip[6];
byte noise = 0;
const byte voicePins[] PROGMEM = {2, 3, 4, 5, 6, 7};
byte voiceEnabled[6];
byte voiceType[6];
byte states[6];
byte noiseCount[6];
unsigned long start[6];
unsigned int periods[6];
unsigned long nextFlip[6];
byte noise = 0;
const byte voicePins[] PROGMEM = {2, 3, 4, 5, 6, 7};
byte voiceEnabled[6];
byte voiceType[6];
byte states[6];
byte noiseCount[6];
unsigned long start[6];
unsigned int periods[6];
unsigned long nextFlip[6];
byte noise = 0;
const byte score [] PROGMEM = {
// YOUR BYTE STREAM GOES HERE!
};
const byte voicePins[] PROGMEM = {2, 3, 4, 5, 6, 7};
byte voiceEnabled[6];
byte voiceType[6];
/*
* Arduino Anti-GPS Silliness
* by Connor Nishijima 2016
*
* By reading the frequency of AC cycles in your house using an open analog pin,
* I can tell you for sure what countries you AREN'T in. Pretty god damn useless,
* but fun, nonetheless.
*
* You'll need an Arduino Mega to fit the array of Strings below, Uno doesn't cut it
* even with use of PROGMEM. The Sketch is also written to use the Seeed Studio TFT
//*****************************************************************************
// OUTPUT of MIDUINO 3.1 for Arduino Mega (6 Timers)
// Processed in just 0.138 seconds by www.world.emotiscope.co/miduino
//*****************************************************************************
// Use of this code is subject to the
// Creative Commons Attribution Non-Commercial license:
// https://creativecommons.org/licenses/by-nc/3.0/us/
// Midi to Arcuino C conversion by Len Shustek