ctownsen357 / go-blink

A Golang program for Raspberry PI to blink an LED n times on pin x, as specified by command line args.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-blink

A simple Go program to blink an LED on pin x, n times. I used this to introduce my children to the Raspberry PI. Hopefully many more projects to come!

go build
sudo ./go-blink --times=5 --pin_num=17

About

A Golang program for Raspberry PI to blink an LED n times on pin x, as specified by command line args.

License:MIT License


Languages

Language:Go 100.0%