Skip to content

Instantly share code, notes, and snippets.

@krishnan793
Last active August 29, 2015 14:16
Show Gist options
  • Save krishnan793/b8b071e02ca83b24995a to your computer and use it in GitHub Desktop.
Save krishnan793/b8b071e02ca83b24995a to your computer and use it in GitHub Desktop.
This program will blink an LED connected to gpio23 of BeagleBoneBlack Board. Inorder for the code to work first set gpio port 23 as output. (echo 23 > /sys/class/gpio/export && echo out > /sys/class/gpio/gpio23/direction))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment