data sheet for external ADC on telefireone
[hw/altusmetrum] / packages / 2013499-1.5c
index 587e478c18f00450a44c6a7d6f60a4875359e599..a6a86a4edd5eba8bd253ed0dfac4b29262d9e82e 100644 (file)
@@ -44,7 +44,6 @@ real wing_y = 1.45 + 3.35 - 0.9;
 real pkg_width = 6.1;
 real pkg_height = 7.9;
 real edge_height = 4.8;
-real edge_width = 2 * (wing_inner + wing_width);
 
 element_start("2013499-1");
 
@@ -56,20 +55,20 @@ pad_mm(pad_spacing*-2, pad_y, pad_width, pad_height, "GND", "5");
 
 /* "Wings", which are next to the signal pads */
 
-pad_mm_clear(-wing_x, wing_y, wing_width, wing_height, 0, "GND", "5");
-pad_mm_clear( wing_x, wing_y, wing_width, wing_height, 0, "GND", "5");
+pad_mm_space(-wing_x, wing_y, wing_width, wing_height, 0, "GND", "5");
+pad_mm_space( wing_x, wing_y, wing_width, wing_height, 0, "GND", "5");
 
 /* Tabs under package */
 
-pad_mm_clear(-tab_x, tab_y, tab_width, tab_height, 0, "GND", "5");
-pad_mm_clear( tab_x, tab_y, tab_width, tab_height, 0, "GND", "5");
+pad_mm_space(-tab_x, tab_y, tab_width, tab_height, 0, "GND", "5");
+pad_mm_space( tab_x, tab_y, tab_width, tab_height, 0, "GND", "5");
 
 /* tangs at edges of package */
 
-pin_mm_clear(-tang_x, tang_y - tang_length / 2, tang_radius * 2, tang_copper, 0, "GND", "5");
-pin_mm_clear(-tang_x, tang_y + tang_length / 2, tang_radius * 2, tang_copper, 0, "GND", "5");
+pin_mm_space(-tang_x, tang_y - tang_length / 2, tang_radius * 2, tang_copper, 0, "GND", "5");
+pin_mm_space(-tang_x, tang_y + tang_length / 2, tang_radius * 2, tang_copper, 0, "GND", "5");
 
-pin_mm_clear( tang_x, tang_y - tang_length / 2, tang_radius * 2, tang_copper, 0, "GND", "5");
-pin_mm_clear( tang_x, tang_y + tang_length / 2, tang_radius * 2, tang_copper, 0, "GND", "5");
+pin_mm_space( tang_x, tang_y - tang_length / 2, tang_radius * 2, tang_copper, 0, "GND", "5");
+pin_mm_space( tang_x, tang_y + tang_length / 2, tang_radius * 2, tang_copper, 0, "GND", "5");
 
 element_end();