json/single_include
Daniel Ansorregui 6d8a78fd88 Avoid clash with Arduino defines
* Arduino defines B0/B1 in "binary.h"
     #define B0 0
     #define B1 1
  This clashes with names of the template
  variables in conjuction

* Renaming them to "B" rather than "B1"
  Now it can be used as-is in Arduino projects
2022-02-17 19:05:38 +00:00
..
nlohmann Avoid clash with Arduino defines 2022-02-17 19:05:38 +00:00