projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4843b92
)
fix numbering in microtest
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 9 May 2020 09:04:35 +0000
(10:04 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 9 May 2020 09:12:17 +0000
(10:12 +0100)
src/spec/microtest.py
patch
|
blob
|
history
diff --git
a/src/spec/microtest.py
b/src/spec/microtest.py
index 9508b08d89d859338821f009c16e8a1db0a11e3f..caf9d843dd2f0bc95dd386d4c5e974b29d2bd9a0 100644
(file)
--- a/
src/spec/microtest.py
+++ b/
src/spec/microtest.py
@@
-56,12
+56,12
@@
def pinspec():
)
# Bank A, 0-3
- ps.gpio("", ('A', 0), 0, 0, 3)
- ps.uart("", ('A', 0), 1)
+ ps.gpio("
0
", ('A', 0), 0, 0, 3)
+ ps.uart("
1
", ('A', 0), 1)
#ps.uart("0", ('A', 0), 1)
#ps.uart("1", ('A', 2), 1)
- ps.i2c("", ('A', 1), 2)
- ps.i2c("", ('A', 0), 3, limit=1)
+ ps.i2c("
0
", ('A', 1), 2)
+ ps.i2c("
1
", ('A', 0), 3, limit=1)
#ps.i2c("0", ('A', 1), 2)
#ps.i2c("1", ('A', 2), 4)