User Tools

Site Tools


notes:c4eng:fall2024:projects:ptb0

This is an old revision of the document!


PTB0

LED

GPIO MODE SETTING

GPIO COMMAND-LINE TESTING

wiringPi: digitalWrite()

pico: gpio_put()

The gpio_put() function is a command given to the computer relating to the input of a statement. The “gpio” corresponds to the gp-pin of the pico designated for the code to run through, with “put” being the command that tells the computer that a code is to be “put” into the command.

BUTTON

GPIO MODE SETTING

VERIFYING CORRECT CIRCUIT CONNECTION

wiringPi: digitalRead()

pico: gpio_get()

notes/c4eng/fall2024/projects/ptb0.1728563320.txt.gz · Last modified: 2024/10/10 12:28 by dnayo