Skip to content

Commit 5c09861

Browse files
authored
Update README.md
1 parent 81136fb commit 5c09861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Adafruit BeagleBone I/O Python Library (Adafruit_BBIO)
22

3-
* Adafruit_BBIO is a set of Python tools to allow [GPIO](README.md#gpio), [PWM](README.md#pwm), [ADC](README.md#adc) and [UART](README.md#uart) access on the BeagleBone
3+
* Adafruit_BBIO is a set of Python tools to allow [GPIO](README.md#gpio-setup), [PWM](README.md#pwm), [ADC](README.md#adc) and [UART](README.md#uart) access on the BeagleBone
44

55
* It is recommended to use an [official BeagleBoard.org Debian image](https://beagleboard.org/latest-images)
66
* **Currently recommended image: [Debian 9.2 "Stretch" iot (2017-10-29)](https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#microSD.2FStandalone:_.28stretch-iot.29_.28All_BeagleBone_Variants_.26_PocketBeagle.29)**
@@ -121,7 +121,7 @@ Detecting events:
121121
#set polarity to 1 on start:
122122
PWM.start("P9_14", 50, 2000, 1)
123123

124-
### ADC:
124+
### ADC
125125

126126
import Adafruit_BBIO.ADC as ADC
127127
ADC.setup()

0 commit comments

Comments
 (0)