Browse Source

Added support for Tarpuna Shield for Wemos D1

pull/463/head
Xose Pérez 6 years ago
parent
commit
ce7a019256
2 changed files with 8 additions and 1 deletions
  1. +2
    -1
      code/espurna/config/arduino.h
  2. +6
    -0
      code/espurna/config/hardware.h

+ 2
- 1
code/espurna/config/arduino.h View File

@ -58,6 +58,7 @@
//#define ARILUX_AL_LC01
//#define ARILUX_AL_LC11
//#define ARILUX_AL_LC02
//#define WEMOS_D1_TARPUNA_SHIELD
//--------------------------------------------------------------------------------
// Features (values below are non-default values)
@ -104,4 +105,4 @@
//#define PMSX003_SUPPORT 1
//#define SHT3X_I2C_SUPPORT 1
//#define SI7021_SUPPORT 1
//#define V9261F_SUPPORT 1
//#define V9261F_SUPPORT 1

+ 6
- 0
code/espurna/config/hardware.h View File

@ -64,6 +64,12 @@
#define LED1_PIN 2
#define LED1_PIN_INVERSE 1
#elif defined(WEMOS_D1_TARPUNA_SHIELD)
// Info
#define MANUFACTURER "WEMOS"
#define DEVICE "D1_TARPUNA_SHIELD"
// -----------------------------------------------------------------------------
// ESPurna
// -----------------------------------------------------------------------------


Loading…
Cancel
Save