#define BSP_ERROR_CHECK_RETURN_ERR(x) ESP_ERROR_CHECK(x) #define BSP_ERROR_CHECK_RETURN_NULL(x) ESP_ERROR_CHECK(x) #define BSP_ERROR_CHECK(x, ret) ESP_ERROR_CHECK(x ...
Recently I was looking for an inexpensive pressure + temperature sensor for a barometric altimeter project, which then led to me finding the SPL07-003. After learning there was no existing library to ...