diff --git a/ComBoard.PrjPcb b/ComBoard.PrjPcb index 33ec740..8f19bb9 100644 --- a/ComBoard.PrjPcb +++ b/ComBoard.PrjPcb @@ -80,7 +80,7 @@ ClassGenCCAutoRoomEnabled=0 ClassGenNCAutoScope=None DItemRevisionGUID= GenerateClassCluster=0 -DocumentUniqueId= +DocumentUniqueId=GIGTCIDF [Document3] DocumentPath=..\PcbLib\Gabriel.SchLib @@ -97,7 +97,7 @@ ClassGenCCAutoRoomEnabled=0 ClassGenNCAutoScope=None DItemRevisionGUID= GenerateClassCluster=0 -DocumentUniqueId= +DocumentUniqueId=VMRPJTKJ [Document4] DocumentPath=Power.SchDoc @@ -191,7 +191,7 @@ AnnotateStartValue=1 AnnotationIndexControlEnabled=0 AnnotateSuffix= AnnotateScope=All -AnnotateOrder=-1 +AnnotateOrder=3 DoLibraryUpdate=1 DoDatabaseUpdate=1 ClassGenCCAutoEnabled=1 @@ -225,7 +225,7 @@ AnnotateStartValue=1 AnnotationIndexControlEnabled=0 AnnotateSuffix= AnnotateScope=All -AnnotateOrder=-1 +AnnotateOrder=4 DoLibraryUpdate=1 DoDatabaseUpdate=1 ClassGenCCAutoEnabled=1 @@ -259,7 +259,7 @@ AnnotateStartValue=1 AnnotationIndexControlEnabled=0 AnnotateSuffix= AnnotateScope=All -AnnotateOrder=-1 +AnnotateOrder=5 DoLibraryUpdate=1 DoDatabaseUpdate=1 ClassGenCCAutoEnabled=1 @@ -269,6 +269,57 @@ DItemRevisionGUID= GenerateClassCluster=0 DocumentUniqueId=IWCXMZTJ +[Document14] +DocumentPath=Display.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= + +[Document15] +DocumentPath=..\PcbLib\Miscellaneous Connectors.PcbLib +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= + +[Document16] +DocumentPath=..\PcbLib\Miscellaneous Connectors.SchLib +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=YJYCSHPK + [Configuration1] Name=Sources ParameterCount=0 diff --git a/ComBoard.PrjPcbStructure b/ComBoard.PrjPcbStructure index 34af3bb..8281997 100644 --- a/ComBoard.PrjPcbStructure +++ b/ComBoard.PrjPcbStructure @@ -1,2 +1,8 @@ Record=TopLevelDocument|FileName=Main.SchDoc|SheetNumber=1 -Record=NoMainPathDocument|SourceDocument=Main.SchDoc|FileName=Power.SchDoc|SheetNumber=2 +Record=SheetSymbol|SourceDocument=Main.SchDoc|Designator=ESP8266|SchDesignator=ESP8266|FileName=ESP8266.SchDoc|SheetNumber=3|SymbolType=Normal|RawFileName=ESP8266.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID= +Record=SheetSymbol|SourceDocument=Main.SchDoc|Designator=NRF24L01_A|SchDesignator=NRF24L01_A|FileName=NRF24L01.SchDoc|SheetNumber=5|SymbolType=Normal|RawFileName=NRF24L01.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID= +Record=SheetSymbol|SourceDocument=Main.SchDoc|Designator=NRF24L01_B|SchDesignator=NRF24L01_B|FileName=NRF24L01.SchDoc|SheetNumber=5|SymbolType=Normal|RawFileName=NRF24L01.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID= +Record=SheetSymbol|SourceDocument=Main.SchDoc|Designator=SX1280_A|SchDesignator=SX1280_A|FileName=SX1280.SchDoc|SheetNumber=4|SymbolType=Normal|RawFileName=SX1280.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID= +Record=SheetSymbol|SourceDocument=Main.SchDoc|Designator=SX1280_B|SchDesignator=SX1280_B|FileName=SX1280.SchDoc|SheetNumber=4|SymbolType=Normal|RawFileName=SX1280.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID= +Record=SheetSymbol|SourceDocument=Main.SchDoc|Designator=U_Display|SchDesignator=U_Display|FileName=Display.SchDoc|SheetNumber=6|SymbolType=Normal|RawFileName=Display.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID= +Record=SheetSymbol|SourceDocument=Main.SchDoc|Designator=U_Power|SchDesignator=U_Power|FileName=Power.SchDoc|SheetNumber=2|SymbolType=Normal|RawFileName=Power.SchDoc|DesignItemId= |SourceLibraryName= |ObjectKind=Sheet Symbol|RevisionGUID= |ItemGUID= |VaultGUID= diff --git a/Display.SchDoc b/Display.SchDoc index c07e3c8..8d87dcb 100644 Binary files a/Display.SchDoc and b/Display.SchDoc differ diff --git a/ESP8266.SchDoc b/ESP8266.SchDoc index b13b466..af93ab4 100644 Binary files a/ESP8266.SchDoc and b/ESP8266.SchDoc differ diff --git a/Main.Harness b/Main.Harness index 05ae208..bbebee8 100644 --- a/Main.Harness +++ b/Main.Harness @@ -1,3 +1,4 @@ I2C=SDA,SCL +SDIO=CLK,CMD,D0 SPI=MISO,MOSI,SCK UART=TXD,RXD diff --git a/Main.PcbDoc b/Main.PcbDoc index 6e26874..f2db7ef 100644 Binary files a/Main.PcbDoc and b/Main.PcbDoc differ diff --git a/Main.SchDoc b/Main.SchDoc index 7788cdf..e0a8a6e 100644 Binary files a/Main.SchDoc and b/Main.SchDoc differ diff --git a/NRF24L01.SchDoc b/NRF24L01.SchDoc index e286a8c..db81212 100644 Binary files a/NRF24L01.SchDoc and b/NRF24L01.SchDoc differ diff --git a/Power.SchDoc b/Power.SchDoc index b395b74..56d412a 100644 Binary files a/Power.SchDoc and b/Power.SchDoc differ diff --git a/SX1280.SchDoc b/SX1280.SchDoc index 71d9701..7248b88 100644 Binary files a/SX1280.SchDoc and b/SX1280.SchDoc differ