Refactor and LCD

This commit is contained in:
2024-01-27 19:46:20 -03:00
parent b49522d1d5
commit f81c396ed3
13 changed files with 144 additions and 0 deletions

View File

@@ -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
View File

@@ -0,0 +1,2 @@
SDIO=CLK,CMD,D0
SPI=MISO,MOSI,SCK

BIN
Display.SchDoc Normal file

Binary file not shown.

1
ESP8266.Harness Normal file
View File

@@ -0,0 +1 @@
UART=TXD,RXD

BIN
ESP8266.SchDoc Normal file

Binary file not shown.

3
Main.Harness Normal file
View File

@@ -0,0 +1,3 @@
I2C=SDA,SCL
SPI=MISO,MOSI,SCK
UART=TXD,RXD

Binary file not shown.

Binary file not shown.

1
NRF24L01.Harness Normal file
View File

@@ -0,0 +1 @@
SPI=MISO,MOSI,SCK

BIN
NRF24L01.SchDoc Normal file

Binary file not shown.

Binary file not shown.

1
SX1280.Harness Normal file
View File

@@ -0,0 +1 @@
SPI=MISO,MOSI,SCK

BIN
SX1280.SchDoc Normal file

Binary file not shown.