Skip to content

Instantly share code, notes, and snippets.

View EvanBurnette's full-sized avatar

Evan Burnette EvanBurnette

View GitHub Profile
@EvanBurnette
EvanBurnette / findGreenBox.ipynb
Created November 22, 2022 03:51
Find green box on Wyze image
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@EvanBurnette
EvanBurnette / CyborgPerformanceSystem.txt
Last active August 5, 2020 04:49
Description of a setup intended to control multiple instruments by myself in a live performance without pressing spacebar on a laptop
Hardware:
Box:
Every piece of the system fits into a standard carry-on size box which clamshells together
The top contains the drum machine, mixer, reverb, and synthesizer
The bottom contains a guitar pedal board and an integrated midi controller
The box has legs that elevate and offset the top above the bottom
The box has a single power input (110V AC) and most power adapters are safely hidden inside the box
The box has ventilation holes for the power adapters
The box has wheels and a handle to move it easily
#define BOUNCE_WITH_PROMPT_DETECTION
#include <SoftwareSerial.h>
#include <Bounce2.h>
#define midiIn 4
#define midiOut 5
#define backPin 14
#define playPin 15
#define forwardPin 16
#define undoPin 17
<style>
.universe{
background-color: hsl(10, 50%, 80%);
position: fixed;
height: 100%;
width: 100%;
}
.lungs{
background-color: hsl(0, 60%, 40%);
int last2 = HIGH;
int last3 = HIGH;
int last4 = HIGH;
int last5 = HIGH;
int last6 = HIGH;
int now2 = HIGH;
int now3 = HIGH;
int now4 = HIGH;
int now5 = HIGH;