mirror of
https://github.com/anklimov/lighthub
synced 2026-01-31 02:29:06 +03:00
Cross-compilation cleanup for all platforms + bins
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#pragma once
|
||||
#include <Arduino.h>
|
||||
|
||||
#ifndef MAX_JSON_CONF_SIZE
|
||||
@@ -317,6 +318,6 @@
|
||||
#endif
|
||||
|
||||
#if defined(NRF5)
|
||||
#define PINS_COUNT NUM_DIGITAL_PINS
|
||||
//#define PINS_COUNT NUM_DIGITAL_PINS
|
||||
#define isAnalogPin(p) ((p >= 14) && (p<=21))
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user