Jonas Vorwerk
Jonas Vorwerk
Thanks for this great library! Got it working on a Teensy 3.2 with audio shield. Using the FTP program Transmit to transfer files, works perfectly. When including the audio.h library...
/Users/../Documents/Arduino/libraries/TFMPI2C/src/TFMPI2C.cpp: In member function 'void TFMPI2C::recoverI2CBus()': /Users/../Documents/Arduino/libraries/TFMPI2C/src/TFMPI2C.cpp:377:24: error: 'PIN_WIRE1_SDA' was not declared in this scope; did you mean 'PIN_WIRE_SDA'? 377 | recoverI2CBus( PIN_WIRE1_SDA, PIN_WIRE1_SCL); | ^~~~~~~~~~~~~ | PIN_WIRE_SDA /Users/../Documents/Arduino/libraries/TFMPI2C/src/TFMPI2C.cpp:377:39: error:...
Can't get DmxSimple working on Teensy 4. I'm using the latest version of Teensyduino, DmxSimple, using the fade.ino example. With the same setup all dmx lights are properly fading using...