Initial commit
This commit is contained in:
@@ -0,0 +1,109 @@
|
||||
[01:03:49] WARNING Key Error
|
||||
`Pin` already declared. Shadowing original. In the future this may be an error
|
||||
Code causing the error:
|
||||
Source: main.ato:4:43
|
||||
3 from "generics/diodes.ato" import Diode
|
||||
❱ 4 from "generics/connectors.ato" import Pin, PinHeader
|
||||
5
|
||||
WARNING Key Error
|
||||
`PinHeader` already declared. Shadowing original. In the future this may be an error
|
||||
Code causing the error:
|
||||
Source: main.ato:4:43
|
||||
3 from "generics/diodes.ato" import Diode
|
||||
❱ 4 from "generics/connectors.ato" import Pin, PinHeader
|
||||
5
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C48641756` to `lcsc` on `df_header_left`
|
||||
Source: main.ato:65:7
|
||||
64
|
||||
❱ 65 module App:
|
||||
66 │ # --- Signals and Power ---
|
||||
Source: main.ato:74:21
|
||||
73 │ # Sockets for DFPlayer Mini
|
||||
❱ 74 │ df_header_left = new PinSocket_1x8_SMD
|
||||
75 │ df_header_right = new PinSocket_1x8_SMD
|
||||
Source: main.ato:53:10
|
||||
52 # Component for the SMD 1x8 pin sockets for the DFPlayer
|
||||
❱ 53 component PinSocket_1x8_SMD:
|
||||
54 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
Code causing the error:
|
||||
Source: main.ato:55:4
|
||||
54 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
❱ 55 │ lcsc = "C48641756"
|
||||
56 │ pin p1
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C48641756` to `lcsc` on `df_header_right`
|
||||
Source: main.ato:65:7
|
||||
64
|
||||
❱ 65 module App:
|
||||
66 │ # --- Signals and Power ---
|
||||
Source: main.ato:75:22
|
||||
74 │ df_header_left = new PinSocket_1x8_SMD
|
||||
❱ 75 │ df_header_right = new PinSocket_1x8_SMD
|
||||
76
|
||||
Source: main.ato:53:10
|
||||
52 # Component for the SMD 1x8 pin sockets for the DFPlayer
|
||||
❱ 53 component PinSocket_1x8_SMD:
|
||||
54 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
Code causing the error:
|
||||
Source: main.ato:55:4
|
||||
54 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
||||
❱ 55 │ lcsc = "C48641756"
|
||||
56 │ pin p1
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C160354` to `lcsc` on `uart_connector`
|
||||
Source: main.ato:65:7
|
||||
64
|
||||
❱ 65 module App:
|
||||
66 │ # --- Signals and Power ---
|
||||
Source: main.ato:91:21
|
||||
90 │ # Input Connector (Power and UART)
|
||||
❱ 91 │ uart_connector = new JST_PH_Vertical_4Pin
|
||||
92 │ # Pin 1: +5V
|
||||
Source: main.ato:44:10
|
||||
43
|
||||
❱ 44 component JST_PH_Vertical_4Pin:
|
||||
45 │ footprint = "JST_PH_B4B-PH-SM4-TB_1x04-1MP_P2.00mm_Vertical"
|
||||
Code causing the error:
|
||||
Source: main.ato:46:4
|
||||
45 │ footprint = "JST_PH_B4B-PH-SM4-TB_1x04-1MP_P2.00mm_Vertical"
|
||||
❱ 46 │ lcsc = "C160354"
|
||||
47 │ pin 1
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C265003` to `lcsc` on `speaker_connector`
|
||||
Source: main.ato:65:7
|
||||
64
|
||||
❱ 65 module App:
|
||||
66 │ # --- Signals and Power ---
|
||||
Source: main.ato:104:24
|
||||
103 │ # Output Connectors
|
||||
❱ 104 │ speaker_connector = new JST_PH_Vertical_2Pin
|
||||
105 │ # Pin 1: SPK+
|
||||
Source: main.ato:38:10
|
||||
37 # Component for JST PH series vertical connectors
|
||||
❱ 38 component JST_PH_Vertical_2Pin:
|
||||
39 │ footprint = "JST_PH_B2B-PH-SM4-TB_1x02-1MP_P2.00mm_Vertical"
|
||||
Code causing the error:
|
||||
Source: main.ato:40:4
|
||||
39 │ footprint = "JST_PH_B2B-PH-SM4-TB_1x02-1MP_P2.00mm_Vertical"
|
||||
❱ 40 │ lcsc = "C265003"
|
||||
41 │ pin 1
|
||||
WARNING Exception
|
||||
Ignoring assignment of `C22459515` to `lcsc` on `stereo_out_jack`
|
||||
Source: main.ato:65:7
|
||||
64
|
||||
❱ 65 module App:
|
||||
66 │ # --- Signals and Power ---
|
||||
Source: main.ato:108:22
|
||||
107 │
|
||||
❱ 108 │ stereo_out_jack = new AudioJack3_5mm
|
||||
109
|
||||
Source: main.ato:30:10
|
||||
29 # Component for the SMD 3.5mm Audio Jack
|
||||
❱ 30 component AudioJack3_5mm:
|
||||
31 │ footprint = "Jack_3.5mm_PJ320D_Horizontal"
|
||||
Code causing the error:
|
||||
Source: main.ato:32:4
|
||||
31 │ footprint = "Jack_3.5mm_PJ320D_Horizontal"
|
||||
❱ 32 │ lcsc = "C22459515"
|
||||
33 │ pin TIP # Left Channel
|
||||
Reference in New Issue
Block a user