Skip to content

Commit 9eda5d7

Browse files
author
jantje
committed
Add arduino.h to default .ino file
1 parent 0438a64 commit 9eda5d7

File tree

1 file changed

+1
-0
lines changed
  • it.baeyens.arduino.core/src/it/baeyens/arduino/ui/templates

1 file changed

+1
-0
lines changed

it.baeyens.arduino.core/src/it/baeyens/arduino/ui/templates/sketch.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include "Arduino.h"
12
//The setup function is called once at startup of the sketch
23
void setup()
34
{

0 commit comments

Comments
 (0)