Has anyone had a go at making a set of macros or defines in C to make the programming of the GPIO pins easier? For people used to: setMode(1,OUTPUT); a cold sweat appears when confronted with PIN_FUNC_SELECT(PERIPHS_IO_MUX_MTDI_U, FUNC_GPIO12); And if you’re only dealing with GPIO0 and GPIO2 then that’s not…