Skip to content

Commit

Permalink
0.6.5
Browse files Browse the repository at this point in the history
Use of pins belonging to PL bank fixed.
  • Loading branch information
Pako2 authored Aug 15, 2021
1 parent 594de76 commit 5ddeb79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
0.6.5 - fixed: control of pins belonging to PL port did not work (other addressing)
0.6.4.0 - fixed: calling callbacks when mode == GPIO.BOARD
0.6.3.1 - added support of H6 boards
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@


setup(name = 'OrangePi.GPIO',
version = '0.6.4.0',
version = '0.6.5',
author = 'Jeremie-C',
description = 'A module to control OrangePi GPIO channels',
long_description=long_description,
long_description_content_type="text/markdown",
license = 'MIT',
keywords = 'OrangePi GPIO',
url = 'https://github.com/Jeremie-C/OrangePi.GPIO',
url = 'https://github.com/Pako2/OrangePi.GPIO', #fork from 'https://github.com/Jeremie-C/OrangePi.GPIO'
classifiers = classifiers,
packages = ['OPi'],
ext_modules = extensions)

0 comments on commit 5ddeb79

Please sign in to comment.