Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

BlinkC

A C program that blinks an LED on a Raspberry Pi using the pigpio library.

Compile

$ gcc -Wall -o blink_pigpio blink_pigpio.c -lpigpio

Run

$ sudo ./blink_pigpio

Exit

CTRL-C