Pouria Pirhadi

Results 1 issues of Pouria Pirhadi

In the example code we have : ``` Serial.begin(115200); IBus.begin(Serial1); ``` Which gives a compile error because **Serial1** is not defined. I'm pretty sure it must be **Serial** instead. I...