This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import board | |
import neopixel | |
import math | |
import rotaryio | |
import board | |
import digitalio | |
import adafruit_rgbled | |
import busio | |
import adafruit_midi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import board | |
import neopixel | |
import math | |
import rotaryio | |
import board | |
import digitalio | |
import adafruit_rgbled | |
import busio | |
import adafruit_midi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Get the repo up to date | |
sudo apt-get update | |
sudo apt-get upgrade | |
#Mount the disk in Virtual Box | |
#Right click on the drive and click, "Open with Root Terminal" | |
#Install Prereqs | |
apt-get install build-essential module-assistant |
OlderNewer