Marco Maia

Results 4 issues of Marco Maia

No matter what I do, I can't get the example of the ds1307 to run. always gives me the following: [...] V (13) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args V...

bug

I'm running the software on Window10. The following snippet reproduces the behavior: ```c++ int main() { std::atexit([]() { std::cout

suspended

- The following warning was fixed: > warning: incompatible pointer types passing 'unsigned int *' to parameter of type 'unsigned long *' [-Wincompatible-pointer-types]

I have a question about header inclusion best practices when dealing with implicit type construction. Consider the following code structure: ```cpp // a.h struct A { int x, y; };...

lang:cpp