Skip to content

nanoterran/BeagleBone-IO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

BeagleBone-IO

Lua library for interfacing with BeagleBone Black Rev C GPIO, and Onboard LEDs.

onboard_led.lua

Initialize with one of the onboard LEDs.

  • 0 - LED0
  • 1 - LED1
  • 2 - LED2
  • 3 - LED3
local onboard_led = require 'onboard_led'
local led1 = onboard_led(1)

led1.turn_on()
led1.turn_off()

led1.heartbeat()

gpio.lua

About

Lua library for BeagleBone Black

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages