Browse Source

arduino include

main
Hendrik Langer 4 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,
* then off for one second, repeatedly.
*/
#include "Arduino.h"
#include <Arduino.h>
#ifndef LED_BUILTIN
#define LED_BUILTIN 13

Loading…
Cancel
Save