ESP32-PaxCounter/src/hal/lolin32lite.h
Klaus K Wilting 75fb08e72c v1.6.85
2018-11-25 16:35:36 +01:00

15 lines
318 B
C

// clang-format off
#ifndef _LOLINLITE_H
#define _LOLINLITE_H
#include <stdint.h>
// Hardware related definitions for lolin32lite (without LoRa shield)
#define CFG_sx1272_radio 1 // dummy
#define HAS_LED (5) // on board LED on GPIO5
#define LED_ACTIVE_LOW 1 // Onboard LED is active when pin is LOW
#endif