Skip to content

Commit 830a6ff

Browse files
authored
Micropython buttons support (#639)
1 parent bae544f commit 830a6ff

File tree

4 files changed

+300
-174
lines changed

4 files changed

+300
-174
lines changed

.travis/install-micropython.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ make
1919
~/micropython/tools/bootstrap_upip.sh
2020

2121
# Install micropython library modules
22-
~/micropython/ports/unix/micropython -m upip install micropython-unittest micropython-os micropython-os.path micropython-shutil micropython-io micropython-fnmatch micropython-numbers micropython-struct micropython-time micropython-logging micropython-select
22+
~/micropython/ports/unix/micropython -m upip install micropython-unittest micropython-os micropython-os.path micropython-shutil micropython-io micropython-fnmatch micropython-numbers micropython-struct micropython-time micropython-logging micropython-select micropython-fcntl
2323
# Make unittest module show error output; will run until failure then print first error
2424
# See https://github.com/micropython/micropython-lib/blob/f20d89c6aad9443a696561ca2a01f7ef0c8fb302/unittest/unittest.py#L203
25-
sed -i 's/#raise/raise/g' ~/.micropython/lib/unittest.py
25+
sed -i 's/#raise/raise/g' ~/.micropython/lib/unittest.py

debian/changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
python-ev3dev2 (2.0.0~beta4) UNRELEASED; urgency=medium
22

33
[Daniel Walton]
4+
* micropython Button support
45
* micropython Sound support
56
* micropython support for LED animations
67
* StopWatch class

0 commit comments

Comments
 (0)