Skip to content

Commit

Permalink
Add documents and gerbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
vowstar committed Dec 20, 2014
1 parent 95bb65c commit 8885ff4
Show file tree
Hide file tree
Showing 23 changed files with 44 additions and 2 deletions.
18 changes: 18 additions & 0 deletions Clean.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
del *.SchDocPreview
del *.HarnessPreview
del *.PcbDocPreview
del *.TopPreview
del *.PrjPcbStructure
del *.PcbDoc.htm
del *.apr
del *.DRR
del *.EXTREP
del *.LDP
del *.REP
del *.RUL
del *.APR_LIB
del "Status Report.Txt"
rd History /s/q
rd __Previews /s/q
for /D %%a in ("Project Logs for*") do rd "%%a" /s/q
for /D %%a in ("Project Outputs for*") do rd "%%a" /s/q
Binary file added Documents/Bill of Materials-NODEMCU_ESP12.xlsx
Binary file not shown.
Binary file added Documents/NODEMCU_ESP12.PDF
Binary file not shown.
Binary file added Documents/PTS820_4mar13-248116.pdf
Binary file not shown.
Binary file added Documents/SPX3819M5-L-3-3.pdf
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions Documents/新版本管脚对应关系.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
D0 GPIO16
D1 GPIO4
D2 GPIO5
D3 GPIO0
D4 GPIO2
D5 GPIO14
D6 GPIO12
D7 GPIO13
D8 GPIO15
D9 RXD0
D10 TXD0
13 changes: 13 additions & 0 deletions Documents/旧版本管脚对应关系.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
D0 GPIO16
D1 GPIO1 TXD0
D2 GPIO3 RXD0
D3 GPIO12
D4 GPIO14
D5 GPIO0
D6 GPIO5
D7 GPIO4
D8 GPIO2
D9 GPIO13
D10 GPIO15
D11 GPIO3 RXD0
D12 GPIO1 TXD0
Binary file added Gerbers/NODEMCU_ESP12_GERBER_V1.rar
Binary file not shown.
Binary file added Gerbers/NODEMCU_ESP12_GERBER_V2.rar
Binary file not shown.
Binary file added Gerbers/NODEMCU_ESP12_GERBER_V3.rar
Binary file not shown.
Binary file added Gerbers/NODEMCU_ESP12_GERBER_V4.rar
Binary file not shown.
Binary file added Gerbers/NODEMCU_ESP12_GERBER_V5.rar
Binary file not shown.
Binary file added Images/NODEMCU_LOGO.PcbDoc
Binary file not shown.
Binary file added Images/NODEMCU_LOGO_500.PcbDoc
Binary file not shown.
Binary file added Images/NODEMCU_LOGO_730.PcbDoc
Binary file not shown.
Binary file added Images/NODEMCU_LOGO_SMALL.PcbDoc
Binary file not shown.
Binary file added Images/NodeMCU-Style4.bmp
Binary file not shown.
Binary file added Images/NodeMCU-Style5.bmp
Binary file not shown.
Binary file added Images/NodeMCU-Style5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/NodeMCU-Style5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified NODEMCU_ESP12.PcbDoc
Binary file not shown.
4 changes: 2 additions & 2 deletions NODEMCU_ESP12.PrjPCB
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ PowerPortNamesTakePriority=0
PushECOToAnnotationFile=1
DItemRevisionGUID=
ReportSuppressedErrorsInMessages=0
OutputPath=Project Outputs for NODEMCU_ESP12
OutputPath=
LogFolderPath=

[Preferences]
Expand Down Expand Up @@ -113,7 +113,7 @@ SCH_HasExpandLogicalToPhysicalSheets=-1
SaveSettingsToOutJob=0

[Generic_EDE]
OutputDir=Project Outputs for NODEMCU_ESP12
OutputDir=

[OutputGroup1]
Name=Netlist Outputs
Expand Down

0 comments on commit 8885ff4

Please sign in to comment.