add LOLIN D32 & D32 PRO Board support (#1688)

This commit is contained in:
WEMOS Electronics
2018-07-28 15:27:26 +08:00
committed by Me No Dev
parent 2fba81223e
commit 3222e6490a
4 changed files with 235 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#ifndef Pins_Arduino_h
#define Pins_Arduino_h
#include <stdint.h>
#include <d32_core.h>
static const uint8_t LED_BUILTIN = 5;
#define BUILTIN_LED LED_BUILTIN // backward compatibility
static const uint8_t _VBAT = 35; // battery voltage
#endif /* Pins_Arduino_h */