Browse Source

fixed vscode intellisens

master
Youen Toupin 6 years ago
parent
commit
0867eccc3a
  1. 5
      utility/LowLevel.h

5
utility/LowLevel.h

@ -4,7 +4,10 @@
#include <inttypes.h>
#ifdef VS_INTELLISENSE
#define __attribute__()
#define __attribute__(...)
#define digitalPinToPort(pin) 0
#define digitalPinToBitMask(pin) 0
#define portInputRegister(arg1) 0
#endif
#if ARDUINO >= 100

Loading…
Cancel
Save