X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=notes%2Fpin%20maps%2Fgpio%2Fparseit.py;h=4fa7e7f6b11f892cf43fd8d8015b0c4e24a3ccae;hb=7e9d726ccd53626251e56b92c8eec47772bfe0f9;hp=e106f07b2aae0925e8b8e643af5dc6e8aaeb76c0;hpb=ab00d4e4fdd18f65ec9a73725b72d16f5bcc28b9;p=matches%2FMCTX3420.git diff --git a/notes/pin maps/gpio/parseit.py b/notes/pin maps/gpio/parseit.py index e106f07..4fa7e7f 100644 --- a/notes/pin maps/gpio/parseit.py +++ b/notes/pin maps/gpio/parseit.py @@ -26,7 +26,7 @@ def doit(x): for i in range(0, 93): lutarr.append(lut.get(i, 0)) - for i in range(0, 118): #Max safe GPIO is 117 + for i in range(0, 116): #Max safe GPIO is 115 reverselutarr.append(reverselut.get(i, 0)) return (lutarr, reverselutarr)