This commit is contained in:
Seth Tunstall 2022-12-05 14:33:36 +00:00
parent 65378456fc
commit daddd76bbb
7 changed files with 52 additions and 2 deletions

10
.vscode/extensions.json vendored Normal file
View 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"
]
}

View file

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

View file

@ -0,0 +1 @@
(kicad_pcb (version 4) (host kicad "dummy file") )

View 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]

View file

@ -0,0 +1,4 @@
EESchema Schematic File Version 2
EELAYER 25 0
EELAYER END
$EndSCHEMATC

View file

@ -0,0 +1 @@
0

View file

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