sixfab / tinylab

tinylab : prototype easier than ever
https://sixfab.com/product/tinylab-exclusive-kit/
GNU General Public License v2.0
73 stars 48 forks source link

Serial1 was not declared #8

Closed Smus closed 6 years ago

Smus commented 7 years ago

Hi

im getting: twitter:45: error: 'Serial1' was not declared in this scope Serial1.begin(115200);

any ideas?

selengalp commented 7 years ago

Please check out your selected arduino board? If you selected any other board from arduino leonardo, you would probably get this compilation error.

sjkim04 commented 6 years ago

Um........ I think you don't need '1'. And.... this is an advice. In the Epalsite Electronics pdf, to begin serial, you need to type: Serial.begin(9600)