Chuck McManis
Chuck McManis
So if you had this API the blink demo would be (using the default clock) ``` include int main(void) { int i; pin_output(PA5, PXX); while (1) { pin_toggle(PA5, PXX); fori...
Would you be open to me adding the rest of it? (I currently have this code in my adjacent library I named libloc3util which is a collection some of these...
Hi, I've not tested it but the code looks reasonable. I'm curious about the use case though, generally pins are set by the program and don't get reset except under...
I pulled this pr and built it, what is there works on my Nucleo board. That said, what I was looking for was the STM32U5G support which is same family...