Skip to content
Snippets Groups Projects
Commit a9509584 authored by integratedcircuit's avatar integratedcircuit
Browse files

added carnet de bord

parent 73147fda
Branches
No related merge requests found
......@@ -15,9 +15,9 @@ int main() {
gpio_init(LED_PIN);
gpio_set_dir(LED_PIN, GPIO_OUT);
while (1) {
gpio_put(LED_PIN, 0);
sleep_ms(250);
gpio_put(LED_PIN, 1);
sleep_ms(250);
gpio_put(LED_PIN, 0);
puts("Hello World\n");
sleep_ms(1000);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment