]> Repositories - Adafruit_Blinka-hackapet.git/commit
add PocketBeagle example to blink LED
authorDrew Fustini <drew@pdp7.com>
Sun, 31 Mar 2019 23:20:45 +0000 (00:20 +0100)
committerGitHub <noreply@github.com>
Sun, 31 Mar 2019 23:20:45 +0000 (00:20 +0100)
commit6eaaf3282e5177bd0fd4113c6d5d7fc02f102c69
treeb9fdaab0d4bcb8378499dd545193be0becede46a
parent006d3af59f3e84b066dad65d4b4450d17e4c0e99
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!
examples/pb_digitalio.py [new file with mode: 0644]