Browse Source

arduino include

main
Hendrik Langer 5 years ago
parent
commit
e930af3808
  1. 2
      content/snippets/esp32/platformio/index.en.md

2
content/snippets/esp32/platformio/index.en.md

@ -62,7 +62,7 @@ monitor_speed = 115200
* Turns on an LED on for one second, * Turns on an LED on for one second,
* then off for one second, repeatedly. * then off for one second, repeatedly.
*/ */
#include "Arduino.h" #include <Arduino.h>
#ifndef LED_BUILTIN #ifndef LED_BUILTIN
#define LED_BUILTIN 13 #define LED_BUILTIN 13

Loading…
Cancel
Save