Skip to content

Commit 65af1c7

Browse files
committed
create release 1.0.5
1.0.5 ---- * @pdp7 (5): * Merge pull request #153 from MarkAYoder/master * Fix print syntax to avoid python3 errors * Merge pull request #160 from MarkAYoder/master * document how to read QEP1 * Update rotary-encoder-eqep-test.md * @MarkAYoder (20): * Have GP0_1 working * Removed --force to speed things up * Added GP0 1, 2 and 3 * Flashes 4 LEDs * Works with button * Blinks red and gree LEDs * Blinks all 6 GPIOs * Added red and green LEDs * i2c works * PWD isn't working, yet * Added port setup * Switched to apt install * Added tmp101 to name * Added LED matrix example * Removed newline from print * Added fade * Adding GPIO defs for uart1 * Testing UT1_0, not working yet * Switched GP0_0 to GP0_3, etc. * Added PAUSE and MODE buttons.
1 parent b882f73 commit 65af1c7

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
1.0.5
2+
----
3+
* @pdp7 (5):
4+
* Merge pull request #153 from MarkAYoder/master
5+
* Fix print syntax to avoid python3 errors
6+
* Merge pull request #160 from MarkAYoder/master
7+
* document how to read QEP1
8+
* Update rotary-encoder-eqep-test.md
9+
10+
* @MarkAYoder (20):
11+
* Have GP0_1 working
12+
* Removed --force to speed things up
13+
* Added GP0 1, 2 and 3
14+
* Flashes 4 LEDs
15+
* Works with button
16+
* Blinks red and gree LEDs
17+
* Blinks all 6 GPIOs
18+
* Added red and green LEDs
19+
* i2c works
20+
* PWD isn't working, yet
21+
* Added port setup
22+
* Switched to apt install
23+
* Added tmp101 to name
24+
* Added LED matrix example
25+
* Removed newline from print
26+
* Added fade
27+
* Adding GPIO defs for uart1
28+
* Testing UT1_0, not working yet
29+
* Switched GP0_0 to GP0_3, etc.
30+
* Added PAUSE and MODE buttons.
31+
132
1.0.4
233
----
334
* @djsutton (1):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141

4242
setup(name = 'Adafruit_BBIO',
43-
version = '1.0.4',
43+
version = '1.0.5',
4444
author = 'Justin Cooper',
4545
author_email = '[email protected]',
4646
description = 'A module to control BeagleBone IO channels',

0 commit comments

Comments
 (0)