c3 mini
This commit is contained in:
parent
65378456fc
commit
daddd76bbb
7 changed files with 52 additions and 2 deletions
10
.vscode/extensions.json
vendored
Normal file
10
.vscode/extensions.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
],
|
||||
"unwantedRecommendations": [
|
||||
"ms-vscode.cpptools-extension-pack"
|
||||
]
|
||||
}
|
|
@ -11,7 +11,8 @@
|
|||
[env:az-delivery-devkit-v4]
|
||||
platform = espressif32
|
||||
#board = esp32cam
|
||||
board = az-delivery-devkit-v4
|
||||
#board = az-delivery-devkit-v4
|
||||
board = lolin_c3_mini
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
plerup/EspSoftwareSerial@^6.16.1
|
||||
|
|
1
src/adapter-pcb/adapter-pcb.kicad_pcb
Normal file
1
src/adapter-pcb/adapter-pcb.kicad_pcb
Normal file
|
@ -0,0 +1 @@
|
|||
(kicad_pcb (version 4) (host kicad "dummy file") )
|
33
src/adapter-pcb/adapter-pcb.pro
Normal file
33
src/adapter-pcb/adapter-pcb.pro
Normal file
|
@ -0,0 +1,33 @@
|
|||
update=22/05/2015 07:44:53
|
||||
version=1
|
||||
last_client=kicad
|
||||
[general]
|
||||
version=1
|
||||
RootSch=
|
||||
BoardNm=
|
||||
[pcbnew]
|
||||
version=1
|
||||
LastNetListRead=
|
||||
UseCmpFile=1
|
||||
PadDrill=0.600000000000
|
||||
PadDrillOvalY=0.600000000000
|
||||
PadSizeH=1.500000000000
|
||||
PadSizeV=1.500000000000
|
||||
PcbTextSizeV=1.500000000000
|
||||
PcbTextSizeH=1.500000000000
|
||||
PcbTextThickness=0.300000000000
|
||||
ModuleTextSizeV=1.000000000000
|
||||
ModuleTextSizeH=1.000000000000
|
||||
ModuleTextSizeThickness=0.150000000000
|
||||
SolderMaskClearance=0.000000000000
|
||||
SolderMaskMinWidth=0.000000000000
|
||||
DrawSegmentWidth=0.200000000000
|
||||
BoardOutlineThickness=0.100000000000
|
||||
ModuleOutlineThickness=0.150000000000
|
||||
[cvpcb]
|
||||
version=1
|
||||
NetIExt=net
|
||||
[eeschema]
|
||||
version=1
|
||||
LibDir=
|
||||
[eeschema/libraries]
|
4
src/adapter-pcb/adapter-pcb.sch
Normal file
4
src/adapter-pcb/adapter-pcb.sch
Normal file
|
@ -0,0 +1,4 @@
|
|||
EESchema Schematic File Version 2
|
||||
EELAYER 25 0
|
||||
EELAYER END
|
||||
$EndSCHEMATC
|
1
src/adapter-pcb/fp-info-cache
Normal file
1
src/adapter-pcb/fp-info-cache
Normal file
|
@ -0,0 +1 @@
|
|||
0
|
|
@ -28,7 +28,7 @@
|
|||
#define PPK_VERSION 500
|
||||
|
||||
// set to 1 to enable debug mode, which notes to the arduino console at 9600
|
||||
#define PPK_DEBUG 0
|
||||
#define PPK_DEBUG 1
|
||||
|
||||
#if PPK_VERSION == 3
|
||||
#define VCC_PIN 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue