From: Bdale Garbee Date: Sat, 19 Nov 2011 17:19:01 +0000 (-0600) Subject: make the ground pad be pin 17 logically X-Git-Url: https://git.gag.com/?p=hw%2Fbdale;a=commitdiff_plain;h=4f40959d35082b0c87be8eeae8e4bc63b1a8314a make the ground pad be pin 17 logically --- diff --git a/pkg/newlib/AN3111.py b/pkg/newlib/AN3111.py index b523a7b..e3867fc 100755 --- a/pkg/newlib/AN3111.py +++ b/pkg/newlib/AN3111.py @@ -36,7 +36,7 @@ print ' Pad[',\ mm2mils100(CoreSquare), \ mm2mils100(0), \ mm2mils100(CoreSquare + MaskAdd), \ - '"G" "G" "square,nopaste"]' + '"17" "17" "square,nopaste"]' # copper sub-squares in a grid to set paste area for viarow in range (-1, 2): @@ -49,10 +49,10 @@ for viarow in range (-1, 2): mm2mils100(1.0), \ 0, \ mm2mils100(1.0), \ - '"G" "G" "square"]' + '"17" "17" "square"]' -# corner mounting squares .. not connected to anything +# corner mounting squares .. tied to Vss on chip, but don't connect on board print ' Pad[',\ mm2mils100(CoreSquare/2 + 0.37 + CornerSquare/2), \ mm2mils100(CoreSquare/2 + 0.37 + CornerSquare/2), \