wwatson
Well-known member
TD 1.62 beta 3 is working with Devboard 4 & 5 devices. I have tested 8080 parallel displays and several other devices with success.
The following is the repo README.md instructions for installation found here.
All that was changed in the three files was the extention of pin numbers defined and processed (pins 55 to 69).
Arduino IDE 2.3.9 compiles but fails to upload to Devboard with this error: "Platform 'Teensy:avr' not found".
I'm not smart enough to know why
Really did not spend much time looking for the reason why. Have not tried setting up and testing with W11 yet. That's next...
The following is the repo README.md instructions for installation found here.
Code:
1. Install arduino-1.8.19 and then install TD1.62B3.
2. Download this repo and install it the "Arduino" folder. It will then look like "Arduino/hardware".
3. From "arduino-1.8.19/hardware", copy the tools folder to "Arduino/hardware".
4. Change to directory "Arduino/hardware/Files_In_This_Folder_Are_Copied_To_cores_teensy4".
5. Copy the three files in the above directory to "arduino-1.8.19-TD1.62B3/hardware/teensy/avr/cores/teensy4".
6. The three modified files,"core_pins.h", "digital.c" and "pwm.c", will overwrite the existing files.So make sure you back them up.
Arduino IDE 2.3.9 compiles but fails to upload to Devboard with this error: "Platform 'Teensy:avr' not found".
I'm not smart enough to know why
Really did not spend much time looking for the reason why. Have not tried setting up and testing with W11 yet. That's next...