Commit graph

4 commits

Author SHA1 Message Date
s-light
97c59ec580
[examples] added python3 env 2019-04-01 21:00:11 +02:00
s-light
498d8fb1e9
[examples] make executable 2019-04-01 20:50:41 +02:00
Drew Fustini
a8b87ecacf
Fix pylint error in PocketBeagle example 2019-04-01 00:28:46 +01:00
Drew Fustini
6eaaf3282e
add PocketBeagle example to blink LED
add PocketBeagle example to blink LED

Note: Python programs using Blinka on PocketBeagle and BeagleBone need to use `sudo`.  Refer to this issue for more information:
https://github.com/adafruit/Adafruit_Python_PlatformDetect/issues/20 

Here is the output of this program running OK on a PocketBeagle:
debian@beaglebone:~/Adafruit_Blinka/examples$ sudo python3 pb_digitalio.py 
[sudo] password for debian: 
hello blinky!
2019-04-01 00:20:45 +01:00