Untitled

Anonymous
plain_text
12/11/2023 7:42 PM
140 B
23
Indexable
#include "hardware/gpio.h"

void link_gpio_set_dir(uint gpio, bool out) {
    gpio_set_dir(gpio, out);
}
Editor is loading...
Leave a Comment