Quantcast
Viewing all articles
Browse latest Browse all 5157

SDK • Re: GPIO_PUT not working

yep, the following would work a little bit faster, but with Arduino, I don't know.

gpio_init(20);
gpio_set_dir(20, GPIO_OUT);
...
gpio_put (20,1);

Statistics: Posted by gmx — Wed Nov 13, 2024 12:15 pm



Viewing all articles
Browse latest Browse all 5157

Trending Articles