diff --git a/utility/LowLevel.h b/utility/LowLevel.h index d18d387..73ac6eb 100644 --- a/utility/LowLevel.h +++ b/utility/LowLevel.h @@ -4,7 +4,10 @@ #include #ifdef VS_INTELLISENSE -#define __attribute__() +#define __attribute__(...) +#define digitalPinToPort(pin) 0 +#define digitalPinToBitMask(pin) 0 +#define portInputRegister(arg1) 0 #endif #if ARDUINO >= 100