File tree 2 files changed +30
-1
lines changed
2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change
1
+ 1.0.8
2
+ ----
3
+ ** Fixes:**
4
+ * Issue #196 : cache board type to avoid poor performance
5
+ * Issue #192 : fix PocketBeagle PWM pin typo
6
+ * Issue #191 : turn off RotaryEncoder's debug output by default
7
+ * Issue #188 : GPIO is extremely slow (20ms to toggle)
8
+ * Issue #186 : problems with UART
9
+
10
+ ** shortlog:**
11
+ * David Planella (12):
12
+ * Copy Encoder module comments to README.md
13
+ * Formatted Encoder README in markdown
14
+ * Fixed Encoder README formatting
15
+ * Removed QEP instructions from Encoder module
16
+ * Fixes to Encoder README
17
+ * Updated Encoder README
18
+ * Encoder README: added info on dedicated overlays
19
+ * Encoder README: updated info on pre-requisites
20
+ * Encoder README update
21
+ * Encoder README update
22
+ * Add logging support, turn off unconditional debug output
23
+ * Encoder: remove unused logging code
24
+
25
+ * Drew Fustini (3):
26
+ * Merge pull request #195 from dplanella/master
27
+ * Fix PocketBeagle PWM pin typo (#192 )
28
+ * cache board type to avoid poor performance (#196 )
29
+
1
30
1.0.7
2
31
----
3
32
** Fixes:**
Original file line number Diff line number Diff line change 40
40
}
41
41
42
42
setup (name = 'Adafruit_BBIO' ,
43
- version = '1.0.7 ' ,
43
+ version = '1.0.8 ' ,
44
44
author = 'Justin Cooper' ,
45
45
author_email = 'justin@adafruit.com' ,
46
46
description = 'A module to control BeagleBone IO channels' ,
You can’t perform that action at this time.
0 commit comments