Closed ghost closed 6 years ago
Maybe edit AltSoftSerial_Boards.h to use the other timer?
Wasn't sure if I can switch the pin numbers directly, not to do any damage.
Hello, what's the number of the pin that you changed to?
In AltSoftSerial_Boards.h :
// Arduino Leonardo & Yun (from Cristian Maglie) //
/*
*/
I am wondering, is it possible to use AltSoftSerial in any way on the official Arduino Robot? The OUTPUT_COMPARE_A_PIN is set to 5 on the AVR_ATmega32U4, and on the Arduino Robot it is connected to the buzzer, so can't access it in any normal way.
What could be solution to the problem?