Increase serial speed
This commit is contained in:
parent
adb77a6990
commit
e4c7dcc7e2
|
|
@ -8,7 +8,7 @@ Board b = Board();
|
|||
|
||||
void setup() {
|
||||
// put your setup code here, to run once:
|
||||
Serial.begin(9600);
|
||||
Serial.begin(115200);
|
||||
|
||||
//char value;
|
||||
//while(Serial.available() == 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue