esp_iot_framework  v0.1.0-alpha
© 2026 AmakeSasha, distributed under a license Apache-2.0
Core Macros

Preprocessor utilities for standardized logging, sequential error checking, and task spawning. More...

Modules

 Logging
 Simple console logging macros with config level control.
 
 Checkers
 Sequential error handling and parameter validation macros.
 
 Other
 Miscellaneous helper macros.
 

Detailed Description

Note
This group of modules is available when you include this line at the beginning of the file.:
#include <esp_iot_framework_core_macros.h>

This file contains core macros used throughout the framework. They enforce uniform error handling and simplify the development of new nodes.