bookkeeping
This commit is contained in:
@ -39,7 +39,19 @@ cables:
|
||||
# length: 0.2
|
||||
wirelabels: [+5V, D+, D-, GND]
|
||||
colors: [RD, WH,GN, BK]
|
||||
|
||||
displayButtonc:
|
||||
<<: *wire
|
||||
gauge: 0.14 mm2
|
||||
length: 0.2
|
||||
wirelabels: [Signal, GND]
|
||||
colors: [BK, BK]
|
||||
I2Cc:
|
||||
<<: *wire
|
||||
# gauge: 0.14 mm2
|
||||
# length: 0.2
|
||||
wirelabels: [+5V, SCL, SDA, GND]
|
||||
colors: [RD,WH,VT, BK]
|
||||
############################
|
||||
connectors:
|
||||
P1Connector:
|
||||
pins: [1,2,3]
|
||||
@ -53,6 +65,12 @@ connectors:
|
||||
pinlabels: [+5V, GND, GPIO02, GPIO00, GPIO04, GPIO05, RX, TX,
|
||||
RST, ADC, GPIO16, GPIO14, GPIO12, GPIO13, GPIO15, +3.3V,
|
||||
USB5V, USBd+, USBd-, USBGND]
|
||||
Oled:
|
||||
image:
|
||||
src: ../images/0.91_oled_71TqXRmQ9SL._AC_SL1500_single_.jpg
|
||||
<<: *img_width
|
||||
# pins: [1,2,3,4]
|
||||
pinlabels: [+5V, SCL,SDA, GND]
|
||||
P1:
|
||||
image:
|
||||
src: ../images/P1I.png # path to the image file
|
||||
@ -71,7 +89,14 @@ connectors:
|
||||
<<: *img_width
|
||||
# pins: [1-4]
|
||||
pinlabels: [+5V, D+, D-, GND]
|
||||
|
||||
DisplayButton:
|
||||
image:
|
||||
src: ../images/mini_smd_switch_single.jpeg # path to the image file
|
||||
#<<: *img_width
|
||||
width: 125
|
||||
pins: [1,2]
|
||||
pinlabels: [Signal, GND]
|
||||
######################
|
||||
connections:
|
||||
-
|
||||
- D1Mini: [+5V, GND, RX]
|
||||
@ -89,7 +114,14 @@ connections:
|
||||
- D1Mini: [USB5V, USBd+, USBd-, USBGND]
|
||||
- USBPowerc: [+5V,D+, D-, GND]
|
||||
- USB: [+5V, D+, D-, GND]
|
||||
|
||||
-
|
||||
- D1Mini: [GPIO13, GND]
|
||||
- displayButtonc: [Signal, GND]
|
||||
- DisplayButton: [Signal, GND]
|
||||
-
|
||||
- D1Mini: [GND,GPIO04,GPIO05,+5V]
|
||||
- I2Cc: [GND,SCL,SDA,+5V]
|
||||
- Oled: [GND,SCL,SDA,+5V]
|
||||
|
||||
tweak:
|
||||
override:
|
||||
|
Reference in New Issue
Block a user