Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

midi serial #1

Open
reaganry opened this issue Mar 23, 2019 · 1 comment
Open

midi serial #1

reaganry opened this issue Mar 23, 2019 · 1 comment

Comments

@reaganry
Copy link

got it built & beeping- so many pins... where do i connect the midi serial? usb midi would be amazing.

@deadsy
Copy link
Owner

deadsy commented Mar 23, 2019

See:
https://github.com/deadsy/googoomuck/blob/master/target/mb997/io.h

MIDI is on a UART port:

#define IO_UART_TX GPIO_NUM(PORTA, 2) // AF7: serial port tx
#define IO_UART_RX GPIO_NUM(PORTA, 3) // AF7: serial port rx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants