conflicts.cpp 693 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // ArduinoJson - arduinojson.org
  2. // Copyright Benoit Blanchon 2014-2019
  3. // MIT License
  4. // All cores
  5. #define bit()
  6. #define constrain()
  7. #define DEFAULT
  8. #define DISABLED
  9. #define HIGH
  10. #define INPUT
  11. #define LOW
  12. #define max()
  13. #define min()
  14. #define OUTPUT
  15. #define round()
  16. #define sq()
  17. #define word()
  18. #define bitRead()
  19. #define bitSet()
  20. #define bitClear()
  21. #define bitWrite()
  22. #define interrupts()
  23. #define lowByte()
  24. #define highByte()
  25. #define DEC
  26. #define HEX
  27. #define OCT
  28. #define BIN
  29. #define cbi()
  30. #define sbi()
  31. // ESP8266
  32. #define _max()
  33. #define _min()
  34. // issue #839
  35. #define BLOCKSIZE
  36. #define CAPACITY
  37. // catch.hpp mutes several warnings, this file also allows to detect them
  38. #include "ArduinoJson.h"