I am sorry to bother the forum members, but I have literally spent hours searching the website and forums, and have come up empty.
I am using Teensy 4.1.
I have successfully installed Teensy into Arduino IDE (which I have used for several small projects).
I did find the MIDI functions list added, such as sendNoteOn.
What I am after would contain info like the following - all of which I would consider extensions/resources you have added and are contained in you Teensy library.
Teensy 4.1 regs (RT1060) you support (I know you support GPIO6 as I have used this reg following an example program by David Zmick ==>
Do you support the Teensy 4.1 GPIO input pullup values (ex. pinMode (0, INPUT_PULLUP_XXX), where XXX is one of the RT1060 supported values)? What is the default PULLUP resistor value you get using pinMode of INPUT_PULLUP?
GPIO to Teensy 4.1 IO pin assignments (ex: GPIO1 bits 0 to 15 are connected to Teensy 4.1 board pins 0 to 15???)
I think this gives you the flavor of what I am after. Hopefully I just haven't found the right webpage on the site, and you can just post a website.
For the project I am just in the planning phase for, I will mainly be using 8 outputs and 24 inputs. Outputs to control multiplexing, inputs to receive multiplexed busses. Have old Yamaha organ with keyboard/pedals that use the switch matrix with diodes, and want to use keyboard/pedals through Teensy 4.1 to create MIDI via USB to PC running Miditzer Pipe Organ Simulator.
Thanks in advance for your time and consideration.
Mark
I am using Teensy 4.1.
I have successfully installed Teensy into Arduino IDE (which I have used for several small projects).
I did find the MIDI functions list added, such as sendNoteOn.
What I am after would contain info like the following - all of which I would consider extensions/resources you have added and are contained in you Teensy library.
Teensy 4.1 regs (RT1060) you support (I know you support GPIO6 as I have used this reg following an example program by David Zmick ==>
Code:
https://dpzmick.com/posts/2021-10-26-teensy-4.1-set-many-pins.html
Do you support the Teensy 4.1 GPIO input pullup values (ex. pinMode (0, INPUT_PULLUP_XXX), where XXX is one of the RT1060 supported values)? What is the default PULLUP resistor value you get using pinMode of INPUT_PULLUP?
GPIO to Teensy 4.1 IO pin assignments (ex: GPIO1 bits 0 to 15 are connected to Teensy 4.1 board pins 0 to 15???)
I think this gives you the flavor of what I am after. Hopefully I just haven't found the right webpage on the site, and you can just post a website.
For the project I am just in the planning phase for, I will mainly be using 8 outputs and 24 inputs. Outputs to control multiplexing, inputs to receive multiplexed busses. Have old Yamaha organ with keyboard/pedals that use the switch matrix with diodes, and want to use keyboard/pedals through Teensy 4.1 to create MIDI via USB to PC running Miditzer Pipe Organ Simulator.
Thanks in advance for your time and consideration.
Mark