Skip to content

emblaze-gateway/led-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Control built-in LED indicator

Control over the Tinkerboard2/2S built-in LED indicator.

Usage

/path/to/led_control {on | off} {LED0 | LED1 | LED2}

  • LED0: Red
  • LED1: Green
  • LED2: Orange

How to Build

cmake is a prerequisite.

$ cd led-control
$ cmake .
$ make
$ sudo make install

Example

$ ./led_control on LED0
$ ./led_control off LED1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published