1 parent 0c46736 commit aa66eabCopy full SHA for aa66eab
2 files changed
.gitignore
@@ -0,0 +1 @@
1
+.pio
platformio.ini
@@ -24,6 +24,11 @@ src_dir = Arduinoboy
24
platform = teensy
25
framework = arduino
26
board = teensy31
27
-targets = upload
28
build_flags = -UUSB_SERIAL -DUSB_MIDI
29
board_f_cpu = 24000000L
+
30
+[env:micro]
31
+platform = atmelavr
32
+framework = arduino
33
+board = micro
34
+lib_deps = arduino-libraries/MIDIUSB
0 commit comments