I am new to Arduino and the IDE and I don't have lots of experience with coding.
So, I wonder if this works with my megaAVG Nano Every. I need it for an RC control project.
I have, in the Arduino IDE 2.3.4 simply imported the Library IBusBM and used some code from the example. I hope that is the right thing to do.
When compiling the code I get the message that this could be incompatible with the hardware.
Then compilation stops with "Compilation error: no matching function for call to 'IBusBM::begin(UartClass&)'"
What can be the reason for this? In the error messages I also read "reference to 'HardwareSerial' is ambiguous".
As there is just one RX input on the Nano Every, is there something I need to change?
Thanks in advance for any hint.
I am new to Arduino and the IDE and I don't have lots of experience with coding.
So, I wonder if this works with my megaAVG Nano Every. I need it for an RC control project.
I have, in the Arduino IDE 2.3.4 simply imported the Library IBusBM and used some code from the example. I hope that is the right thing to do.
When compiling the code I get the message that this could be incompatible with the hardware.
Then compilation stops with "Compilation error: no matching function for call to 'IBusBM::begin(UartClass&)'"
What can be the reason for this? In the error messages I also read "reference to 'HardwareSerial' is ambiguous".
As there is just one RX input on the Nano Every, is there something I need to change?
Thanks in advance for any hint.