Refactor and LCD
This commit is contained in:
136
ComBoard.PrjPcb
136
ComBoard.PrjPcb
@@ -133,6 +133,142 @@ DItemRevisionGUID=
|
||||
GenerateClassCluster=0
|
||||
DocumentUniqueId=KIYQYPJH
|
||||
|
||||
[Document6]
|
||||
DocumentPath=ESP8266.SchDoc
|
||||
AnnotationEnabled=1
|
||||
AnnotateStartValue=1
|
||||
AnnotationIndexControlEnabled=0
|
||||
AnnotateSuffix=
|
||||
AnnotateScope=All
|
||||
AnnotateOrder=2
|
||||
DoLibraryUpdate=1
|
||||
DoDatabaseUpdate=1
|
||||
ClassGenCCAutoEnabled=1
|
||||
ClassGenCCAutoRoomEnabled=0
|
||||
ClassGenNCAutoScope=None
|
||||
DItemRevisionGUID=
|
||||
GenerateClassCluster=0
|
||||
DocumentUniqueId=ODIGQBHW
|
||||
|
||||
[Document7]
|
||||
DocumentPath=Main.Harness
|
||||
AnnotationEnabled=1
|
||||
AnnotateStartValue=1
|
||||
AnnotationIndexControlEnabled=0
|
||||
AnnotateSuffix=
|
||||
AnnotateScope=All
|
||||
AnnotateOrder=-1
|
||||
DoLibraryUpdate=1
|
||||
DoDatabaseUpdate=1
|
||||
ClassGenCCAutoEnabled=1
|
||||
ClassGenCCAutoRoomEnabled=0
|
||||
ClassGenNCAutoScope=None
|
||||
DItemRevisionGUID=
|
||||
GenerateClassCluster=0
|
||||
DocumentUniqueId=
|
||||
|
||||
[Document8]
|
||||
DocumentPath=ESP8266.Harness
|
||||
AnnotationEnabled=1
|
||||
AnnotateStartValue=1
|
||||
AnnotationIndexControlEnabled=0
|
||||
AnnotateSuffix=
|
||||
AnnotateScope=All
|
||||
AnnotateOrder=-1
|
||||
DoLibraryUpdate=1
|
||||
DoDatabaseUpdate=1
|
||||
ClassGenCCAutoEnabled=1
|
||||
ClassGenCCAutoRoomEnabled=0
|
||||
ClassGenNCAutoScope=None
|
||||
DItemRevisionGUID=
|
||||
GenerateClassCluster=0
|
||||
DocumentUniqueId=
|
||||
|
||||
[Document9]
|
||||
DocumentPath=SX1280.SchDoc
|
||||
AnnotationEnabled=1
|
||||
AnnotateStartValue=1
|
||||
AnnotationIndexControlEnabled=0
|
||||
AnnotateSuffix=
|
||||
AnnotateScope=All
|
||||
AnnotateOrder=-1
|
||||
DoLibraryUpdate=1
|
||||
DoDatabaseUpdate=1
|
||||
ClassGenCCAutoEnabled=1
|
||||
ClassGenCCAutoRoomEnabled=0
|
||||
ClassGenNCAutoScope=None
|
||||
DItemRevisionGUID=
|
||||
GenerateClassCluster=0
|
||||
DocumentUniqueId=ENGCOZEX
|
||||
|
||||
[Document10]
|
||||
DocumentPath=SX1280.Harness
|
||||
AnnotationEnabled=1
|
||||
AnnotateStartValue=1
|
||||
AnnotationIndexControlEnabled=0
|
||||
AnnotateSuffix=
|
||||
AnnotateScope=All
|
||||
AnnotateOrder=-1
|
||||
DoLibraryUpdate=1
|
||||
DoDatabaseUpdate=1
|
||||
ClassGenCCAutoEnabled=1
|
||||
ClassGenCCAutoRoomEnabled=0
|
||||
ClassGenNCAutoScope=None
|
||||
DItemRevisionGUID=
|
||||
GenerateClassCluster=0
|
||||
DocumentUniqueId=
|
||||
|
||||
[Document11]
|
||||
DocumentPath=NRF24L01.SchDoc
|
||||
AnnotationEnabled=1
|
||||
AnnotateStartValue=1
|
||||
AnnotationIndexControlEnabled=0
|
||||
AnnotateSuffix=
|
||||
AnnotateScope=All
|
||||
AnnotateOrder=-1
|
||||
DoLibraryUpdate=1
|
||||
DoDatabaseUpdate=1
|
||||
ClassGenCCAutoEnabled=1
|
||||
ClassGenCCAutoRoomEnabled=0
|
||||
ClassGenNCAutoScope=None
|
||||
DItemRevisionGUID=
|
||||
GenerateClassCluster=0
|
||||
DocumentUniqueId=COGEQDNV
|
||||
|
||||
[Document12]
|
||||
DocumentPath=NRF24L01.Harness
|
||||
AnnotationEnabled=1
|
||||
AnnotateStartValue=1
|
||||
AnnotationIndexControlEnabled=0
|
||||
AnnotateSuffix=
|
||||
AnnotateScope=All
|
||||
AnnotateOrder=-1
|
||||
DoLibraryUpdate=1
|
||||
DoDatabaseUpdate=1
|
||||
ClassGenCCAutoEnabled=1
|
||||
ClassGenCCAutoRoomEnabled=0
|
||||
ClassGenNCAutoScope=None
|
||||
DItemRevisionGUID=
|
||||
GenerateClassCluster=0
|
||||
DocumentUniqueId=
|
||||
|
||||
[Document13]
|
||||
DocumentPath=Display.SchDoc
|
||||
AnnotationEnabled=1
|
||||
AnnotateStartValue=1
|
||||
AnnotationIndexControlEnabled=0
|
||||
AnnotateSuffix=
|
||||
AnnotateScope=All
|
||||
AnnotateOrder=-1
|
||||
DoLibraryUpdate=1
|
||||
DoDatabaseUpdate=1
|
||||
ClassGenCCAutoEnabled=1
|
||||
ClassGenCCAutoRoomEnabled=0
|
||||
ClassGenNCAutoScope=None
|
||||
DItemRevisionGUID=
|
||||
GenerateClassCluster=0
|
||||
DocumentUniqueId=IWCXMZTJ
|
||||
|
||||
[Configuration1]
|
||||
Name=Sources
|
||||
ParameterCount=0
|
||||
|
||||
2
Display.Harness
Normal file
2
Display.Harness
Normal file
@@ -0,0 +1,2 @@
|
||||
SDIO=CLK,CMD,D0
|
||||
SPI=MISO,MOSI,SCK
|
||||
BIN
Display.SchDoc
Normal file
BIN
Display.SchDoc
Normal file
Binary file not shown.
1
ESP8266.Harness
Normal file
1
ESP8266.Harness
Normal file
@@ -0,0 +1 @@
|
||||
UART=TXD,RXD
|
||||
BIN
ESP8266.SchDoc
Normal file
BIN
ESP8266.SchDoc
Normal file
Binary file not shown.
3
Main.Harness
Normal file
3
Main.Harness
Normal file
@@ -0,0 +1,3 @@
|
||||
I2C=SDA,SCL
|
||||
SPI=MISO,MOSI,SCK
|
||||
UART=TXD,RXD
|
||||
BIN
Main.PcbDoc
BIN
Main.PcbDoc
Binary file not shown.
BIN
Main.SchDoc
BIN
Main.SchDoc
Binary file not shown.
1
NRF24L01.Harness
Normal file
1
NRF24L01.Harness
Normal file
@@ -0,0 +1 @@
|
||||
SPI=MISO,MOSI,SCK
|
||||
BIN
NRF24L01.SchDoc
Normal file
BIN
NRF24L01.SchDoc
Normal file
Binary file not shown.
BIN
Power.SchDoc
BIN
Power.SchDoc
Binary file not shown.
1
SX1280.Harness
Normal file
1
SX1280.Harness
Normal file
@@ -0,0 +1 @@
|
||||
SPI=MISO,MOSI,SCK
|
||||
BIN
SX1280.SchDoc
Normal file
BIN
SX1280.SchDoc
Normal file
Binary file not shown.
Reference in New Issue
Block a user