You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please give detailed instructions needed for anyone to attempt to reproduce the problem.
Hardware & Software
Board : Raspberry Pi Pico
Shields / modules used
Arduino IDE version: IDE 2.0.4
Teensyduino version (if using Teensy)
Version info & package name (from Tools > Boards > Board Manager)
Operating system & version
Any other software or hardware?
Arduino Sketch
BasicUse.ino
What is involved with updatings your pinouts to include the Pi Pico? And are you doing anything specific to AVR? I see you support Atmega and various Teensy chips.
The text was updated successfully, but these errors were encountered:
This porting work requires deep knowledge of the microcontroller's timer hawrdware and also good understanding of the TLC5940 chip. Maybe you can find someone on forums who would be willing to do this work and send a pull request.
Sorry, it is a complex topic and I do not have time write a long message. Ultimately the details are in the source code and TLC5940 datasheet. Anyone with the necessary experience to do this would could easily read both.
Description
When compiling the Basic Use sketch for the Raspberry Pi Pico using the Earl Philhower core earlephilhower, I get this error:
\Arduino\libraries\Tlc5940/pinouts/chip_includes.h:129:2: error: #error "Unknown Chip!"
129 | #error "Unknown Chip!"
Steps To Reproduce Problem
Please give detailed instructions needed for anyone to attempt to reproduce the problem.
Hardware & Software
Board : Raspberry Pi Pico
Shields / modules used
Arduino IDE version: IDE 2.0.4
Teensyduino version (if using Teensy)
Version info & package name (from Tools > Boards > Board Manager)
Operating system & version
Any other software or hardware?
Arduino Sketch
BasicUse.ino
What is involved with updatings your pinouts to include the Pi Pico? And are you doing anything specific to AVR? I see you support Atmega and various Teensy chips.
The text was updated successfully, but these errors were encountered: