Include dependency graph for ArduinoCompat.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros | |
| #define | abs(x) ((x) > 0 ? (x) : -(x)) |
| < sprintf() More... | |
| #define | round(x) ((x) >= 0 ? (long)((x) + 0.5) : (long)((x)-0.5)) |
Functions | |
| void | yield () |
Macro Definition Documentation
◆ abs
| #define abs | ( | x | ) | ((x) > 0 ? (x) : -(x)) |
< sprintf()
◆ round
| #define round | ( | x | ) | ((x) >= 0 ? (long)((x) + 0.5) : (long)((x)-0.5)) |
Function Documentation
◆ yield()
| void yield | ( | ) |
1.8.13