1 2 3 4 5 6 7 8 9 10
#ifndef WRAPPER_H #define WRAPPER_H #include "piolib.h" #include "pico/stdlib.h" #include "hardware/pio.h" #include "hardware/clocks.h" // Add other headers from clang/raspberrypi-utils/piolib/include if needed #endif