Skip to content

Commit 14e8f8a

Browse files
authored
Update README.md
1 parent 325389a commit 14e8f8a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# Adafruit's BeagleBone IO Python Library
1+
# Adafruit BeagleBone I/O Python Library (Adafruit_BBIO)
22

3-
This is a set of Python tools to allow GPIO, PWM, and ADC access on the BeagleBone using the Linux 3.8 Kernel and above (latest releases).
3+
* Adafruit_BBIO is a set of Python tools to allow GPIO, PWM, and ADC access on the BeagleBone
44

5-
It is recommended to use an official BeagleBoard.org Debian image:
6-
https://beagleboard.org/latest-images
5+
* It is recommended to use an [official BeagleBoard.org Debian image](https://beagleboard.org/latest-images)
6+
* Currently recommended image: [Stretch Snapshot iot (2017-10-29)](https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#microSD.2FStandalone:_.28stretch-iot.29_.28All_BeagleBone_Variants_.26_PocketBeagle.29) with [Linux kernel](https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Kernel_Options) [4.14.0-rc7-ti-r6](https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Mainline_.284.14.x_lts.29)
7+
* note: Cloud9 IDE is now fully compatible with Adafruit_BBIO as udev is configured to enable non-root control of GPIO and PWM _(refer to commit [b65cbf8](https://github.com/adafruit/adafruit-beaglebone-io-python/commit/b65cbf8e41b444bad7c4ef6cfd4f88a30210fd78))_
78

9+
* Adafruit_BBIO supports Linux kernels 3.8 through 4.14
810

9-
**NOTE: This library may have breaking changes as development continues. Please read the changelog.**
11+
* New versions of Adafruit_BBIO may break backwards compility. Please read the [changelog](CHANGELOG.md).
1012

1113
## Installation on Debian**
1214

0 commit comments

Comments
 (0)