Linear Algebra  arduino
Accessible implementations of linear algebra algorithms
ArduinoMacroFix.hpp File Reference

Detailed Description

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>
+ Include dependency graph for ArduinoMacroFix.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.