├── .gitignore ├── MIDI-UART-Interface-san.kicad_pcb ├── MIDI-UART-Interface-san.kicad_pro ├── MIDI-UART-Interface-san.kicad_sch ├── MIDI-UART-Interface-san.sch ├── MIDI-UART-interface-san_PCB.pdf ├── MIDI-UART-interface-san_schematics.pdf ├── README.ja.md ├── README.md ├── fp-lib-table ├── howto_assemble.png ├── image.png ├── lib ├── MIDI-UART-Interface-san.pretty │ ├── 3.5mm_Stereo_TRS_PJ-3210-4A_and_ST-005-G.kicad_mod │ ├── SOP65P640X120-16N.kicad_mod │ ├── SOT-363_DIO.kicad_mod │ └── TP_1PAD.kicad_mod └── symbols │ ├── CD74HC4050PWR.lib │ └── midi-uart-interface-san.dcm └── sym-lib-table /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinoshita-lab/MIDI-UART-interface-san/HEAD/.gitignore -------------------------------------------------------------------------------- /MIDI-UART-Interface-san.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinoshita-lab/MIDI-UART-interface-san/HEAD/MIDI-UART-Interface-san.kicad_pcb -------------------------------------------------------------------------------- /MIDI-UART-Interface-san.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinoshita-lab/MIDI-UART-interface-san/HEAD/MIDI-UART-Interface-san.kicad_pro -------------------------------------------------------------------------------- /MIDI-UART-Interface-san.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinoshita-lab/MIDI-UART-interface-san/HEAD/MIDI-UART-Interface-san.kicad_sch -------------------------------------------------------------------------------- /MIDI-UART-Interface-san.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinoshita-lab/MIDI-UART-interface-san/HEAD/MIDI-UART-Interface-san.sch -------------------------------------------------------------------------------- /MIDI-UART-interface-san_PCB.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinoshita-lab/MIDI-UART-interface-san/HEAD/MIDI-UART-interface-san_PCB.pdf -------------------------------------------------------------------------------- /MIDI-UART-interface-san_schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinoshita-lab/MIDI-UART-interface-san/HEAD/MIDI-UART-interface-san_schematics.pdf -------------------------------------------------------------------------------- /README.ja.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinoshita-lab/MIDI-UART-interface-san/HEAD/README.ja.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinoshita-lab/MIDI-UART-interface-san/HEAD/README.md -------------------------------------------------------------------------------- /fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinoshita-lab/MIDI-UART-interface-san/HEAD/fp-lib-table -------------------------------------------------------------------------------- /howto_assemble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinoshita-lab/MIDI-UART-interface-san/HEAD/howto_assemble.png -------------------------------------------------------------------------------- /image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinoshita-lab/MIDI-UART-interface-san/HEAD/image.png -------------------------------------------------------------------------------- /lib/MIDI-UART-Interface-san.pretty/3.5mm_Stereo_TRS_PJ-3210-4A_and_ST-005-G.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinoshita-lab/MIDI-UART-interface-san/HEAD/lib/MIDI-UART-Interface-san.pretty/3.5mm_Stereo_TRS_PJ-3210-4A_and_ST-005-G.kicad_mod -------------------------------------------------------------------------------- /lib/MIDI-UART-Interface-san.pretty/SOP65P640X120-16N.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinoshita-lab/MIDI-UART-interface-san/HEAD/lib/MIDI-UART-Interface-san.pretty/SOP65P640X120-16N.kicad_mod -------------------------------------------------------------------------------- /lib/MIDI-UART-Interface-san.pretty/SOT-363_DIO.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinoshita-lab/MIDI-UART-interface-san/HEAD/lib/MIDI-UART-Interface-san.pretty/SOT-363_DIO.kicad_mod -------------------------------------------------------------------------------- /lib/MIDI-UART-Interface-san.pretty/TP_1PAD.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinoshita-lab/MIDI-UART-interface-san/HEAD/lib/MIDI-UART-Interface-san.pretty/TP_1PAD.kicad_mod -------------------------------------------------------------------------------- /lib/symbols/CD74HC4050PWR.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinoshita-lab/MIDI-UART-interface-san/HEAD/lib/symbols/CD74HC4050PWR.lib -------------------------------------------------------------------------------- /lib/symbols/midi-uart-interface-san.dcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinoshita-lab/MIDI-UART-interface-san/HEAD/lib/symbols/midi-uart-interface-san.dcm -------------------------------------------------------------------------------- /sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kinoshita-lab/MIDI-UART-interface-san/HEAD/sym-lib-table --------------------------------------------------------------------------------