Skip to content

Commit 3d42798

Browse files
committed
quiet pylint kthx
1 parent 2c23ae7 commit 3d42798

File tree

1 file changed

+2
-0
lines changed
  • CircuitPython_Commodore_16_KB2040

1 file changed

+2
-0
lines changed

CircuitPython_Commodore_16_KB2040/code.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@
2222
# 1 3 6 7 8 9 10 11 12 13 14 15 16 17 18 19 # connector pins
2323
# R5 C7 R7 C4 R1 C5 C6 R3 R2 R4 C2 C1 R6 C3 C0 R0 # row/column in schematic
2424
# D2 D3 D4 D5 D6 D7 D8 D9 D10 MOSI MISO SCK A0 A1 A2 A3 # conencted to kb2040 at
25+
# pylint: disable=undefined-variable
2526
rows = [A3, D6, D10, D9, MOSI, D2, A0, D4] # give the following ...
2627
cols = [A2, SCK, MISO, A1, D5, D7, D8, D3]
28+
# pylint: enable=undefined-variable
2729

2830
# ROM listing of key values from ed7.src in
2931
# http://www.zimmers.net/anonftp/pub/cbm/src/plus4/ted_kernal_basic_src.tar.gz

0 commit comments

Comments
 (0)