Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.15 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.15 KB

PocketBeagle tutorial and example code

These examples have been taken from many places and customized for PocketBeagle.

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.