Skip to content
Snippets Groups Projects
Commit 820c50a6 authored by ma1u20's avatar ma1u20
Browse files

Replace skeleton.c

parent 867b7006
No related branches found
No related tags found
No related merge requests found
#include "pico/stdlib.h" #include "pico/stdlib.h"
//find the pin that you used for the led and the push button and insert it here
const uint ledPin = 14; const uint ledPin
const uint pushButtonPin = 13; const uint pushButtonPin
// TODO: Define a function to get the push button pin // TODO: Define a function to get the push button pin
bool getLogicState() { bool getLogicState() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment