Skip to content

Latest commit

 

History

History
 
 

Black

This folder contains live demos that run on the BeagleBone Black.

Cookbook - contains support material for BeagleBone Cookbook: Software and Hardware Problems and Solutions published by O'Reilly Media.

pru - contains demos for the Programmable Real-time Unit

The following files are:

File Description
analogInOut.js Reads analog in and adjusts the PWM.
analogInSync.js Reads analog in synchronously and prints it.
analogInCallback.js Reads analog in and prints it via a callback.
blinkLED.c Blinks the USR3 LED via c.
blinkLED.js Blinks the USR LEDs and P9_14.
blinkLED.py Blinks one LED via python.
fadeLED.js Fades the LED using the PWM.
input.js Responds to changes on input via a callback.
input2.js Responds to changes on 2 inputs via callbacks.
seqLED.py Blinks the USR LEDs in sequence in python.
swipeLED.js Blinks the USR LEDs in sequence.