diff venus/src/primitives @ 82:541b55e6bf47

add UART rescue header
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 08 Dec 2021 05:00:50 +0000
parents a1b55af7f04d
children 148fab6e07e3
line wrap: on
line diff
--- a/venus/src/primitives	Sun Dec 05 04:41:45 2021 +0000
+++ b/venus/src/primitives	Wed Dec 08 05:00:50 2021 +0000
@@ -60,11 +60,15 @@
 
 chip_attenuator	mapped_pins (In, Out, GND1, GND2);
 
-/* connectors */
+/* headers */
 header_2pin		numpins 2;
+header_3pin		numpins 3;
+header_5pin		numpins 5;
+header_10pin		numpins 10;
+header_14pin		numpins 14;
+
+/* other connectors */
 conn_3pin		numpins 3;
-header_5pin		numpins 5;
-header_14pin		numpins 14;
 pkg_SMA_F		numpins 5;
 pkg_TRRS_jack		numpins 6;
 conn_miniUSB_plus4	numpins 9;