1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-11-28 17:36:39 +03:00

constexpr helpers to identify core version (#5269)

This commit is contained in:
david gauchard
2018-11-29 17:10:33 +01:00
committed by GitHub
parent fcdffc5dfd
commit c6777149a8
5 changed files with 181 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ extern "C" {
#include "esp8266_peri.h"
#include "twi.h"
#include "core_esp8266_features.h"
#include "core_esp8266_version.h"
#define HIGH 0x1
#define LOW 0x0