#ifndef PIN_INCLUDED #define PIN_INCLUDED #include struct pin { uint32_t bank; uint32_t pin; }; #endif