From 57f63e04a21d37bdc0b020829a79ac6acf77b977 Mon Sep 17 00:00:00 2001 From: Avery Miller Date: Sat, 16 Jul 2022 19:05:25 -0400 Subject: [PATCH] added funny comment --- autobar.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autobar.c b/autobar.c index 381e5f4..9ee85fc 100644 --- a/autobar.c +++ b/autobar.c @@ -3,6 +3,7 @@ // // Copyright 2022 Wyatt Miller, Avery Miller // Licensed by the Mozilla Public License v2 +// wyatt is gay #include "pico/stdlib.h" @@ -14,7 +15,7 @@ void gpio_put_explict(int pin, bool status) { void set_and_sleep(int pin, bool state, int sleep_duration); int main() { - const uint LED_PIN = PICO_DEFAULT_LED_PIN; + const uint LED_PIN = PICO_DEFAULT_LED_PIN; gpio_init(LED_PIN); gpio_set_dir(LED_PIN, GPIO_OUT); while (true) {