-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.py
More file actions
32 lines (21 loc) · 731 Bytes
/
Copy pathcode.py
File metadata and controls
32 lines (21 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This is the real 'main' for MIDI-bit. All else is testing.
#
import midibit2
# import test.tft_test_2b
# import tft_example
# import test.super_simple_test_2
# import test.usb_host_descriptor_test_as_reported
# import test.usb_host_descriptors_simpletest
# import test.usb_host_midi_simpletest_rp2040usbfeather
# for prototyping 2/26
# import tft_144_display
# tft_144_display.test()
# import prac_mon_feather
# testing what's wrong with adafruit_usb_host_midi
# import test.midi_test
# this shows all USB descriptors
# import test.show_desc
# this tries to do MIDI stuff with the first (valid?) descriptor
# import test.usb_host_midi_simpletest_rp2040usbfeather
# import test.simple_midi
print("FELL THRU CODE.PY!")