We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1184c25 commit 5f6e66aCopy full SHA for 5f6e66a
CHANGELOG.rst
@@ -1,3 +1,10 @@
1
+0.0.18
2
+----
3
+* UART - Include UART overlays, and compile upon installation
4
+* UART - Rename UART overlays
5
+* Adafruit_I2C - Remove readU16Rev and readS16Rev
6
+* Adafruit_I2C - Updated readU16/readS16 for correct 16-bit reads
7
+
8
0.0.17
9
----
10
* Fix SPI memory leaks
setup.py
@@ -43,7 +43,7 @@
43
'Topic :: System :: Hardware']
44
45
setup(name = 'Adafruit_BBIO',
46
- version = '0.0.17',
+ version = '0.0.18',
47
author = 'Justin Cooper',
48
author_email = 'justin@adafruit.com',
49
description = 'A module to control BeagleBone IO channels',
0 commit comments