X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=notes%2Fpin%20maps%2Fgpio%2Fparseit.py;h=4fa7e7f6b11f892cf43fd8d8015b0c4e24a3ccae;hb=6bc90047ed36b392d90a1bf778baf9687b835f2d;hp=e106f07b2aae0925e8b8e643af5dc6e8aaeb76c0;hpb=e5a93abad7700d26b8d7363103593491a3f0a212;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)