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
This requires a new Init function that will allow the Serial or Serial1 object reference to be passed in, this would then use a local instance of the HardwareSerial object based on what was passed in the init function. If the default init is called then the default Serial should be used.
I have used this in my own version of the library successfully with the Freetronics LeoStick which is based on the Leonardo. I've also used it with a Atmega1284P board that has multiple serial ports.
I'm looking to create a fork of the library with this and a number of other changes that I use myself.
Because you can't set which serial it has to use (Leonardo uses Serial1 instead of Serial) you can't use this library with the arduino leonardo
The text was updated successfully, but these errors were encountered: