Closed lobsteroh closed 8 years ago
OK, I guess we should change the signature of that method so that it can take a long int as parameter
ok, in the firmware i try ...
void setup() {
uint16_t baud = 9600;
_JArduino.init_JArduino(baud);
}
and that works, but how to pass in the baud rate from jArduino?
recommendation for supporting higher baud rate in firmware is via ...
unfortunately uploading this to arduino produces with compile from source gives ...