Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

sorcix/nled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

BeagleBone Black nLED

	A simple command-line binary to toggle a RGB led on the Beaglebone Black.

	Using the following pins:
	- RED: P9_12; GPIO1[28]; 60
	- GREEN: P9_14; GPIO1[18]; 50
	- BLUE: P9_16; GPIO1[19]; 51

Compile:

	go install github.com/sorcix/nled

Usage:

	The GPIO pins have to be exported before they can be used.
	Simply call `nled init` to set things up.
	You might want to do this at boot time.

	nled [red|green|blue] [on|off]

About

Simple commandline binary to toggle a RGB led on a beaglebone black.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages