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);
gpio_init(20);
gpio_set_dir(20, GPIO_OUT);
...
gpio_put (20,1);
Statistics: Posted by gmx — Wed Nov 13, 2024 12:15 pm