Include Arduino header explicitly
This commit is contained in:
parent
2cd8210527
commit
973995fb56
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
#include "Arduino.h"
|
||||
|
||||
|
||||
void setup () {
|
||||
Serial . begin (9600) ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue