added funny comment
This commit is contained in:
parent
d4915e7e73
commit
57f63e04a2
@ -3,6 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Copyright 2022 Wyatt Miller, Avery Miller
|
// Copyright 2022 Wyatt Miller, Avery Miller
|
||||||
// Licensed by the Mozilla Public License v2
|
// Licensed by the Mozilla Public License v2
|
||||||
|
// wyatt is gay
|
||||||
|
|
||||||
#include "pico/stdlib.h"
|
#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);
|
void set_and_sleep(int pin, bool state, int sleep_duration);
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
const uint LED_PIN = PICO_DEFAULT_LED_PIN;
|
const uint LED_PIN = PICO_DEFAULT_LED_PIN;
|
||||||
gpio_init(LED_PIN);
|
gpio_init(LED_PIN);
|
||||||
gpio_set_dir(LED_PIN, GPIO_OUT);
|
gpio_set_dir(LED_PIN, GPIO_OUT);
|
||||||
while (true) {
|
while (true) {
|
||||||
|
Loading…
Reference in New Issue
Block a user