ac1e2821125f704a5b44a7746f600bc62a954b91
[hw/altusmetrum] / packages / 11071.py
1 #! /usr/bin/python
2 #
3 # generate lihata footprint for 4ucon 11071 tabbed micro USB connector
4 # Copyright 2020 by Bdale Garbee <bdale@gag.com>
5 #
6 # This program is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
10 #
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15
16 import math
17 from fplht import *
18
19 fp = footprint()
20
21 fp.name = "11071"
22 fp.description = "4ucon 11071 tabbed micro USB connector"
23
24 fp.emit()