Adafruit_Python_GPIO/Adafruit_GPIO
Tommy Vestermark 521309de57 FTH232H: Make compatible with Python3
- Fix some indentations
- Convert use of str() to bytes()
- Append b' to byte literals
- Fix some integer divisions / -> //
2019-04-27 09:55:00 +10:00
..
__init__.py python 3 compat 2015-01-10 19:46:23 +01:00
FT232H.py FTH232H: Make compatible with Python3 2019-04-27 09:55:00 +10:00
GPIO.py Fix indent issue 2019-04-10 00:09:12 -04:00
I2C.py Check for older BCM2708 combined mode path before attempting to set. 2018-02-26 17:58:56 -08:00
MCP230xx.py Explicitly set internal MCP23017 GPIO state on input_pins read, fix #70. 2018-02-26 17:27:17 -08:00
PCA95xx.py Add a GPIO class to support PCA9XXX chips 2016-02-16 11:48:59 -03:00
PCF8574.py Swap to Python 2 and 3 compatible items() call vs. iteritems(), fix #43. 2018-02-26 17:15:14 -08:00
Platform.py Added Detection of Jetson Nano Board 2019-04-10 00:02:08 -04:00
PWM.py Fix issue 11: use spaces for indentation 2014-12-15 16:58:20 +01:00
SPI.py update _mosi typo as per #83 2018-10-02 00:58:53 -07:00