Initial commit
This commit is contained in:
@@ -0,0 +1,123 @@
|
||||
[01:36:25] WARNING Exception
|
||||
Ignoring assignment of `C48641756` to `lcsc` on `df_header_left`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Source: main.ato:76:21
|
||||
75 │ # Sockets for DFPlayer Mini
|
||||
❱ 76 │ df_header_left = new PinSocket_1x8_SMD
|
||||
77 │ df_header_right = new PinSocket_1x8_SMD
|
||||
Source: main.ato:55:10
|
||||
54 # Component for the SMD 1x8 pin sockets for the DFPlayer
|
||||
❱ 55 component PinSocket_1x8_SMD:
|
||||
56 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
Code causing the error:
|
||||
Source: main.ato:57:4
|
||||
56 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
❱ 57 │ lcsc = "C48641756"
|
||||
58 │ pin p1
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C48641756` to `lcsc` on `df_header_right`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Source: main.ato:77:22
|
||||
76 │ df_header_left = new PinSocket_1x8_SMD
|
||||
❱ 77 │ df_header_right = new PinSocket_1x8_SMD
|
||||
78
|
||||
Source: main.ato:55:10
|
||||
54 # Component for the SMD 1x8 pin sockets for the DFPlayer
|
||||
❱ 55 component PinSocket_1x8_SMD:
|
||||
56 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
Code causing the error:
|
||||
Source: main.ato:57:4
|
||||
56 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
❱ 57 │ lcsc = "C48641756"
|
||||
58 │ pin p1
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C18199093` to `lcsc` on `power_protection_diode`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Code causing the error:
|
||||
Source: main.ato:82:4
|
||||
81 │ power_protection_diode = new Diode
|
||||
❱ 82 │ power_protection_diode.lcsc = "C18199093"
|
||||
83 │ power_protection_diode.footprint = "Diode_SOD-123"
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C178529` to `lcsc` on `power_filter_cap`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Code causing the error:
|
||||
Source: main.ato:89:4
|
||||
88 │ power_filter_cap.voltage = 10V
|
||||
❱ 89 │ power_filter_cap.lcsc = "C178529"
|
||||
90 │ power_filter_cap.footprint = "Capacitor_SMD:CP_Elec_6.3x5.4"
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C160354` to `lcsc` on `uart_connector`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Source: main.ato:93:21
|
||||
92 │ # Input Connector (Power and UART)
|
||||
❱ 93 │ uart_connector = new JST_PH_Vertical_4Pin
|
||||
94 │ # Pin 1: +5V
|
||||
Source: main.ato:46:10
|
||||
45
|
||||
❱ 46 component JST_PH_Vertical_4Pin:
|
||||
47 │ footprint = "JST_PH_B4B-PH-SM4-TB_1x04-1MP_P2.00mm_Vertical"
|
||||
Code causing the error:
|
||||
Source: main.ato:48:4
|
||||
47 │ footprint = "JST_PH_B4B-PH-SM4-TB_1x04-1MP_P2.00mm_Vertical"
|
||||
❱ 48 │ lcsc = "C160354"
|
||||
49 │ pin 1
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C265003` to `lcsc` on `speaker_connector`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Source: main.ato:106:24
|
||||
105 │ # Output Connectors
|
||||
❱ 106 │ speaker_connector = new JST_PH_Vertical_2Pin
|
||||
107 │ # Pin 1: SPK+
|
||||
Source: main.ato:40:10
|
||||
39 # Component for JST PH series vertical connectors
|
||||
❱ 40 component JST_PH_Vertical_2Pin:
|
||||
41 │ footprint = "JST_PH_B2B-PH-SM4-TB_1x02-1MP_P2.00mm_Vertical"
|
||||
Code causing the error:
|
||||
Source: main.ato:42:4
|
||||
41 │ footprint = "JST_PH_B2B-PH-SM4-TB_1x02-1MP_P2.00mm_Vertical"
|
||||
❱ 42 │ lcsc = "C265003"
|
||||
43 │ pin 1
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C22459515` to `lcsc` on `stereo_out_jack`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Source: main.ato:110:22
|
||||
109 │
|
||||
❱ 110 │ stereo_out_jack = new AudioJack3_5mm
|
||||
111
|
||||
Source: main.ato:32:10
|
||||
31 # Component for the SMD 3.5mm Audio Jack
|
||||
❱ 32 component AudioJack3_5mm:
|
||||
33 │ footprint = "Jack_3.5mm_PJ320D_Horizontal"
|
||||
Code causing the error:
|
||||
Source: main.ato:34:4
|
||||
33 │ footprint = "Jack_3.5mm_PJ320D_Horizontal"
|
||||
❱ 34 │ lcsc = "C22459515"
|
||||
35 │ pin TIP # Left Channel
|
||||
DEBUG Assignment: power_filter_cap.capacitance [power_filter_cap.capacitance] := [376µF, 564µF]
|
||||
DEBUG Constraining power_filter_cap.capacitance to [376µF, 564µF]
|
||||
DEBUG Assignment: power_filter_cap.voltage [power_filter_cap.voltage] := [10V]
|
||||
DEBUG Constraining power_filter_cap.voltage to [10V]
|
||||
DEBUG Assignment: rx_protection_resistor.resistance [rx_protection_resistor.resistance] := [1kΩ ± 5.00%]
|
||||
DEBUG Constraining rx_protection_resistor.resistance to [1kΩ ± 5.00%]
|
||||
@@ -0,0 +1,117 @@
|
||||
[01:36:25] WARNING Exception
|
||||
Ignoring assignment of `C48641756` to `lcsc` on `df_header_left`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Source: main.ato:76:21
|
||||
75 │ # Sockets for DFPlayer Mini
|
||||
❱ 76 │ df_header_left = new PinSocket_1x8_SMD
|
||||
77 │ df_header_right = new PinSocket_1x8_SMD
|
||||
Source: main.ato:55:10
|
||||
54 # Component for the SMD 1x8 pin sockets for the DFPlayer
|
||||
❱ 55 component PinSocket_1x8_SMD:
|
||||
56 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
Code causing the error:
|
||||
Source: main.ato:57:4
|
||||
56 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
❱ 57 │ lcsc = "C48641756"
|
||||
58 │ pin p1
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C48641756` to `lcsc` on `df_header_right`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Source: main.ato:77:22
|
||||
76 │ df_header_left = new PinSocket_1x8_SMD
|
||||
❱ 77 │ df_header_right = new PinSocket_1x8_SMD
|
||||
78
|
||||
Source: main.ato:55:10
|
||||
54 # Component for the SMD 1x8 pin sockets for the DFPlayer
|
||||
❱ 55 component PinSocket_1x8_SMD:
|
||||
56 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
Code causing the error:
|
||||
Source: main.ato:57:4
|
||||
56 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
❱ 57 │ lcsc = "C48641756"
|
||||
58 │ pin p1
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C18199093` to `lcsc` on `power_protection_diode`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Code causing the error:
|
||||
Source: main.ato:82:4
|
||||
81 │ power_protection_diode = new Diode
|
||||
❱ 82 │ power_protection_diode.lcsc = "C18199093"
|
||||
83 │ power_protection_diode.footprint = "Diode_SOD-123"
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C178529` to `lcsc` on `power_filter_cap`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Code causing the error:
|
||||
Source: main.ato:89:4
|
||||
88 │ power_filter_cap.voltage = 10V
|
||||
❱ 89 │ power_filter_cap.lcsc = "C178529"
|
||||
90 │ power_filter_cap.footprint = "Capacitor_SMD:CP_Elec_6.3x5.4"
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C160354` to `lcsc` on `uart_connector`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Source: main.ato:93:21
|
||||
92 │ # Input Connector (Power and UART)
|
||||
❱ 93 │ uart_connector = new JST_PH_Vertical_4Pin
|
||||
94 │ # Pin 1: +5V
|
||||
Source: main.ato:46:10
|
||||
45
|
||||
❱ 46 component JST_PH_Vertical_4Pin:
|
||||
47 │ footprint = "JST_PH_B4B-PH-SM4-TB_1x04-1MP_P2.00mm_Vertical"
|
||||
Code causing the error:
|
||||
Source: main.ato:48:4
|
||||
47 │ footprint = "JST_PH_B4B-PH-SM4-TB_1x04-1MP_P2.00mm_Vertical"
|
||||
❱ 48 │ lcsc = "C160354"
|
||||
49 │ pin 1
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C265003` to `lcsc` on `speaker_connector`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Source: main.ato:106:24
|
||||
105 │ # Output Connectors
|
||||
❱ 106 │ speaker_connector = new JST_PH_Vertical_2Pin
|
||||
107 │ # Pin 1: SPK+
|
||||
Source: main.ato:40:10
|
||||
39 # Component for JST PH series vertical connectors
|
||||
❱ 40 component JST_PH_Vertical_2Pin:
|
||||
41 │ footprint = "JST_PH_B2B-PH-SM4-TB_1x02-1MP_P2.00mm_Vertical"
|
||||
Code causing the error:
|
||||
Source: main.ato:42:4
|
||||
41 │ footprint = "JST_PH_B2B-PH-SM4-TB_1x02-1MP_P2.00mm_Vertical"
|
||||
❱ 42 │ lcsc = "C265003"
|
||||
43 │ pin 1
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C22459515` to `lcsc` on `stereo_out_jack`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Source: main.ato:110:22
|
||||
109 │
|
||||
❱ 110 │ stereo_out_jack = new AudioJack3_5mm
|
||||
111
|
||||
Source: main.ato:32:10
|
||||
31 # Component for the SMD 3.5mm Audio Jack
|
||||
❱ 32 component AudioJack3_5mm:
|
||||
33 │ footprint = "Jack_3.5mm_PJ320D_Horizontal"
|
||||
Code causing the error:
|
||||
Source: main.ato:34:4
|
||||
33 │ footprint = "Jack_3.5mm_PJ320D_Horizontal"
|
||||
❱ 34 │ lcsc = "C22459515"
|
||||
35 │ pin TIP # Left Channel
|
||||
@@ -0,0 +1,117 @@
|
||||
[01:36:25] WARNING Exception
|
||||
Ignoring assignment of `C48641756` to `lcsc` on `df_header_left`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Source: main.ato:76:21
|
||||
75 │ # Sockets for DFPlayer Mini
|
||||
❱ 76 │ df_header_left = new PinSocket_1x8_SMD
|
||||
77 │ df_header_right = new PinSocket_1x8_SMD
|
||||
Source: main.ato:55:10
|
||||
54 # Component for the SMD 1x8 pin sockets for the DFPlayer
|
||||
❱ 55 component PinSocket_1x8_SMD:
|
||||
56 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
Code causing the error:
|
||||
Source: main.ato:57:4
|
||||
56 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
❱ 57 │ lcsc = "C48641756"
|
||||
58 │ pin p1
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C48641756` to `lcsc` on `df_header_right`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Source: main.ato:77:22
|
||||
76 │ df_header_left = new PinSocket_1x8_SMD
|
||||
❱ 77 │ df_header_right = new PinSocket_1x8_SMD
|
||||
78
|
||||
Source: main.ato:55:10
|
||||
54 # Component for the SMD 1x8 pin sockets for the DFPlayer
|
||||
❱ 55 component PinSocket_1x8_SMD:
|
||||
56 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
Code causing the error:
|
||||
Source: main.ato:57:4
|
||||
56 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
❱ 57 │ lcsc = "C48641756"
|
||||
58 │ pin p1
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C18199093` to `lcsc` on `power_protection_diode`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Code causing the error:
|
||||
Source: main.ato:82:4
|
||||
81 │ power_protection_diode = new Diode
|
||||
❱ 82 │ power_protection_diode.lcsc = "C18199093"
|
||||
83 │ power_protection_diode.footprint = "Diode_SOD-123"
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C178529` to `lcsc` on `power_filter_cap`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Code causing the error:
|
||||
Source: main.ato:89:4
|
||||
88 │ power_filter_cap.voltage = 10V
|
||||
❱ 89 │ power_filter_cap.lcsc = "C178529"
|
||||
90 │ power_filter_cap.footprint = "Capacitor_SMD:CP_Elec_6.3x5.4"
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C160354` to `lcsc` on `uart_connector`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Source: main.ato:93:21
|
||||
92 │ # Input Connector (Power and UART)
|
||||
❱ 93 │ uart_connector = new JST_PH_Vertical_4Pin
|
||||
94 │ # Pin 1: +5V
|
||||
Source: main.ato:46:10
|
||||
45
|
||||
❱ 46 component JST_PH_Vertical_4Pin:
|
||||
47 │ footprint = "JST_PH_B4B-PH-SM4-TB_1x04-1MP_P2.00mm_Vertical"
|
||||
Code causing the error:
|
||||
Source: main.ato:48:4
|
||||
47 │ footprint = "JST_PH_B4B-PH-SM4-TB_1x04-1MP_P2.00mm_Vertical"
|
||||
❱ 48 │ lcsc = "C160354"
|
||||
49 │ pin 1
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C265003` to `lcsc` on `speaker_connector`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Source: main.ato:106:24
|
||||
105 │ # Output Connectors
|
||||
❱ 106 │ speaker_connector = new JST_PH_Vertical_2Pin
|
||||
107 │ # Pin 1: SPK+
|
||||
Source: main.ato:40:10
|
||||
39 # Component for JST PH series vertical connectors
|
||||
❱ 40 component JST_PH_Vertical_2Pin:
|
||||
41 │ footprint = "JST_PH_B2B-PH-SM4-TB_1x02-1MP_P2.00mm_Vertical"
|
||||
Code causing the error:
|
||||
Source: main.ato:42:4
|
||||
41 │ footprint = "JST_PH_B2B-PH-SM4-TB_1x02-1MP_P2.00mm_Vertical"
|
||||
❱ 42 │ lcsc = "C265003"
|
||||
43 │ pin 1
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C22459515` to `lcsc` on `stereo_out_jack`
|
||||
Source: main.ato:67:7
|
||||
66
|
||||
❱ 67 module App:
|
||||
68 │ # --- Signals and Power ---
|
||||
Source: main.ato:110:22
|
||||
109 │
|
||||
❱ 110 │ stereo_out_jack = new AudioJack3_5mm
|
||||
111
|
||||
Source: main.ato:32:10
|
||||
31 # Component for the SMD 3.5mm Audio Jack
|
||||
❱ 32 component AudioJack3_5mm:
|
||||
33 │ footprint = "Jack_3.5mm_PJ320D_Horizontal"
|
||||
Code causing the error:
|
||||
Source: main.ato:34:4
|
||||
33 │ footprint = "Jack_3.5mm_PJ320D_Horizontal"
|
||||
❱ 34 │ lcsc = "C22459515"
|
||||
35 │ pin TIP # Left Channel
|
||||
Reference in New Issue
Block a user