Linear Algebra
arduino
Accessible implementations of linear algebra algorithms
|
Fixes for problematic macros defined by the Arduino Core.
The Arduino Core defines some macros for abs, min, max, etc. that cause compilation problems when including the C++ standard library headers that define these names as functions (as they should be defined).
Definition in file ArduinoMacroFix.hpp.
#include <Arduino.h>