WIP : add kicad shematics #10

Closed
Clement wants to merge 1 commits from feat/schematics into develop
71 changed files with 148595 additions and 0 deletions

683
.gitignore vendored
View File

@ -1,3 +1,686 @@
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
# Created by https://www.toptal.com/developers/gitignore/api/c,c++,clion,kicad,linux,platformio,visualstudio,visualstudiocode,windows
# Edit at https://www.toptal.com/developers/gitignore?templates=c,c++,clion,kicad,linux,platformio,visualstudio,visualstudiocode,windows
### C ###
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
### C++ ###
# Prerequisites
# Compiled Object files
*.slo
# Precompiled Headers
# Compiled Dynamic libraries
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
# Executables
### CLion ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# AWS User-specific
.idea/**/aws.xml
# Generated files
.idea/**/contentModel.xml
# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# Gradle
.idea/**/gradle.xml
.idea/**/libraries
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr
# CMake
cmake-build-*/
# Mongo Explorer plugin
.idea/**/mongoSettings.xml
# File-based project format
*.iws
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Cursive Clojure plugin
.idea/replstate.xml
# SonarLint plugin
.idea/sonarlint/
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
# Editor-based Rest Client
.idea/httpRequests
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
### CLion Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
# *.iml
# modules.xml
# .idea/misc.xml
# *.ipr
# Sonarlint plugin
# https://plugins.jetbrains.com/plugin/7973-sonarlint
.idea/**/sonarlint/
# SonarQube Plugin
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
.idea/**/sonarIssues.xml
# Markdown Navigator plugin
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
.idea/**/markdown-navigator.xml
.idea/**/markdown-navigator-enh.xml
.idea/**/markdown-navigator/
# Cache file creation bug
# See https://youtrack.jetbrains.com/issue/JBR-2257
.idea/$CACHE_FILE$
# CodeStream plugin
# https://plugins.jetbrains.com/plugin/12206-codestream
.idea/codestream.xml
# Azure Toolkit for IntelliJ plugin
# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
.idea/**/azureSettings.xml
### KiCad ###
# For PCBs designed using KiCad: https://www.kicad.org/
# Format documentation: https://kicad.org/help/file-formats/
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
*-backups
*.kicad_prl
*.sch-bak
*~
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
*.csv
### KiCad Patch ###
rescue-backup/
*.tsv
bom/
# Gerber export output
### Linux ###
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
### PlatformIO ###
.pioenvs
.piolibdeps
.clang_complete
.gcc-flags.json
.pio
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide
### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
### VisualStudio ###
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Mono auto generated files
mono_crash.*
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
# Visual Studio 2015/2017 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# Visual Studio 2017 auto generated files
Generated\ Files/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# NUnit
*.VisualState.xml
TestResult.xml
nunit-*.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
# Benchmark Results
BenchmarkDotNet.Artifacts/
# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
# ASP.NET Scaffolding
ScaffoldingReadMe.txt
# StyleCop
StyleCopReport.xml
# Files built by Visual Studio
*_i.c
*_p.c
*_h.h
*.meta
*.iobj
*.ipdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp_proj
*_wpftmp.csproj
*.log
*.tlog
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Chutzpah Test files
_Chutzpah*
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap
# Visual Studio Trace Files
*.e2e
# TFS 2012 Local Workspace
$tf/
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# AxoCover is a Code Coverage Tool
.axoCover/*
!.axoCover/settings.json
# Coverlet is a free, cross platform Code Coverage Tool
coverage*.json
coverage*.xml
coverage*.info
# Visual Studio code coverage results
*.coverage
*.coveragexml
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# Note: Comment the next line if you want to checkin your web deploy settings,
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/
# NuGet Packages
*.nupkg
# NuGet Symbol Packages
*.snupkg
# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config
# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets
# Microsoft Azure Build Output
csx/
*.build.csdef
# Microsoft Azure Emulator
ecf/
rcf/
# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
*.appxbundle
*.appxupload
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!?*.[Cc]ache/
# Others
ClientBin/
~$*
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
orleans.codegen.cs
# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
*.rptproj.bak
# SQL Server files
*.mdf
*.ldf
*.ndf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl
# Microsoft Fakes
FakesAssemblies/
# GhostDoc plugin setting file
*.GhostDoc.xml
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw
# Visual Studio 6 auto-generated project file (contains which files were open etc.)
*.vbp
# Visual Studio 6 workspace and project file (working project files containing files to include in project)
*.dsw
*.dsp
# Visual Studio 6 technical files
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
# Paket dependency manager
.paket/paket.exe
paket-files/
# FAKE - F# Make
.fake/
# CodeRush personal settings
.cr/personal
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
# Cake - Uncomment if you are using it
# tools/**
# !tools/packages.config
# Tabs Studio
*.tss
# Telerik's JustMock configuration file
*.jmconfig
# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs
# OpenCover UI analysis results
OpenCover/
# Azure Stream Analytics local run output
ASALocalRun/
# MSBuild Binary and Structured Log
*.binlog
# NVidia Nsight GPU debugger configuration file
*.nvuser
# MFractors (Xamarin productivity tool) working folder
.mfractor/
# Local History for Visual Studio
.localhistory/
# Visual Studio History (VSHistory) files
.vshistory/
# BeatPulse healthcheck temp database
healthchecksdb
# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder
.ionide/
# Fody - auto-generated XML schema
FodyWeavers.xsd
# VS Code files for those working on multiple tools
*.code-workspace
# Local History for Visual Studio Code
# Windows Installer files from build outputs
# JetBrains Rider
*.sln.iml
### VisualStudio Patch ###
# Additional files built by Visual Studio
# End of https://www.toptal.com/developers/gitignore/api/c,c++,clion,kicad,linux,platformio,visualstudio,visualstudiocode,windows
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
# macOS
.DS_Store

View File

@ -0,0 +1,29 @@
# For PCBs designed using KiCad: https://www.kicad.org/
# Format documentation: https://kicad.org/help/file-formats/
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
*-backups
*.kicad_prl
*.sch-bak
*~
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
# *.csv :comment out for bom and position files

View File

@ -0,0 +1,110 @@
(footprint "BF@JJY_Coil" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 0)
(attr through_hole)
(fp_text reference "L**" (at 0 -0.5 unlocked) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b36ba00b-6105-489e-910b-d581d9e38539)
)
(fp_text value "BF@JJY_Coil" (at 0 1 unlocked) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp f269ee1d-e0e9-4954-8be9-298c12400557)
)
(fp_text user "${REFERENCE}" (at 0 2.5 unlocked) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 0c59ce37-d605-4e5a-8daa-6741161c4715)
)
(pad "" thru_hole circle (at 14.25 0) (size 0.8 0.8) (drill 0.4) (layers *.Cu) (tstamp 2001d441-cca1-418b-91bc-218636e2e09c))
(pad "1" smd custom (at 20 0) (size 0.8 0.8) (layers "F.Cu")
(options (clearance outline) (anchor circle))
(primitives
(gr_arc (start -18 -17.375) (mid -5.679292 -12.302797) (end -0.500212 -0.026633) (width 0.25))
(gr_arc (start -35.25 0) (mid -30.149969 -12.172074) (end -18.021336 -17.374569) (width 0.25))
(gr_arc (start -18 17.125) (mid -30.144711 12.125243) (end -35.249805 0.024433) (width 0.25))
(gr_arc (start -1 0) (mid -6.029782 11.998299) (end -17.987101 17.124739) (width 0.25))
(gr_arc (start -18 -16.875) (mid -6.031286 -11.947689) (end -1.000179 -0.022233) (width 0.25))
(gr_arc (start -34.75 0) (mid -29.790462 -11.824526) (end -18.004451 -16.87491) (width 0.25))
(gr_arc (start -18 16.625) (mid -29.792717 11.770137) (end -34.749837 0.020039) (width 0.25))
(gr_arc (start -1.5 0) (mid -6.378944 11.640317) (end -17.974607 16.624461) (width 0.25))
(gr_arc (start -18 -16.375) (mid -6.383279 -11.592583) (end -1.500146 -0.017838) (width 0.25))
(gr_arc (start -34.25 0) (mid -29.441147 -11.466703) (end -18.016506 -16.374649) (width 0.25))
(gr_arc (start -18 16.125) (mid -29.440725 11.415028) (end -34.249871 0.015636) (width 0.25))
(gr_arc (start -2 0) (mid -6.738769 11.293092) (end -17.992394 16.124837) (width 0.25))
(gr_arc (start -18 -15.875) (mid -6.735271 -11.237475) (end -2.000111 -0.013437) (width 0.25))
(gr_arc (start -33.75 0) (mid -29.091204 -11.109507) (end -18.026788 -15.874403) (width 0.25))
(gr_arc (start -18 15.625) (mid -29.088733 11.059921) (end -33.749906 0.011237) (width 0.25))
(gr_arc (start -2.5 0) (mid -7.088868 10.936057) (end -17.98256 15.624611) (width 0.25))
(gr_arc (start -18 -15.375) (mid -7.087262 -10.882365) (end -2.500076 -0.009034) (width 0.25))
(gr_arc (start -33.25 0) (mid -28.731061 -10.762607) (end -18.008093 -15.374819) (width 0.25))
(gr_arc (start -18 15.125) (mid -28.736743 10.70481) (end -33.249942 0.00683) (width 0.25))
(gr_arc (start -3 0) (mid -7.43959 10.579647) (end -17.974489 15.124404) (width 0.25))
(gr_arc (start -18 -14.875) (mid -7.439253 -10.527257) (end -3.00004 -0.004632) (width 0.25))
(gr_arc (start -32.75 0) (mid -28.380178 -10.40636) (end -18.015709 -14.874632) (width 0.25))
(gr_arc (start -18 14.625) (mid -28.384753 10.349701) (end -32.74998 0.002426) (width 0.25))
(gr_arc (start -3.5 0) (mid -7.800053 10.233074) (end -17.994094 14.624862) (width 0.25))
(gr_arc (start -18 -14.375) (mid -7.791241 -10.172144) (end -3.500002 -0.00022) (width 0.25))
(gr_arc (start -32.25 0) (mid -28.028673 -10.050741) (end -18.021558 -14.374473) (width 0.25))
(gr_arc (start -18 14.125) (mid -28.023929 10.003342) (end -32.24978 0.022892) (width 0.25))
(gr_arc (start -4 0) (mid -8.15172 9.877619) (end -17.988703 14.124724) (width 0.25))
(gr_arc (start -18 -13.875) (mid -8.15191 -9.825632) (end -4.000196 -0.020248) (width 0.25))
(gr_arc (start -31.75 0) (mid -27.667886 -9.704497) (end -18.001034 -13.874975) (width 0.25))
(gr_arc (start -18 13.625) (mid -27.672253 9.64792) (end -31.749827 0.017602) (width 0.25))
(gr_arc (start -4.5 0) (mid -8.504011 9.522794) (end -17.985083 13.624619) (width 0.25))
(gr_arc (start -18 -13.375) (mid -8.503587 -9.470212) (end -4.500148 -0.014964) (width 0.25))
(gr_arc (start -31.25 0) (mid -27.315433 -9.349836) (end -18.004193 -13.374892) (width 0.25))
(gr_arc (start -18 13.125) (mid -27.320577 9.2925) (end -31.249878 0.012316) (width 0.25))
(gr_arc (start -5 0) (mid -8.856929 9.168603) (end -17.983244 13.124554) (width 0.25))
(gr_arc (start -18 -12.875) (mid -8.85526 -9.114787) (end -5.000097 -0.009667) (width 0.25))
(gr_arc (start -30.75 0) (mid -26.962354 -8.99581) (end -18.005575 -12.874852) (width 0.25))
(gr_arc (start -18 12.625) (mid -26.968904 8.937074) (end -30.749928 0.007019) (width 0.25))
(gr_arc (start -5.5 0) (mid -9.210481 8.81505) (end -17.983199 12.624535) (width 0.25))
(gr_line (start 0 0) (end -0.5 0) (width 0.25))
(gr_line (start -5.5 0) (end -5.75 0) (width 0.25))
) (tstamp 5ad6024c-fde8-4cb7-925f-e4804ecda768))
(pad "2" smd custom (at 20 0) (size 0.8 0.8) (layers "B.Cu")
(options (clearance outline) (anchor circle))
(primitives
(gr_arc (start -0.5 0) (mid -5.660392 12.284032) (end -17.973366 17.374979) (width 0.25))
(gr_arc (start -18 17.375) (mid -30.134934 12.187218) (end -35.249724 0.021339) (width 0.25))
(gr_arc (start -35.25 0) (mid -30.162051 -12.108028) (end -18.024433 -17.124982) (width 0.25))
(gr_arc (start -18 -17.125) (mid -6.038872 -12.007455) (end -1.000167 -0.012901) (width 0.25))
(gr_arc (start -1 0) (mid -6.015506 11.932025) (end -17.977766 16.874985) (width 0.25))
(gr_arc (start -18 16.875) (mid -29.787326 11.827685) (end -34.749943 0.004451) (width 0.25))
(gr_arc (start -34.75 0) (mid -29.80694 -11.756021) (end -18.020039 -16.624988) (width 0.25))
(gr_arc (start -18 -16.625) (mid -6.396836 -11.658344) (end -1.500347 -0.025396) (width 0.25))
(gr_arc (start -1.5 0) (mid -6.370617 11.580018) (end -17.982161 16.374991) (width 0.25))
(gr_arc (start -18 16.375) (mid -29.429517 11.478422) (end -34.249774 0.016508) (width 0.25))
(gr_arc (start -34.25 0) (mid -29.451825 -11.404014) (end -18.015637 -16.124992) (width 0.25))
(gr_arc (start -18 -16.125) (mid -6.744127 -11.298493) (end -2.000103 -0.007607) (width 0.25))
(gr_arc (start -2 0) (mid -6.725732 11.22801) (end -17.986563 15.874994) (width 0.25))
(gr_arc (start -18 15.875) (mid -29.072332 11.128528) (end -33.749615 0.026792) (width 0.25))
(gr_arc (start -33.75 0) (mid -29.096711 -11.052006) (end -18.011238 -15.624996) (width 0.25))
(gr_arc (start -18 -15.625) (mid -7.101154 -10.948441) (end -2.50025 -0.017443) (width 0.25))
(gr_arc (start -2.5 0) (mid -7.080848 10.876003) (end -17.990966 15.374997) (width 0.25))
(gr_arc (start -18 15.375) (mid -28.725359 10.768354) (end -33.249884 0.008094) (width 0.25))
(gr_arc (start -33.25 0) (mid -28.741593 -10.7) (end -18.006831 -15.124999) (width 0.25))
(gr_arc (start -18 -15.125) (mid -7.457559 -10.597766) (end -3.000384 -0.025515) (width 0.25))
(gr_arc (start -3 0) (mid -7.435964 10.523996) (end -17.995368 14.875) (width 0.25))
(gr_arc (start -18 14.875) (mid -28.369114 10.417518) (end -32.749765 0.015712) (width 0.25))
(gr_arc (start -32.75 0) (mid -28.386476 -10.347992) (end -18.002427 -14.624999) (width 0.25))
(gr_arc (start -18 -14.625) (mid -7.804213 -10.237269) (end -3.500089 -0.005907) (width 0.25))
(gr_arc (start -3.5 0) (mid -7.791085 10.171989) (end -17.99978 14.375) (width 0.25))
(gr_arc (start -18 14.375) (mid -28.013492 10.066057) (end -32.249662 0.021562) (width 0.25))
(gr_arc (start -32.25 0) (mid -28.040187 -9.987226) (end -18.022893 -14.124981) (width 0.25))
(gr_arc (start -18 -14.125) (mid -8.159675 -9.885644) (end -4.000177 -0.011299) (width 0.25))
(gr_arc (start -4 0) (mid -8.137528 9.811378) (end -17.979751 13.874984) (width 0.25))
(gr_arc (start -18 13.875) (mid -27.667158 9.705231) (end -31.749984 0.001034) (width 0.25))
(gr_arc (start -31.75 0) (mid -27.684757 -9.63553) (end -18.017603 -13.624988) (width 0.25))
(gr_arc (start -18 -13.625) (mid -8.514513 -9.533394) (end -4.500244 -0.01492) (width 0.25))
(gr_arc (start -4.5 0) (mid -8.492956 9.45968) (end -17.985036 13.374991) (width 0.25))
(gr_arc (start -18 13.375) (mid -27.312481 9.352816) (end -31.249932 0.004193) (width 0.25))
(gr_arc (start -31.25 0) (mid -27.329327 -9.283832) (end -18.012316 -13.124993) (width 0.25))
(gr_arc (start -18 -13.125) (mid -8.868724 -9.180512) (end -5.000285 -0.016759) (width 0.25))
(gr_arc (start -5 0) (mid -8.848391 9.107984) (end -17.990332 12.874996) (width 0.25))
(gr_arc (start -18 12.875) (mid -26.958429 8.999772) (end -30.749905 0.005577) (width 0.25))
(gr_arc (start -30.75 0) (mid -26.973892 -8.932135) (end -18.00702 -12.624998) (width 0.25))
(gr_arc (start -18 -12.625) (mid -9.222306 -8.826993) (end -5.500298 -0.016805) (width 0.25))
(gr_line (start -0.5 0) (end 0 0) (width 0.25))
(gr_line (start -5.75 0) (end -5.5 0) (width 0.25))
) (tstamp 26fa26fc-7446-4d70-ad0a-42b779d8f8b4))
)

View File

@ -0,0 +1,80 @@
(footprint "BF@Jack_3.5mm_5P_stereo_MJ-495-A" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 62084D76)
(descr "TRS 3.5mm, horizontal, through-hole, https://www.cuidevices.com/product/resource/pdf/sj1-352xn.pdf")
(tags "TRS audio jack stereo horizontal")
(attr through_hole exclude_from_pos_files)
(fp_text reference "REF**" (at 0 -8.8) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 1add7dcf-a760-4acf-a8df-7191842316d8)
)
(fp_text value "BF@Jack_3.5mm_5P_stereo_MJ-495-A" (at 0 8.75) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 6612f225-863e-4980-926d-c81f7a4c0ba5)
)
(fp_text user "PCB edge" (at 0 3.65 unlocked) (layer "Dwgs.User")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 280aa230-a25f-414c-9d84-47f182621149)
)
(fp_text user "${REFERENCE}" (at 0 -1.5) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 085988cb-9879-4ac3-a25a-5a2bd7285627)
)
(fp_line (start -6 3.5) (end -6 -7.7) (layer "F.SilkS") (width 0.12) (tstamp 11374064-f99a-4833-9a35-64656a6379df))
(fp_line (start -3 6.8) (end -3 3.5) (layer "F.SilkS") (width 0.12) (tstamp 12804b3f-e88a-4b05-8f3f-5e0cea0160bf))
(fp_line (start 4.5 3.5) (end 4.5 4.5) (layer "F.SilkS") (width 0.12) (tstamp 17b9415d-4048-4dad-a12f-0690dcdf82b5))
(fp_line (start 3 6.8) (end -3 6.8) (layer "F.SilkS") (width 0.12) (tstamp 2f7a40ad-250c-4f5a-8245-765c568de5c7))
(fp_line (start -4.5 4.5) (end -4.5 3.5) (layer "F.SilkS") (width 0.12) (tstamp 5973c661-5067-4d11-9c7c-eb9ecb3fcf1e))
(fp_line (start -3 4.5) (end -4.5 4.5) (layer "F.SilkS") (width 0.12) (tstamp 5f44e682-5a0e-4909-91c5-de6e1fd3e758))
(fp_line (start 6 3.5) (end 4.5 3.5) (layer "F.SilkS") (width 0.12) (tstamp ad62fed3-471e-4fc4-a7a0-4482ab1ce7ee))
(fp_line (start 2 6.8) (end 2 3.5) (layer "F.SilkS") (width 0.12) (tstamp b6f51c18-3efd-4627-a77f-6d7cc1dccb64))
(fp_line (start -6 -7.7) (end 6 -7.7) (layer "F.SilkS") (width 0.12) (tstamp c4ed921b-5978-4907-b8ae-6b0640f1dea6))
(fp_line (start 3 3.5) (end 3 6.8) (layer "F.SilkS") (width 0.12) (tstamp d0f77083-129b-4203-807d-640854c1c549))
(fp_line (start 3 3.5) (end -3 3.5) (layer "F.SilkS") (width 0.12) (tstamp d6f8847e-63f1-4d60-b6d0-26b3d97acaf0))
(fp_line (start 6 -7.7) (end 6 3.5) (layer "F.SilkS") (width 0.12) (tstamp dcf98f86-aaf6-490c-98c3-b153f5552ef1))
(fp_line (start 4.5 4.5) (end 3 4.5) (layer "F.SilkS") (width 0.12) (tstamp dfb46782-e4ff-42a6-8adb-edd75045139d))
(fp_line (start -4.5 3.5) (end -6 3.5) (layer "F.SilkS") (width 0.12) (tstamp fcc64e02-2983-4a1e-a31b-27dcbbb26eb0))
(fp_line (start -2 3.5) (end -2 6.8) (layer "F.SilkS") (width 0.12) (tstamp fe268b09-68ad-41a9-be41-1a6da3eae22d))
(fp_line (start 2.2 4.5) (end 6.5 4.5) (layer "Edge.Cuts") (width 0.12) (tstamp 1f9968e1-0eee-4dd9-9f60-e366337fcb8a))
(fp_line (start -2.2 3.5) (end -2.2 4.5) (layer "Edge.Cuts") (width 0.12) (tstamp 48f41604-a6e1-4446-881f-772a3ab9e3cf))
(fp_line (start 1.8 3.1) (end -1.8 3.1) (layer "Edge.Cuts") (width 0.12) (tstamp 5a978aba-42e4-4034-9a73-91bf03f2f54d))
(fp_line (start -2.2 4.5) (end -6.5 4.5) (layer "Edge.Cuts") (width 0.12) (tstamp 910d111c-8356-4b3a-a4cd-22f14c2881a3))
(fp_line (start 2.2 3.5) (end 2.2 4.5) (layer "Edge.Cuts") (width 0.12) (tstamp cef4abab-1d99-4638-bfd7-bf65ee264ed6))
(fp_arc (start -2.2 3.5) (mid -2.082842 3.217158) (end -1.8 3.1) (layer "Edge.Cuts") (width 0.12) (tstamp 79a8ddb1-bca0-4377-810d-bba745d0d47a))
(fp_arc (start 1.8 3.1) (mid 2.082843 3.217157) (end 2.2 3.5) (layer "Edge.Cuts") (width 0.12) (tstamp fe3354f4-538b-4062-a2ed-7998da18de18))
(fp_line (start -3.25 7) (end 3.25 7) (layer "F.CrtYd") (width 0.05) (tstamp 518d3713-0903-49d2-b864-26e173b8a0f9))
(fp_line (start 6.25 4.7) (end 6.25 -7.95) (layer "F.CrtYd") (width 0.05) (tstamp 8a1bbd25-8cbb-424a-9b43-5d9e23660e59))
(fp_line (start -3.25 4.7) (end -3.25 7) (layer "F.CrtYd") (width 0.05) (tstamp d9f9bc89-eae5-48cd-8b86-84d6abf51ccf))
(fp_line (start -6.25 -7.95) (end -6.25 4.7) (layer "F.CrtYd") (width 0.05) (tstamp e37c8ee8-778f-4fb1-a382-58b7f13327aa))
(fp_line (start 6.25 -7.95) (end -6.25 -7.95) (layer "F.CrtYd") (width 0.05) (tstamp e5bc91ed-6863-431b-8065-13df5a5a19bf))
(fp_line (start 3.25 7) (end 3.25 4.7) (layer "F.CrtYd") (width 0.05) (tstamp ed8ec206-fcda-446a-9175-18a5c3a8bbe7))
(fp_line (start 3.25 4.7) (end 6.25 4.7) (layer "F.CrtYd") (width 0.05) (tstamp f84130ff-a1e0-4834-9cae-bfae1372f93a))
(fp_line (start -6.25 4.7) (end -3.25 4.7) (layer "F.CrtYd") (width 0.05) (tstamp ff22bc1d-7252-46c8-aa56-2fcf3b0aed98))
(fp_line (start -3 6.8) (end 3 6.8) (layer "F.Fab") (width 0.1) (tstamp 290850ed-73e2-4ba6-869e-4fef127cbb88))
(fp_line (start 3 4.5) (end 3 6.8) (layer "F.Fab") (width 0.1) (tstamp 3498781e-a632-473a-8750-c7318af73043))
(fp_line (start -4.5 4.5) (end -3 4.5) (layer "F.Fab") (width 0.1) (tstamp 433d632b-1af0-4c6d-b40c-06543e114522))
(fp_line (start -3 4.5) (end -3 6.8) (layer "F.Fab") (width 0.1) (tstamp 60c30c46-20da-47d2-8dde-e79a9730c8eb))
(fp_line (start -6 3.5) (end -6 -7.7) (layer "F.Fab") (width 0.1) (tstamp 67f0fbee-d2a9-4d1e-b5f5-53c6e26db37e))
(fp_line (start -4.5 3.5) (end -6 3.5) (layer "F.Fab") (width 0.1) (tstamp 6c9e6964-8f4f-4037-9cfa-40ec74f90ccb))
(fp_line (start 4.5 4.5) (end 3 4.5) (layer "F.Fab") (width 0.1) (tstamp 8c470310-04d8-41c3-adc3-7a545498423f))
(fp_line (start 4.5 3.5) (end 6 3.5) (layer "F.Fab") (width 0.1) (tstamp 9f408fd4-cdec-42a6-b29a-045b39095465))
(fp_line (start 4.5 4.5) (end 4.5 3.5) (layer "F.Fab") (width 0.1) (tstamp a299908d-8fba-44bb-b5be-a7436df93aae))
(fp_line (start 6 3.5) (end 6 -7.7) (layer "F.Fab") (width 0.1) (tstamp c692bdd3-7f87-4426-a4f0-4d6ad56edfad))
(fp_line (start -4.5 4.5) (end -4.5 3.5) (layer "F.Fab") (width 0.1) (tstamp d2eed008-515f-4d80-8797-64a02ee1a5fb))
(fp_line (start -6 -7.7) (end 6 -7.7) (layer "F.Fab") (width 0.1) (tstamp d3c3fba2-2c99-4639-82b3-def615a0a111))
(pad "" np_thru_hole circle (at -5 0) (size 1.2 1.2) (drill 1.2) (layers F&B.Cu) (tstamp 32949a02-6e12-4183-a5ea-3942ab7e5419))
(pad "" np_thru_hole circle (at 0 -5) (size 1.2 1.2) (drill 1.2) (layers *.Cu) (tstamp 8d7242f1-2ca7-4f88-8bf6-8b3a0647b7ba))
(pad "" np_thru_hole circle (at 5 0) (size 1.2 1.2) (drill 1.2) (layers *.Cu) (tstamp d7ec3b43-cfda-4dce-8df0-9f5eefa600af))
(pad "" np_thru_hole circle (at 5 2.5) (size 1.2 1.2) (drill 1.2) (layers *.Cu) (tstamp e9e23ed4-7a80-4c91-af5f-514e5846e999))
(pad "" np_thru_hole circle (at -5 2.5) (size 1.2 1.2) (drill 1.2) (layers *.Cu) (tstamp eed3064f-40de-4b7f-af9d-8666f0bf852c))
(pad "G" thru_hole oval (at 0 0) (size 1.9 1.2) (drill oval 1.5 0.8) (layers *.Cu *.Mask) (tstamp 3ed7e64f-b114-42be-9bef-9a493d918a48))
(pad "S" thru_hole oval (at -5 -5) (size 1.2 1.9) (drill oval 0.8 1.5) (layers *.Cu *.Mask) (tstamp e54c28a1-dfb5-4e3f-8b5a-7dd641ca7f3c))
(pad "SN" thru_hole oval (at -2.5 -5) (size 1.2 1.9) (drill oval 0.8 1.5) (layers *.Cu *.Mask) (tstamp 02b5eb1d-379e-426e-a14c-f52b3a21405a))
(pad "T" thru_hole oval (at 5 -5 180) (size 1.2 1.9) (drill oval 0.8 1.5) (layers *.Cu *.Mask) (tstamp 9fc83e1c-4425-4cec-92d0-a925a45db0ce))
(pad "TN" thru_hole oval (at 2.5 -5 180) (size 1.2 1.9) (drill oval 0.8 1.5) (layers *.Cu *.Mask) (tstamp 1e85fd63-1943-4c11-8b94-66b8fbf95e55))
(model "${KICAD6_3DMODEL_DIR}/Connector_Audio.3dshapes/Jack_3.5mm_CUI_SJ1-3525N_Horizontal.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

View File

@ -0,0 +1,862 @@
(footprint "BF@Logo_BotanicFields_2mm" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 0)
(descr "BotanicFields Logo 2mm height")
(tags "Logo")
(attr board_only exclude_from_pos_files exclude_from_bom)
(fp_text reference "G***" (at 0 0) (layer "F.SilkS") hide
(effects (font (size 1.524 1.524) (thickness 0.3)))
(tstamp 07ce6f2a-8bf2-4237-8767-6c799e456267)
)
(fp_text value "LOGO" (at 0.75 0) (layer "F.SilkS") hide
(effects (font (size 1.524 1.524) (thickness 0.3)))
(tstamp 9ec86672-1ac2-4868-a9c3-74bb519f3e93)
)
(fp_poly (pts
(xy -0.355534 -0.322461)
(xy -0.355534 -0.239779)
(xy -0.549838 -0.23512)
(xy -0.744141 -0.230461)
(xy -0.744141 -0.016536)
(xy -0.413412 -0.016536)
(xy -0.413412 0.066146)
(xy -0.744141 0.066146)
(xy -0.744141 0.446484)
(xy -0.84336 0.446484)
(xy -0.84336 -0.331613)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 01488cb9-364a-4d80-a207-b5b78925af52))
(fp_poly (pts
(xy -3.766973 -0.141079)
(xy -3.692679 -0.106539)
(xy -3.632756 -0.048049)
(xy -3.591787 0.03135)
(xy -3.575052 0.116103)
(xy -3.579708 0.221899)
(xy -3.60774 0.311766)
(xy -3.655785 0.382627)
(xy -3.720477 0.431401)
(xy -3.798452 0.455009)
(xy -3.886345 0.450373)
(xy -3.927409 0.43855)
(xy -4.0056 0.394358)
(xy -4.060379 0.32694)
(xy -4.083644 0.26869)
(xy -4.100369 0.162358)
(xy -4.09745 0.130833)
(xy -3.996401 0.130833)
(xy -3.992496 0.21696)
(xy -3.968626 0.287546)
(xy -3.929144 0.339552)
(xy -3.878408 0.369941)
(xy -3.820774 0.375677)
(xy -3.760598 0.353721)
(xy -3.721515 0.322496)
(xy -3.697095 0.290991)
(xy -3.682845 0.250475)
(xy -3.675191 0.189911)
(xy -3.674278 0.176654)
(xy -3.677601 0.079026)
(xy -3.700965 0.0054)
(xy -3.743598 -0.042991)
(xy -3.804728 -0.064914)
(xy -3.826325 -0.066146)
(xy -3.896891 -0.054575)
(xy -3.947806 -0.018734)
(xy -3.980534 0.043075)
(xy -3.996401 0.130833)
(xy -4.09745 0.130833)
(xy -4.091287 0.064279)
(xy -4.058179 -0.020642)
(xy -4.002824 -0.0875)
(xy -3.940343 -0.126155)
(xy -3.851055 -0.148631)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 1c7fc905-3571-4446-95ea-83f3a8a28681))
(fp_poly (pts
(xy 0.777213 0.446484)
(xy 0.694531 0.446484)
(xy 0.694531 -0.363802)
(xy 0.777213 -0.363802)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 1f6849b2-8e23-4e56-a33b-6fed58f78f1d))
(fp_poly (pts
(xy -4.634343 -0.330009)
(xy -4.557442 -0.327979)
(xy -4.483318 -0.323241)
(xy -4.425514 -0.316723)
(xy -4.415716 -0.315025)
(xy -4.342183 -0.287774)
(xy -4.292336 -0.242496)
(xy -4.268307 -0.184899)
(xy -4.272228 -0.120694)
(xy -4.306233 -0.05559)
(xy -4.314912 -0.045125)
(xy -4.363417 0.010119)
(xy -4.31573 0.028119)
(xy -4.267442 0.061353)
(xy -4.227391 0.115217)
(xy -4.203606 0.177269)
(xy -4.200323 0.206964)
(xy -4.215296 0.279572)
(xy -4.255632 0.346905)
(xy -4.314186 0.397591)
(xy -4.323223 0.402604)
(xy -4.361781 0.418236)
(xy -4.411842 0.429384)
(xy -4.48043 0.43714)
(xy -4.574566 0.442597)
(xy -4.582157 0.442916)
(xy -4.779037 0.451024)
(xy -4.779037 0.0621)
(xy -4.679818 0.0621)
(xy -4.679818 0.201927)
(xy -4.678594 0.266996)
(xy -4.675332 0.318806)
(xy -4.67065 0.348925)
(xy -4.668794 0.352778)
(xy -4.644122 0.36035)
(xy -4.597199 0.363071)
(xy -4.538458 0.36116)
(xy -4.47833 0.354833)
(xy -4.441677 0.34805)
(xy -4.369697 0.319313)
(xy -4.325408 0.273274)
(xy -4.309445 0.210609)
(xy -4.309401 0.206706)
(xy -4.315928 0.15344)
(xy -4.338392 0.115688)
(xy -4.381117 0.090759)
(xy -4.448427 0.075966)
(xy -4.530466 0.069241)
(xy -4.679818 0.0621)
(xy -4.779037 0.0621)
(xy -4.779037 -0.016536)
(xy -4.681329 -0.016536)
(xy -4.577221 -0.01678)
(xy -4.514996 -0.020127)
(xy -4.46082 -0.028545)
(xy -4.432924 -0.037451)
(xy -4.394616 -0.073717)
(xy -4.377301 -0.125996)
(xy -4.38372 -0.177364)
(xy -4.410819 -0.207427)
(xy -4.462293 -0.230383)
(xy -4.529753 -0.243644)
(xy -4.602255 -0.244815)
(xy -4.67155 -0.239779)
(xy -4.67644 -0.128158)
(xy -4.681329 -0.016536)
(xy -4.779037 -0.016536)
(xy -4.779037 -0.330729)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 250a548c-8052-4662-a0f9-3f93fb022c2c))
(fp_poly (pts
(xy -1.130033 -0.143081)
(xy -1.05351 -0.131401)
(xy -1.005273 -0.112089)
(xy -0.980913 -0.082501)
(xy -0.975651 -0.05045)
(xy -0.975651 -0.002845)
(xy -1.057786 -0.037546)
(xy -1.143162 -0.060292)
(xy -1.216713 -0.05333)
(xy -1.275437 -0.018295)
(xy -1.316331 0.043179)
(xy -1.334592 0.113187)
(xy -1.334073 0.177608)
(xy -1.319153 0.244875)
(xy -1.293654 0.303945)
(xy -1.261401 0.343772)
(xy -1.25284 0.349369)
(xy -1.195151 0.365006)
(xy -1.124733 0.362869)
(xy -1.056002 0.344075)
(xy -1.032493 0.332309)
(xy -0.975651 0.298772)
(xy -0.975651 0.354474)
(xy -0.98062 0.395261)
(xy -1.00211 0.417656)
(xy -1.027728 0.42833)
(xy -1.100753 0.44388)
(xy -1.181959 0.445976)
(xy -1.258339 0.435344)
(xy -1.316889 0.412708)
(xy -1.317789 0.412138)
(xy -1.372989 0.358975)
(xy -1.413912 0.283836)
(xy -1.436045 0.196342)
(xy -1.438672 0.154476)
(xy -1.424709 0.055052)
(xy -1.385379 -0.028252)
(xy -1.324518 -0.091737)
(xy -1.245962 -0.131704)
(xy -1.15355 -0.144454)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 287b325b-0106-483d-bd45-ec04c498f296))
(fp_poly (pts
(xy 3.129697 -0.3304)
(xy 3.173441 -0.328234)
(xy 3.196841 -0.322463)
(xy 3.206261 -0.311319)
(xy 3.208065 -0.293035)
(xy 3.208073 -0.289388)
(xy 3.202733 -0.259843)
(xy 3.180036 -0.249034)
(xy 3.158463 -0.248047)
(xy 3.108854 -0.248047)
(xy 3.108854 0.363802)
(xy 3.158463 0.363802)
(xy 3.193918 0.368252)
(xy 3.206888 0.387166)
(xy 3.208073 0.405143)
(xy 3.206887 0.424713)
(xy 3.199089 0.436865)
(xy 3.178314 0.443364)
(xy 3.138197 0.445981)
(xy 3.072374 0.446482)
(xy 3.059244 0.446484)
(xy 2.988792 0.446155)
(xy 2.945048 0.443989)
(xy 2.921648 0.438218)
(xy 2.912228 0.427075)
(xy 2.910424 0.40879)
(xy 2.910416 0.405143)
(xy 2.915756 0.375598)
(xy 2.938453 0.364789)
(xy 2.960026 0.363802)
(xy 3.009635 0.363802)
(xy 3.009635 -0.248047)
(xy 2.960026 -0.248047)
(xy 2.924571 -0.252496)
(xy 2.911601 -0.27141)
(xy 2.910416 -0.289388)
(xy 2.911601 -0.308958)
(xy 2.919399 -0.321109)
(xy 2.940175 -0.327609)
(xy 2.980292 -0.330226)
(xy 3.046115 -0.330727)
(xy 3.059244 -0.330729)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 36beaef5-8cc6-4bc6-97bc-9f6ccc035db1))
(fp_poly (pts
(xy 1.455208 0.446484)
(xy 1.405599 0.446484)
(xy 1.366213 0.439089)
(xy 1.355989 0.42168)
(xy 1.348709 0.399806)
(xy 1.324808 0.403011)
(xy 1.297657 0.419333)
(xy 1.239998 0.443681)
(xy 1.168412 0.453119)
(xy 1.099462 0.445554)
(xy 1.09658 0.44475)
(xy 1.034451 0.411166)
(xy 0.988757 0.355227)
(xy 0.959412 0.28323)
(xy 0.94659 0.203095)
(xy 1.046573 0.203095)
(xy 1.070069 0.284551)
(xy 1.093749 0.321684)
(xy 1.139298 0.354732)
(xy 1.199846 0.363813)
(xy 1.267229 0.348566)
(xy 1.302246 0.33091)
(xy 1.355989 0.298142)
(xy 1.355989 -0.031745)
(xy 1.291341 -0.051114)
(xy 1.210013 -0.061413)
(xy 1.141114 -0.042203)
(xy 1.088393 0.00411)
(xy 1.055599 0.075122)
(xy 1.04974 0.103886)
(xy 1.046573 0.203095)
(xy 0.94659 0.203095)
(xy 0.94633 0.201471)
(xy 0.949425 0.116246)
(xy 0.968611 0.033851)
(xy 1.003801 -0.039419)
(xy 1.05491 -0.097266)
(xy 1.104406 -0.127066)
(xy 1.174626 -0.143061)
(xy 1.255221 -0.141785)
(xy 1.32705 -0.124081)
(xy 1.341722 -0.1212)
(xy 1.350407 -0.131479)
(xy 1.354636 -0.160942)
(xy 1.35594 -0.215618)
(xy 1.355989 -0.238009)
(xy 1.355989 -0.363802)
(xy 1.455208 -0.363802)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 3e5ee443-c9f1-417e-aa90-f4ab0a75390e))
(fp_poly (pts
(xy 4.310462 -0.143081)
(xy 4.386985 -0.131401)
(xy 4.435222 -0.112089)
(xy 4.459582 -0.082501)
(xy 4.464843 -0.05045)
(xy 4.464843 -0.002845)
(xy 4.382709 -0.037546)
(xy 4.297333 -0.060292)
(xy 4.223781 -0.05333)
(xy 4.165058 -0.018295)
(xy 4.124164 0.043179)
(xy 4.105903 0.113187)
(xy 4.106422 0.177608)
(xy 4.121342 0.244875)
(xy 4.14684 0.303945)
(xy 4.179094 0.343772)
(xy 4.187654 0.349369)
(xy 4.245344 0.365006)
(xy 4.315762 0.362869)
(xy 4.384493 0.344075)
(xy 4.408002 0.332309)
(xy 4.464843 0.298772)
(xy 4.464843 0.354474)
(xy 4.459875 0.395261)
(xy 4.438385 0.417656)
(xy 4.412766 0.42833)
(xy 4.339741 0.44388)
(xy 4.258536 0.445976)
(xy 4.182156 0.435344)
(xy 4.123606 0.412708)
(xy 4.122705 0.412138)
(xy 4.067506 0.358975)
(xy 4.026582 0.283836)
(xy 4.00445 0.196342)
(xy 4.001823 0.154476)
(xy 4.015785 0.055052)
(xy 4.055116 -0.028252)
(xy 4.115977 -0.091737)
(xy 4.194533 -0.131704)
(xy 4.286945 -0.144454)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 436c2931-6fd1-4da4-ba7b-3f158658534b))
(fp_poly (pts
(xy 3.754769 -0.122352)
(xy 3.805064 -0.076379)
(xy 3.821726 -0.046255)
(xy 3.833627 0.000807)
(xy 3.841169 0.076256)
(xy 3.844515 0.182004)
(xy 3.844726 0.223242)
(xy 3.844726 0.438216)
(xy 3.756374 0.44843)
(xy 3.750941 0.224758)
(xy 3.747999 0.130863)
(xy 3.743988 0.064419)
(xy 3.738146 0.019804)
(xy 3.729714 -0.0086)
(xy 3.717932 -0.026415)
(xy 3.716827 -0.027546)
(xy 3.673313 -0.049722)
(xy 3.613888 -0.05259)
(xy 3.549256 -0.036479)
(xy 3.518337 -0.021415)
(xy 3.464388 0.010064)
(xy 3.459774 0.228274)
(xy 3.457714 0.31666)
(xy 3.455251 0.377233)
(xy 3.451355 0.415246)
(xy 3.444998 0.435953)
(xy 3.435151 0.444609)
(xy 3.420786 0.446466)
(xy 3.417054 0.446484)
(xy 3.382513 0.442158)
(xy 3.367925 0.43546)
(xy 3.364275 0.416039)
(xy 3.361136 0.369231)
(xy 3.358723 0.300719)
(xy 3.357254 0.216189)
(xy 3.356901 0.146072)
(xy 3.356901 -0.132292)
(xy 3.40651 -0.132292)
(xy 3.445895 -0.124896)
(xy 3.456119 -0.107487)
(xy 3.458217 -0.089208)
(xy 3.46924 -0.085062)
(xy 3.496278 -0.095799)
(xy 3.534483 -0.115755)
(xy 3.61284 -0.143646)
(xy 3.688482 -0.145309)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 5a4924ca-1572-49ff-9553-c8731aa94032))
(fp_poly (pts
(xy -0.151284 -0.327964)
(xy -0.135335 -0.313936)
(xy -0.132292 -0.28112)
(xy -0.135518 -0.247789)
(xy -0.151884 -0.234118)
(xy -0.19017 -0.23151)
(xy -0.229055 -0.234276)
(xy -0.245005 -0.248303)
(xy -0.248047 -0.28112)
(xy -0.244821 -0.31445)
(xy -0.228456 -0.328121)
(xy -0.19017 -0.330729)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 6a77b5c4-0a39-473f-9df1-b240143a9494))
(fp_poly (pts
(xy 2.368038 0.301221)
(xy 2.37476 0.313255)
(xy 2.369796 0.339474)
(xy 2.352799 0.384628)
(xy 2.323423 0.453469)
(xy 2.307032 0.49123)
(xy 2.276921 0.55685)
(xy 2.253398 0.597133)
(xy 2.232223 0.61799)
(xy 2.21097 0.62513)
(xy 2.170823 0.630143)
(xy 2.214246 0.468034)
(xy 2.257669 0.305924)
(xy 2.320918 0.300705)
(xy 2.349975 0.298621)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp b1d89682-1584-45c6-94b6-a3e790e56f59))
(fp_poly (pts
(xy -1.606492 -0.327964)
(xy -1.590543 -0.313936)
(xy -1.5875 -0.28112)
(xy -1.590727 -0.247789)
(xy -1.607092 -0.234118)
(xy -1.645378 -0.23151)
(xy -1.684264 -0.234276)
(xy -1.700213 -0.248303)
(xy -1.703256 -0.28112)
(xy -1.700029 -0.31445)
(xy -1.683664 -0.328121)
(xy -1.645378 -0.330729)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp be744fbc-9292-4e31-a93e-db66201c5eb5))
(fp_poly (pts
(xy 4.723648 0.299245)
(xy 4.740488 0.310011)
(xy 4.745606 0.338956)
(xy 4.745963 0.37207)
(xy 4.744728 0.417794)
(xy 4.736354 0.439445)
(xy 4.713841 0.446025)
(xy 4.688086 0.446484)
(xy 4.652523 0.444896)
(xy 4.635683 0.43413)
(xy 4.630565 0.405185)
(xy 4.630208 0.37207)
(xy 4.631444 0.326347)
(xy 4.639817 0.304696)
(xy 4.66233 0.298115)
(xy 4.688086 0.297656)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp c0ff583b-5e8e-4d38-8b65-567bb28ffbdc))
(fp_poly (pts
(xy 1.938884 -0.133151)
(xy 1.940353 -0.132848)
(xy 1.992967 -0.12092)
(xy 2.020909 -0.108999)
(xy 2.031981 -0.090809)
(xy 2.033982 -0.060074)
(xy 2.033984 -0.057514)
(xy 2.033984 -0.001617)
(xy 1.963704 -0.033518)
(xy 1.883838 -0.059658)
(xy 1.811778 -0.064185)
(xy 1.75462 -0.047114)
(xy 1.736328 -0.033073)
(xy 1.712049 -0.003457)
(xy 1.703255 0.016536)
(xy 1.718894 0.049367)
(xy 1.762239 0.07985)
(xy 1.827937 0.104804)
(xy 1.867913 0.114297)
(xy 1.954661 0.13916)
(xy 2.01211 0.175055)
(xy 2.042866 0.224299)
(xy 2.049995 0.276234)
(xy 2.041813 0.336747)
(xy 2.014143 0.380341)
(xy 1.960483 0.41693)
(xy 1.956257 0.419138)
(xy 1.903592 0.435393)
(xy 1.831788 0.443898)
(xy 1.75394 0.444308)
(xy 1.683143 0.436275)
(xy 1.649511 0.427264)
(xy 1.617464 0.409208)
(xy 1.605249 0.378919)
(xy 1.604036 0.35382)
(xy 1.604036 0.296984)
(xy 1.674316 0.333248)
(xy 1.737326 0.356672)
(xy 1.806245 0.368337)
(xy 1.869984 0.367572)
(xy 1.917449 0.353705)
(xy 1.925105 0.348421)
(xy 1.94695 0.312781)
(xy 1.948805 0.269317)
(xy 1.930037 0.234455)
(xy 1.929503 0.234005)
(xy 1.901753 0.220592)
(xy 1.853968 0.205621)
(xy 1.817882 0.196978)
(xy 1.728339 0.171817)
(xy 1.667088 0.138815)
(xy 1.629741 0.095193)
(xy 1.619576 0.071396)
(xy 1.610284 0.020012)
(xy 1.623043 -0.02588)
(xy 1.623579 -0.026982)
(xy 1.671859 -0.090606)
(xy 1.74151 -0.129846)
(xy 1.831022 -0.144196)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp cb690dc9-eec1-42e1-9d0f-f92b222794f0))
(fp_poly (pts
(xy -3.34131 -0.294232)
(xy -3.328344 -0.278235)
(xy -3.322208 -0.241083)
(xy -3.3206 -0.219108)
(xy -3.31556 -0.14056)
(xy -3.220476 -0.135601)
(xy -3.16683 -0.131679)
(xy -3.138364 -0.124584)
(xy -3.127188 -0.110542)
(xy -3.125391 -0.090125)
(xy -3.1276 -0.067663)
(xy -3.139398 -0.055535)
(xy -3.168544 -0.050573)
(xy -3.222795 -0.04961)
(xy -3.22461 -0.049609)
(xy -3.323828 -0.049609)
(xy -3.323585 0.111621)
(xy -3.321597 0.207027)
(xy -3.314413 0.274213)
(xy -3.299703 0.317906)
(xy -3.275133 0.342835)
(xy -3.238373 0.353728)
(xy -3.203283 0.355534)
(xy -3.156099 0.356925)
(xy -3.133225 0.364503)
(xy -3.125917 0.383369)
(xy -3.125364 0.401009)
(xy -3.127117 0.426581)
(xy -3.137642 0.440093)
(xy -3.164895 0.445305)
(xy -3.216832 0.445978)
(xy -3.220476 0.445958)
(xy -3.277358 0.442297)
(xy -3.323197 0.433426)
(xy -3.341798 0.425288)
(xy -3.368674 0.398757)
(xy -3.387212 0.363531)
(xy -3.398782 0.313597)
(xy -3.404757 0.242942)
(xy -3.406509 0.145553)
(xy -3.406511 0.141647)
(xy -3.406858 0.059666)
(xy -3.408542 0.005176)
(xy -3.412529 -0.027403)
(xy -3.419784 -0.043651)
(xy -3.43127 -0.049147)
(xy -3.439584 -0.049609)
(xy -3.465953 -0.059815)
(xy -3.472657 -0.089022)
(xy -3.46019 -0.12539)
(xy -3.439584 -0.137083)
(xy -3.418596 -0.148846)
(xy -3.408775 -0.175747)
(xy -3.406511 -0.221694)
(xy -3.404841 -0.268247)
(xy -3.396721 -0.290536)
(xy -3.37749 -0.297321)
(xy -3.366076 -0.297656)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp d76ab436-7307-4202-8c94-b3965b5278a9))
(fp_poly (pts
(xy -0.148828 0.446484)
(xy -0.231511 0.446484)
(xy -0.231511 -0.132292)
(xy -0.148828 -0.132292)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp da12e937-15ec-4150-9c5b-5da7caa4c418))
(fp_poly (pts
(xy -2.697688 -0.134462)
(xy -2.631482 -0.102818)
(xy -2.613248 -0.088823)
(xy -2.563151 -0.046669)
(xy -2.563151 0.446484)
(xy -2.604493 0.446484)
(xy -2.637017 0.438632)
(xy -2.645834 0.413969)
(xy -2.647398 0.393681)
(xy -2.657711 0.390635)
(xy -2.685202 0.404702)
(xy -2.699577 0.413135)
(xy -2.777547 0.445276)
(xy -2.858771 0.455511)
(xy -2.931292 0.442517)
(xy -2.938286 0.439584)
(xy -2.992286 0.399333)
(xy -3.026622 0.341545)
(xy -3.039994 0.275175)
(xy -3.039916 0.274596)
(xy -2.94349 0.274596)
(xy -2.929331 0.318259)
(xy -2.89179 0.348154)
(xy -2.838274 0.362594)
(xy -2.77619 0.359892)
(xy -2.712944 0.33836)
(xy -2.698683 0.330367)
(xy -2.665477 0.307199)
(xy -2.6504 0.282972)
(xy -2.647716 0.244786)
(xy -2.649074 0.218808)
(xy -2.654102 0.14056)
(xy -2.728516 0.145689)
(xy -2.825248 0.159199)
(xy -2.892348 0.184865)
(xy -2.931273 0.223563)
(xy -2.94349 0.274596)
(xy -3.039916 0.274596)
(xy -3.031101 0.209179)
(xy -2.998645 0.152511)
(xy -2.982187 0.1371)
(xy -2.924901 0.10569)
(xy -2.846238 0.081699)
(xy -2.757591 0.06811)
(xy -2.711166 0.066146)
(xy -2.663887 0.060347)
(xy -2.646397 0.041642)
(xy -2.657912 0.008067)
(xy -2.677313 -0.018675)
(xy -2.705327 -0.043862)
(xy -2.743428 -0.055268)
(xy -2.788934 -0.057394)
(xy -2.853216 -0.054149)
(xy -2.91624 -0.046235)
(xy -2.932387 -0.043071)
(xy -2.973002 -0.035242)
(xy -2.98996 -0.039798)
(xy -2.99183 -0.061682)
(xy -2.990265 -0.076464)
(xy -2.984924 -0.102897)
(xy -2.971144 -0.118884)
(xy -2.940906 -0.129063)
(xy -2.886192 -0.138068)
(xy -2.882916 -0.138536)
(xy -2.779452 -0.145991)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp dce20476-9e8f-4ca2-9af2-cf8c2795fdeb))
(fp_poly (pts
(xy 6.498828 1.008724)
(xy -6.498828 1.008724)
(xy -6.498828 0.880566)
(xy -6.260821 0.880566)
(xy -6.260527 0.883113)
(xy -6.2574 0.885506)
(xy -6.250448 0.887751)
(xy -6.238676 0.889851)
(xy -6.221094 0.891812)
(xy -6.196706 0.893638)
(xy -6.164521 0.895335)
(xy -6.123546 0.896907)
(xy -6.072787 0.898358)
(xy -6.011252 0.899694)
(xy -5.937948 0.900919)
(xy -5.851882 0.902039)
(xy -5.75206 0.903057)
(xy -5.637491 0.903978)
(xy -5.50718 0.904808)
(xy -5.360136 0.905551)
(xy -5.195364 0.906212)
(xy -5.011873 0.906796)
(xy -4.808669 0.907307)
(xy -4.58476 0.90775)
(xy -4.339152 0.908129)
(xy -4.070852 0.908451)
(xy -3.778868 0.908719)
(xy -3.462207 0.908938)
(xy -3.119875 0.909113)
(xy -2.75088 0.909249)
(xy -2.354228 0.90935)
(xy -1.928928 0.909421)
(xy -1.473986 0.909468)
(xy -0.988408 0.909494)
(xy -0.471203 0.909504)
(xy -0.224994 0.909505)
(xy 5.819558 0.909505)
(xy 5.835943 0.847493)
(xy 5.843118 0.819442)
(xy 5.857441 0.762657)
(xy 5.878073 0.680499)
(xy 5.904172 0.576328)
(xy 5.934897 0.453504)
(xy 5.969406 0.315386)
(xy 6.00686 0.165334)
(xy 6.046417 0.00671)
(xy 6.052211 -0.016536)
(xy 6.091671 -0.174749)
(xy 6.128891 -0.323752)
(xy 6.163071 -0.46036)
(xy 6.193412 -0.581384)
(xy 6.219112 -0.683638)
(xy 6.239372 -0.763936)
(xy 6.253392 -0.81909)
(xy 6.260371 -0.845914)
(xy 6.26082 -0.847493)
(xy 6.260526 -0.85004)
(xy 6.257399 -0.852433)
(xy 6.250447 -0.854678)
(xy 6.238676 -0.856778)
(xy 6.221093 -0.858739)
(xy 6.196706 -0.860565)
(xy 6.164521 -0.862262)
(xy 6.123545 -0.863834)
(xy 6.072787 -0.865285)
(xy 6.011252 -0.866621)
(xy 5.937947 -0.867846)
(xy 5.851881 -0.868966)
(xy 5.752059 -0.869984)
(xy 5.63749 -0.870905)
(xy 5.507179 -0.871735)
(xy 5.360135 -0.872478)
(xy 5.195363 -0.873139)
(xy 5.011872 -0.873723)
(xy 4.808668 -0.874234)
(xy 4.584759 -0.874677)
(xy 4.339151 -0.875057)
(xy 4.070851 -0.875378)
(xy 3.778867 -0.875646)
(xy 3.462206 -0.875865)
(xy 3.119874 -0.87604)
(xy 2.750879 -0.876176)
(xy 2.354228 -0.876277)
(xy 1.928927 -0.876348)
(xy 1.473985 -0.876395)
(xy 0.988407 -0.876421)
(xy 0.471202 -0.876431)
(xy 0.224994 -0.876432)
(xy -5.819559 -0.876432)
(xy -5.835944 -0.814421)
(xy -5.843118 -0.786369)
(xy -5.857442 -0.729585)
(xy -5.878074 -0.647427)
(xy -5.904173 -0.543255)
(xy -5.934897 -0.420431)
(xy -5.969407 -0.282313)
(xy -6.006861 -0.132262)
(xy -6.046418 0.026363)
(xy -6.052212 0.049609)
(xy -6.091672 0.207822)
(xy -6.128892 0.356825)
(xy -6.163072 0.493433)
(xy -6.193412 0.614457)
(xy -6.219113 0.716711)
(xy -6.239373 0.797009)
(xy -6.253392 0.852163)
(xy -6.260372 0.878986)
(xy -6.260821 0.880566)
(xy -6.498828 0.880566)
(xy -6.498828 -0.992187)
(xy 6.498828 -0.992187)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp dd0ad840-af9e-4c68-ace4-87da918544ec))
(fp_poly (pts
(xy 0.370484 -0.14031)
(xy 0.424915 -0.116483)
(xy 0.47954 -0.073144)
(xy 0.514304 -0.017923)
(xy 0.534448 0.058264)
(xy 0.537413 0.078548)
(xy 0.548806 0.165365)
(xy 0.111621 0.165365)
(xy 0.121915 0.219108)
(xy 0.149607 0.285599)
(xy 0.200166 0.333314)
(xy 0.268078 0.360455)
(xy 0.347827 0.365222)
(xy 0.433898 0.345817)
(xy 0.467155 0.331712)
(xy 0.529166 0.301806)
(xy 0.529166 0.354287)
(xy 0.52394 0.392522)
(xy 0.501837 0.414815)
(xy 0.474249 0.426626)
(xy 0.427948 0.437258)
(xy 0.364228 0.444465)
(xy 0.31133 0.446484)
(xy 0.241493 0.443385)
(xy 0.191796 0.432177)
(xy 0.149723 0.409998)
(xy 0.14866 0.409277)
(xy 0.087229 0.360275)
(xy 0.049314 0.308592)
(xy 0.030108 0.244509)
(xy 0.024804 0.15881)
(xy 0.026734 0.090044)
(xy 0.02809 0.081595)
(xy 0.115755 0.081595)
(xy 0.130767 0.091311)
(xy 0.170109 0.097539)
(xy 0.22524 0.100435)
(xy 0.287618 0.100154)
(xy 0.348701 0.09685)
(xy 0.399948 0.090679)
(xy 0.432817 0.081796)
(xy 0.440008 0.075706)
(xy 0.438671 0.041075)
(xy 0.419126 -0.001966)
(xy 0.387909 -0.03988)
(xy 0.381771 -0.044949)
(xy 0.339193 -0.061251)
(xy 0.281873 -0.064347)
(xy 0.225105 -0.054878)
(xy 0.18797 -0.036839)
(xy 0.151397 0.002375)
(xy 0.124475 0.048075)
(xy 0.115755 0.081595)
(xy 0.02809 0.081595)
(xy 0.03448 0.041796)
(xy 0.050976 0.001639)
(xy 0.068804 -0.027562)
(xy 0.128512 -0.091214)
(xy 0.204115 -0.132576)
(xy 0.287483 -0.149618)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp e138d7b7-f460-4174-b2af-412e575ecb99))
(fp_poly (pts
(xy -1.983382 -0.122352)
(xy -1.933087 -0.076379)
(xy -1.916425 -0.046255)
(xy -1.904524 0.000807)
(xy -1.896982 0.076256)
(xy -1.893636 0.182004)
(xy -1.893425 0.223242)
(xy -1.893425 0.438216)
(xy -1.981777 0.44843)
(xy -1.98721 0.224758)
(xy -1.990152 0.130863)
(xy -1.994163 0.064419)
(xy -2.000005 0.019804)
(xy -2.008437 -0.0086)
(xy -2.020219 -0.026415)
(xy -2.021324 -0.027546)
(xy -2.064838 -0.049722)
(xy -2.124263 -0.05259)
(xy -2.188896 -0.036479)
(xy -2.219814 -0.021415)
(xy -2.273763 0.010064)
(xy -2.278377 0.228274)
(xy -2.280437 0.31666)
(xy -2.2829 0.377233)
(xy -2.286796 0.415246)
(xy -2.293153 0.435953)
(xy -2.303 0.444609)
(xy -2.317365 0.446466)
(xy -2.321097 0.446484)
(xy -2.355638 0.442158)
(xy -2.370226 0.43546)
(xy -2.373876 0.416039)
(xy -2.377015 0.369231)
(xy -2.379428 0.300719)
(xy -2.380898 0.216189)
(xy -2.38125 0.146072)
(xy -2.38125 -0.132292)
(xy -2.331641 -0.132292)
(xy -2.292256 -0.124896)
(xy -2.282032 -0.107487)
(xy -2.279934 -0.089208)
(xy -2.268911 -0.085062)
(xy -2.241873 -0.095799)
(xy -2.203668 -0.115755)
(xy -2.125311 -0.143646)
(xy -2.049669 -0.145309)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp e1d4d7fb-f8f1-4139-b190-ad574e40eb5c))
(fp_poly (pts
(xy -1.604037 0.446484)
(xy -1.686719 0.446484)
(xy -1.686719 -0.132292)
(xy -1.604037 -0.132292)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp fdd958c9-b1d8-4624-8bd1-d3a0eb551e7f))
)

View File

@ -0,0 +1,863 @@
(footprint "BF@Logo_BotanicFields_3mm" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 0)
(descr "BotanicFields Logo 3mm height")
(tags "Logo")
(attr board_only exclude_from_pos_files exclude_from_bom)
(fp_text reference "G***" (at 0 0) (layer "F.SilkS") hide
(effects (font (size 1.524 1.524) (thickness 0.3)))
(tstamp 655c646c-58ba-4062-b36c-843cb3c844b6)
)
(fp_text value "LOGO" (at 0.75 0) (layer "F.SilkS") hide
(effects (font (size 1.524 1.524) (thickness 0.3)))
(tstamp eb030f7a-ba8c-4c64-b8fd-fe45ea285ab4)
)
(fp_poly (pts
(xy -2.975073 -0.183528)
(xy -2.89963 -0.114569)
(xy -2.874637 -0.069383)
(xy -2.856786 0.001211)
(xy -2.845473 0.114384)
(xy -2.840454 0.273005)
(xy -2.840137 0.334863)
(xy -2.840137 0.657324)
(xy -2.906401 0.664985)
(xy -2.972665 0.672645)
(xy -2.980815 0.337137)
(xy -2.985227 0.196294)
(xy -2.991245 0.096628)
(xy -3.000008 0.029706)
(xy -3.012655 -0.0129)
(xy -3.030328 -0.039623)
(xy -3.031985 -0.041319)
(xy -3.097257 -0.074583)
(xy -3.186394 -0.078885)
(xy -3.283343 -0.054719)
(xy -3.32972 -0.032123)
(xy -3.410645 0.015096)
(xy -3.417566 0.342411)
(xy -3.420655 0.47499)
(xy -3.42435 0.565849)
(xy -3.430194 0.622869)
(xy -3.439729 0.65393)
(xy -3.454499 0.666913)
(xy -3.476047 0.669699)
(xy -3.481645 0.669726)
(xy -3.533456 0.663236)
(xy -3.555339 0.65319)
(xy -3.560813 0.624058)
(xy -3.565523 0.553846)
(xy -3.569142 0.451079)
(xy -3.571346 0.324284)
(xy -3.571875 0.219108)
(xy -3.571875 -0.198438)
(xy -3.497461 -0.198438)
(xy -3.438383 -0.187345)
(xy -3.423047 -0.161231)
(xy -3.4199 -0.133812)
(xy -3.403367 -0.127594)
(xy -3.36281 -0.143699)
(xy -3.305502 -0.173633)
(xy -3.187966 -0.215469)
(xy -3.074504 -0.217964)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 0b32f20d-6b51-49a5-b592-95faa665a733))
(fp_poly (pts
(xy -4.046532 -0.201694)
(xy -3.947223 -0.154227)
(xy -3.919871 -0.133234)
(xy -3.844727 -0.070004)
(xy -3.844727 0.669726)
(xy -3.906739 0.669726)
(xy -3.955525 0.657948)
(xy -3.96875 0.620953)
(xy -3.971097 0.590521)
(xy -3.986566 0.585953)
(xy -4.027803 0.607053)
(xy -4.049366 0.619702)
(xy -4.16632 0.667913)
(xy -4.288157 0.683267)
(xy -4.396938 0.663775)
(xy -4.407428 0.659376)
(xy -4.488429 0.598999)
(xy -4.539933 0.512317)
(xy -4.55999 0.412762)
(xy -4.559873 0.411894)
(xy -4.415235 0.411894)
(xy -4.393996 0.477388)
(xy -4.337684 0.522231)
(xy -4.257411 0.543891)
(xy -4.164285 0.539837)
(xy -4.069416 0.50754)
(xy -4.048025 0.49555)
(xy -3.998215 0.460799)
(xy -3.975599 0.424458)
(xy -3.971573 0.367178)
(xy -3.973611 0.328211)
(xy -3.981153 0.21084)
(xy -4.092774 0.218533)
(xy -4.237871 0.238798)
(xy -4.338521 0.277298)
(xy -4.396909 0.335344)
(xy -4.415235 0.411894)
(xy -4.559873 0.411894)
(xy -4.546652 0.313768)
(xy -4.497968 0.228767)
(xy -4.47328 0.20565)
(xy -4.387352 0.158535)
(xy -4.269356 0.122548)
(xy -4.136386 0.102165)
(xy -4.066748 0.099219)
(xy -3.99583 0.09052)
(xy -3.969595 0.062462)
(xy -3.986867 0.0121)
(xy -4.015969 -0.028013)
(xy -4.057991 -0.065794)
(xy -4.115142 -0.082903)
(xy -4.183401 -0.086091)
(xy -4.279823 -0.081223)
(xy -4.37436 -0.069353)
(xy -4.39858 -0.064606)
(xy -4.459503 -0.052863)
(xy -4.48494 -0.059697)
(xy -4.487745 -0.092523)
(xy -4.485397 -0.114696)
(xy -4.477386 -0.154345)
(xy -4.456716 -0.178327)
(xy -4.411359 -0.193594)
(xy -4.329288 -0.207103)
(xy -4.324374 -0.207804)
(xy -4.169178 -0.218987)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 10999e15-8844-4044-8296-03dfdd151740))
(fp_poly (pts
(xy 9.748242 1.513086)
(xy -9.748242 1.513086)
(xy -9.748242 1.320849)
(xy -9.391231 1.320849)
(xy -9.39079 1.324669)
(xy -9.3861 1.328259)
(xy -9.375671 1.331626)
(xy -9.358014 1.334776)
(xy -9.33164 1.337717)
(xy -9.295059 1.340457)
(xy -9.246782 1.343002)
(xy -9.185319 1.34536)
(xy -9.109181 1.347537)
(xy -9.016878 1.349541)
(xy -8.906922 1.351379)
(xy -8.777822 1.353058)
(xy -8.62809 1.354585)
(xy -8.456236 1.355967)
(xy -8.26077 1.357212)
(xy -8.040203 1.358327)
(xy -7.793046 1.359318)
(xy -7.517809 1.360193)
(xy -7.213004 1.36096)
(xy -6.877139 1.361624)
(xy -6.508727 1.362194)
(xy -6.106278 1.362676)
(xy -5.668302 1.363078)
(xy -5.19331 1.363407)
(xy -4.679812 1.363669)
(xy -4.126319 1.363873)
(xy -3.531342 1.364025)
(xy -2.893392 1.364132)
(xy -2.210978 1.364201)
(xy -1.482612 1.36424)
(xy -0.706804 1.364256)
(xy -0.337491 1.364258)
(xy 8.729338 1.364258)
(xy 8.753915 1.27124)
(xy 8.764677 1.229163)
(xy 8.786162 1.143986)
(xy 8.81711 1.020749)
(xy 8.856258 0.864492)
(xy 8.902345 0.680255)
(xy 8.95411 0.473078)
(xy 9.010291 0.248001)
(xy 9.069626 0.010065)
(xy 9.078317 -0.024805)
(xy 9.137507 -0.262124)
(xy 9.193337 -0.485629)
(xy 9.244607 -0.69054)
(xy 9.290118 -0.872076)
(xy 9.328668 -1.025458)
(xy 9.359058 -1.145904)
(xy 9.380088 -1.228635)
(xy 9.390557 -1.268871)
(xy 9.39123 -1.27124)
(xy 9.390789 -1.275061)
(xy 9.386099 -1.27865)
(xy 9.375671 -1.282017)
(xy 9.358014 -1.285167)
(xy 9.33164 -1.288109)
(xy 9.295059 -1.290848)
(xy 9.246781 -1.293393)
(xy 9.185318 -1.295751)
(xy 9.10918 -1.297928)
(xy 9.016878 -1.299932)
(xy 8.906921 -1.30177)
(xy 8.777822 -1.303449)
(xy 8.628089 -1.304976)
(xy 8.456235 -1.306358)
(xy 8.260769 -1.307603)
(xy 8.040202 -1.308718)
(xy 7.793045 -1.309709)
(xy 7.517809 -1.310584)
(xy 7.213003 -1.311351)
(xy 6.877139 -1.312015)
(xy 6.508727 -1.312585)
(xy 6.106277 -1.313067)
(xy 5.668301 -1.313469)
(xy 5.193309 -1.313798)
(xy 4.679811 -1.31406)
(xy 4.126319 -1.314264)
(xy 3.531342 -1.314416)
(xy 2.893391 -1.314523)
(xy 2.210977 -1.314592)
(xy 1.482611 -1.314631)
(xy 0.706803 -1.314647)
(xy 0.337491 -1.314649)
(xy -8.729338 -1.314649)
(xy -8.753915 -1.221631)
(xy -8.764677 -1.179554)
(xy -8.786163 -1.094377)
(xy -8.817111 -0.97114)
(xy -8.856259 -0.814883)
(xy -8.902346 -0.630646)
(xy -8.954111 -0.423469)
(xy -9.010291 -0.198393)
(xy -9.069626 0.039544)
(xy -9.078317 0.074414)
(xy -9.137507 0.311733)
(xy -9.193338 0.535238)
(xy -9.244608 0.740149)
(xy -9.290118 0.921685)
(xy -9.328669 1.075067)
(xy -9.359059 1.195513)
(xy -9.380088 1.278244)
(xy -9.390558 1.318479)
(xy -9.391231 1.320849)
(xy -9.748242 1.320849)
(xy -9.748242 -1.488281)
(xy 9.748242 -1.488281)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 26c1110f-f61a-4b54-b309-d1cebe307dc9))
(fp_poly (pts
(xy -2.409738 -0.491946)
(xy -2.385814 -0.470905)
(xy -2.38125 -0.42168)
(xy -2.38609 -0.371684)
(xy -2.410638 -0.351178)
(xy -2.468067 -0.347266)
(xy -2.526395 -0.351414)
(xy -2.550319 -0.372455)
(xy -2.554883 -0.42168)
(xy -2.550043 -0.471676)
(xy -2.525496 -0.492182)
(xy -2.468067 -0.496094)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 2a30a033-a120-41bc-bed0-d2c057cf3260))
(fp_poly (pts
(xy -0.223242 0.669726)
(xy -0.347266 0.669726)
(xy -0.347266 -0.198438)
(xy -0.223242 -0.198438)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 45d63636-2705-4c0f-ba2f-2e07283ce4b1))
(fp_poly (pts
(xy 3.552057 0.451831)
(xy 3.562141 0.469882)
(xy 3.554694 0.50921)
(xy 3.529199 0.576942)
(xy 3.485135 0.680203)
(xy 3.460548 0.736845)
(xy 3.415381 0.835275)
(xy 3.380097 0.895699)
(xy 3.348334 0.926985)
(xy 3.316455 0.937695)
(xy 3.256235 0.945215)
(xy 3.32137 0.702051)
(xy 3.386504 0.458886)
(xy 3.481378 0.451058)
(xy 3.524963 0.447932)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 46505791-a3f5-4584-8a73-e583838c7098))
(fp_poly (pts
(xy -0.226926 -0.491946)
(xy -0.203002 -0.470905)
(xy -0.198438 -0.42168)
(xy -0.203277 -0.371684)
(xy -0.227825 -0.351178)
(xy -0.285254 -0.347266)
(xy -0.343583 -0.351414)
(xy -0.367507 -0.372455)
(xy -0.372071 -0.42168)
(xy -0.367231 -0.471676)
(xy -0.342683 -0.492182)
(xy -0.285254 -0.496094)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 473042bc-fe75-464c-9554-b44b97d35a05))
(fp_poly (pts
(xy 2.908326 -0.199727)
(xy 2.91053 -0.199272)
(xy 2.98945 -0.181381)
(xy 3.031364 -0.163499)
(xy 3.047972 -0.136214)
(xy 3.050973 -0.090111)
(xy 3.050976 -0.086271)
(xy 3.050976 -0.002426)
(xy 2.945556 -0.050278)
(xy 2.825758 -0.089487)
(xy 2.717667 -0.096277)
(xy 2.63193 -0.070671)
(xy 2.604492 -0.04961)
(xy 2.568074 -0.005186)
(xy 2.554883 0.024804)
(xy 2.578341 0.074051)
(xy 2.643359 0.119774)
(xy 2.741906 0.157206)
(xy 2.801869 0.171445)
(xy 2.931991 0.20874)
(xy 3.018165 0.262582)
(xy 3.064299 0.336448)
(xy 3.074992 0.414351)
(xy 3.062719 0.50512)
(xy 3.021214 0.570512)
(xy 2.940724 0.625395)
(xy 2.934386 0.628707)
(xy 2.855388 0.653089)
(xy 2.747682 0.665847)
(xy 2.63091 0.666462)
(xy 2.524715 0.654413)
(xy 2.474267 0.640896)
(xy 2.426196 0.613811)
(xy 2.407873 0.568378)
(xy 2.406054 0.530729)
(xy 2.406054 0.445476)
(xy 2.511474 0.499872)
(xy 2.605989 0.535008)
(xy 2.709368 0.552505)
(xy 2.804976 0.551357)
(xy 2.876173 0.530557)
(xy 2.887658 0.522631)
(xy 2.920425 0.469172)
(xy 2.923207 0.403975)
(xy 2.895056 0.351683)
(xy 2.894255 0.351008)
(xy 2.85263 0.330888)
(xy 2.780952 0.308432)
(xy 2.726824 0.295467)
(xy 2.592508 0.257725)
(xy 2.500633 0.208222)
(xy 2.444612 0.142789)
(xy 2.429365 0.107094)
(xy 2.415426 0.030018)
(xy 2.434564 -0.03882)
(xy 2.435369 -0.040473)
(xy 2.507789 -0.135909)
(xy 2.612266 -0.194769)
(xy 2.746533 -0.216294)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 47e4f908-36f4-4357-be66-add936cfd263))
(fp_poly (pts
(xy -6.951514 -0.495014)
(xy -6.836163 -0.491968)
(xy -6.724976 -0.484861)
(xy -6.63827 -0.475085)
(xy -6.623574 -0.472538)
(xy -6.513274 -0.431661)
(xy -6.438503 -0.363744)
(xy -6.40246 -0.277349)
(xy -6.408342 -0.181042)
(xy -6.45935 -0.083385)
(xy -6.472367 -0.067688)
(xy -6.545125 0.015179)
(xy -6.473595 0.042178)
(xy -6.401162 0.092029)
(xy -6.341086 0.172825)
(xy -6.305409 0.265903)
(xy -6.300484 0.310445)
(xy -6.322944 0.419357)
(xy -6.383448 0.520357)
(xy -6.471279 0.596387)
(xy -6.484835 0.603906)
(xy -6.542671 0.627354)
(xy -6.617763 0.644075)
(xy -6.720644 0.655709)
(xy -6.861848 0.663896)
(xy -6.873236 0.664373)
(xy -7.168555 0.676536)
(xy -7.168555 0.09315)
(xy -7.019727 0.09315)
(xy -7.019727 0.30289)
(xy -7.017891 0.400493)
(xy -7.012998 0.478209)
(xy -7.005975 0.523388)
(xy -7.00319 0.529166)
(xy -6.966182 0.540524)
(xy -6.895799 0.544607)
(xy -6.807687 0.54174)
(xy -6.717495 0.532249)
(xy -6.662516 0.522074)
(xy -6.554545 0.478969)
(xy -6.488112 0.40991)
(xy -6.464167 0.315914)
(xy -6.464102 0.310058)
(xy -6.473892 0.23016)
(xy -6.507588 0.173532)
(xy -6.571675 0.136139)
(xy -6.67264 0.113948)
(xy -6.795698 0.103861)
(xy -7.019727 0.09315)
(xy -7.168555 0.09315)
(xy -7.168555 -0.024805)
(xy -7.021994 -0.024805)
(xy -6.865831 -0.025171)
(xy -6.772493 -0.030191)
(xy -6.691229 -0.042817)
(xy -6.649386 -0.056176)
(xy -6.591924 -0.110576)
(xy -6.565951 -0.188994)
(xy -6.575579 -0.266046)
(xy -6.616229 -0.31114)
(xy -6.69344 -0.345575)
(xy -6.79463 -0.365467)
(xy -6.903382 -0.367223)
(xy -7.007325 -0.359668)
(xy -7.014659 -0.192237)
(xy -7.021994 -0.024805)
(xy -7.168555 -0.024805)
(xy -7.168555 -0.496094)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 4d74bd2c-2585-4560-be43-ca7f84f7567b))
(fp_poly (pts
(xy 5.632153 -0.183528)
(xy 5.707596 -0.114569)
(xy 5.73259 -0.069383)
(xy 5.750441 0.001211)
(xy 5.761753 0.114384)
(xy 5.766772 0.273005)
(xy 5.76709 0.334863)
(xy 5.76709 0.657324)
(xy 5.700826 0.664985)
(xy 5.634562 0.672645)
(xy 5.626412 0.337137)
(xy 5.621999 0.196294)
(xy 5.615982 0.096628)
(xy 5.607219 0.029706)
(xy 5.594571 -0.0129)
(xy 5.576899 -0.039623)
(xy 5.575241 -0.041319)
(xy 5.509969 -0.074583)
(xy 5.420833 -0.078885)
(xy 5.323884 -0.054719)
(xy 5.277506 -0.032123)
(xy 5.196582 0.015096)
(xy 5.189661 0.342411)
(xy 5.186572 0.47499)
(xy 5.182877 0.565849)
(xy 5.177033 0.622869)
(xy 5.167497 0.65393)
(xy 5.152727 0.666913)
(xy 5.13118 0.669699)
(xy 5.125582 0.669726)
(xy 5.07377 0.663236)
(xy 5.051888 0.65319)
(xy 5.046413 0.624058)
(xy 5.041704 0.553846)
(xy 5.038085 0.451079)
(xy 5.035881 0.324284)
(xy 5.035351 0.219108)
(xy 5.035351 -0.198438)
(xy 5.109765 -0.198438)
(xy 5.168843 -0.187345)
(xy 5.184179 -0.161231)
(xy 5.187326 -0.133812)
(xy 5.20386 -0.127594)
(xy 5.244417 -0.143699)
(xy 5.301724 -0.173633)
(xy 5.419261 -0.215469)
(xy 5.532723 -0.217964)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 5f798762-ac61-4866-906f-c2578b0cdce1))
(fp_poly (pts
(xy -5.650459 -0.211619)
(xy -5.539019 -0.159808)
(xy -5.449134 -0.072074)
(xy -5.38768 0.047025)
(xy -5.362578 0.174155)
(xy -5.369561 0.332848)
(xy -5.41161 0.467649)
(xy -5.483677 0.57394)
(xy -5.580715 0.647101)
(xy -5.697677 0.682513)
(xy -5.829517 0.675559)
(xy -5.891114 0.657825)
(xy -6.0084 0.591537)
(xy -6.090569 0.49041)
(xy -6.125465 0.403035)
(xy -6.150553 0.243537)
(xy -6.146174 0.196249)
(xy -5.994601 0.196249)
(xy -5.988744 0.32544)
(xy -5.952938 0.431318)
(xy -5.893716 0.509327)
(xy -5.817612 0.554911)
(xy -5.731161 0.563515)
(xy -5.640896 0.530581)
(xy -5.582272 0.483744)
(xy -5.545642 0.436486)
(xy -5.524267 0.375712)
(xy -5.512787 0.284867)
(xy -5.511417 0.264981)
(xy -5.516402 0.118539)
(xy -5.551448 0.0081)
(xy -5.615397 -0.064486)
(xy -5.707092 -0.097371)
(xy -5.739488 -0.099219)
(xy -5.845337 -0.081863)
(xy -5.921709 -0.028101)
(xy -5.9708 0.064612)
(xy -5.994601 0.196249)
(xy -6.146174 0.196249)
(xy -6.136931 0.096419)
(xy -6.087268 -0.030963)
(xy -6.004235 -0.131251)
(xy -5.910514 -0.189232)
(xy -5.776583 -0.222946)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 845c6319-cc38-4ef1-b99a-1755c517728a))
(fp_poly (pts
(xy -1.695049 -0.214622)
(xy -1.580264 -0.197101)
(xy -1.507909 -0.168134)
(xy -1.471369 -0.123751)
(xy -1.463477 -0.075676)
(xy -1.463477 -0.004268)
(xy -1.586678 -0.056319)
(xy -1.714743 -0.090439)
(xy -1.82507 -0.079996)
(xy -1.913156 -0.027443)
(xy -1.974497 0.064768)
(xy -2.001887 0.16978)
(xy -2.001109 0.266411)
(xy -1.978729 0.367313)
(xy -1.940481 0.455917)
(xy -1.892101 0.515658)
(xy -1.87926 0.524054)
(xy -1.792727 0.547509)
(xy -1.687099 0.544304)
(xy -1.584003 0.516112)
(xy -1.548739 0.498463)
(xy -1.463477 0.448157)
(xy -1.463477 0.531711)
(xy -1.47093 0.592891)
(xy -1.503165 0.626483)
(xy -1.541592 0.642495)
(xy -1.65113 0.66582)
(xy -1.772938 0.668964)
(xy -1.887509 0.653015)
(xy -1.975333 0.619062)
(xy -1.976684 0.618207)
(xy -2.059483 0.538463)
(xy -2.120868 0.425753)
(xy -2.154067 0.294513)
(xy -2.158008 0.231714)
(xy -2.137064 0.082578)
(xy -2.078068 -0.042379)
(xy -1.986776 -0.137606)
(xy -1.868943 -0.197557)
(xy -1.730324 -0.216681)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 877645e8-4f4b-4639-9f0a-613c8bbc27c8))
(fp_poly (pts
(xy 7.085472 0.448867)
(xy 7.110732 0.465016)
(xy 7.11841 0.508433)
(xy 7.118945 0.558105)
(xy 7.117092 0.62669)
(xy 7.104531 0.659167)
(xy 7.070762 0.669038)
(xy 7.032129 0.669726)
(xy 6.978785 0.667343)
(xy 6.953525 0.651194)
(xy 6.945848 0.607777)
(xy 6.945312 0.558105)
(xy 6.947166 0.48952)
(xy 6.959726 0.457043)
(xy 6.993495 0.447173)
(xy 7.032129 0.446484)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 893a4db7-4e71-43ba-ae6c-af0897a9a21b))
(fp_poly (pts
(xy 0.555727 -0.210466)
(xy 0.637373 -0.174725)
(xy 0.71931 -0.109716)
(xy 0.771456 -0.026884)
(xy 0.801672 0.087396)
(xy 0.806119 0.117822)
(xy 0.82321 0.248047)
(xy 0.167431 0.248047)
(xy 0.182873 0.328662)
(xy 0.22441 0.428398)
(xy 0.300249 0.499971)
(xy 0.402117 0.540682)
(xy 0.521741 0.547833)
(xy 0.650847 0.518725)
(xy 0.700732 0.497567)
(xy 0.79375 0.452708)
(xy 0.79375 0.53143)
(xy 0.78591 0.588783)
(xy 0.752755 0.622222)
(xy 0.711373 0.639939)
(xy 0.641922 0.655887)
(xy 0.546342 0.666697)
(xy 0.466995 0.669726)
(xy 0.36224 0.665077)
(xy 0.287694 0.648265)
(xy 0.224585 0.614997)
(xy 0.22299 0.613916)
(xy 0.130844 0.540412)
(xy 0.073971 0.462888)
(xy 0.045162 0.366763)
(xy 0.037207 0.238215)
(xy 0.040102 0.135065)
(xy 0.042137 0.122392)
(xy 0.173633 0.122392)
(xy 0.196151 0.136966)
(xy 0.255164 0.146309)
(xy 0.337861 0.150653)
(xy 0.431427 0.15023)
(xy 0.523052 0.145275)
(xy 0.599922 0.136019)
(xy 0.649226 0.122694)
(xy 0.660012 0.113559)
(xy 0.658006 0.061612)
(xy 0.628689 -0.002949)
(xy 0.581863 -0.05982)
(xy 0.572657 -0.067424)
(xy 0.50879 -0.091876)
(xy 0.42281 -0.09652)
(xy 0.337657 -0.082317)
(xy 0.281956 -0.055259)
(xy 0.227095 0.003562)
(xy 0.186712 0.072113)
(xy 0.173633 0.122392)
(xy 0.042137 0.122392)
(xy 0.051721 0.062694)
(xy 0.076465 0.002458)
(xy 0.103206 -0.041343)
(xy 0.192768 -0.136821)
(xy 0.306173 -0.198864)
(xy 0.431224 -0.224428)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 9d65ace6-2496-43f9-b9e4-5601517236ed))
(fp_poly (pts
(xy 6.465693 -0.214622)
(xy 6.580478 -0.197101)
(xy 6.652834 -0.168134)
(xy 6.689373 -0.123751)
(xy 6.697265 -0.075676)
(xy 6.697265 -0.004268)
(xy 6.574064 -0.056319)
(xy 6.446 -0.090439)
(xy 6.335672 -0.079996)
(xy 6.247587 -0.027443)
(xy 6.186246 0.064768)
(xy 6.158855 0.16978)
(xy 6.159633 0.266411)
(xy 6.182013 0.367313)
(xy 6.220261 0.455917)
(xy 6.268642 0.515658)
(xy 6.281482 0.524054)
(xy 6.368016 0.547509)
(xy 6.473644 0.544304)
(xy 6.576739 0.516112)
(xy 6.612003 0.498463)
(xy 6.697265 0.448157)
(xy 6.697265 0.531711)
(xy 6.689812 0.592891)
(xy 6.657577 0.626483)
(xy 6.61915 0.642495)
(xy 6.509612 0.66582)
(xy 6.387804 0.668964)
(xy 6.273234 0.653015)
(xy 6.185409 0.619062)
(xy 6.184058 0.618207)
(xy 6.101259 0.538463)
(xy 6.039874 0.425753)
(xy 6.006676 0.294513)
(xy 6.002734 0.231714)
(xy 6.023678 0.082578)
(xy 6.082674 -0.042379)
(xy 6.173966 -0.137606)
(xy 6.291799 -0.197557)
(xy 6.430418 -0.216681)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp c0b398d7-8788-4a20-87bc-bdea713a3ba7))
(fp_poly (pts
(xy 1.16582 0.669726)
(xy 1.041797 0.669726)
(xy 1.041797 -0.545703)
(xy 1.16582 -0.545703)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp cc3605b8-e205-42de-9038-8d08f3de9f4f))
(fp_poly (pts
(xy -2.406055 0.669726)
(xy -2.530078 0.669726)
(xy -2.530078 -0.198438)
(xy -2.406055 -0.198438)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp d4bce197-19c2-4362-a568-69669bf5125d))
(fp_poly (pts
(xy -0.533301 -0.483692)
(xy -0.533301 -0.359668)
(xy -1.116211 -0.345692)
(xy -1.116211 -0.024805)
(xy -0.620117 -0.024805)
(xy -0.620117 0.099219)
(xy -1.116211 0.099219)
(xy -1.116211 0.669726)
(xy -1.265039 0.669726)
(xy -1.265039 -0.49742)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp d7bf7063-eabd-4831-8be5-ff41e0c2759c))
(fp_poly (pts
(xy 4.694546 -0.4956)
(xy 4.760162 -0.492351)
(xy 4.795262 -0.483695)
(xy 4.809392 -0.466979)
(xy 4.812098 -0.439553)
(xy 4.812109 -0.434082)
(xy 4.8041 -0.389764)
(xy 4.770055 -0.373551)
(xy 4.737695 -0.372071)
(xy 4.663281 -0.372071)
(xy 4.663281 0.545703)
(xy 4.737695 0.545703)
(xy 4.790877 0.552377)
(xy 4.810332 0.580748)
(xy 4.812109 0.607715)
(xy 4.810331 0.63707)
(xy 4.798634 0.655297)
(xy 4.767471 0.665046)
(xy 4.707296 0.668971)
(xy 4.608561 0.669723)
(xy 4.588867 0.669726)
(xy 4.483188 0.669233)
(xy 4.417572 0.665983)
(xy 4.382472 0.657327)
(xy 4.368342 0.640612)
(xy 4.365636 0.613185)
(xy 4.365625 0.607715)
(xy 4.373634 0.563397)
(xy 4.407679 0.547184)
(xy 4.440039 0.545703)
(xy 4.514453 0.545703)
(xy 4.514453 -0.372071)
(xy 4.440039 -0.372071)
(xy 4.386857 -0.378745)
(xy 4.367402 -0.407116)
(xy 4.365625 -0.434082)
(xy 4.367402 -0.463438)
(xy 4.379099 -0.481664)
(xy 4.410262 -0.491414)
(xy 4.470438 -0.495339)
(xy 4.569172 -0.496091)
(xy 4.588867 -0.496094)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp d80ae72f-321b-40a8-894e-a676dae174eb))
(fp_poly (pts
(xy 2.182812 0.669726)
(xy 2.108398 0.669726)
(xy 2.04932 0.658633)
(xy 2.033984 0.632519)
(xy 2.023064 0.599708)
(xy 1.987212 0.604516)
(xy 1.946486 0.629)
(xy 1.859997 0.665521)
(xy 1.752618 0.679678)
(xy 1.649193 0.668331)
(xy 1.644871 0.667124)
(xy 1.551677 0.616748)
(xy 1.483136 0.532841)
(xy 1.439119 0.424845)
(xy 1.419886 0.304642)
(xy 1.56986 0.304642)
(xy 1.605103 0.426826)
(xy 1.640624 0.482526)
(xy 1.708947 0.532098)
(xy 1.799769 0.54572)
(xy 1.900844 0.522848)
(xy 1.953369 0.496365)
(xy 2.033984 0.447213)
(xy 2.033984 -0.047618)
(xy 1.937012 -0.076672)
(xy 1.815019 -0.092119)
(xy 1.711671 -0.063305)
(xy 1.632589 0.006165)
(xy 1.583398 0.112683)
(xy 1.574611 0.155828)
(xy 1.56986 0.304642)
(xy 1.419886 0.304642)
(xy 1.419496 0.302207)
(xy 1.424138 0.174369)
(xy 1.452917 0.050776)
(xy 1.505702 -0.059128)
(xy 1.582365 -0.145899)
(xy 1.656609 -0.190599)
(xy 1.761939 -0.214592)
(xy 1.882832 -0.212678)
(xy 1.990576 -0.186122)
(xy 2.012583 -0.181801)
(xy 2.025611 -0.197218)
(xy 2.031954 -0.241414)
(xy 2.03391 -0.323428)
(xy 2.033984 -0.357014)
(xy 2.033984 -0.545703)
(xy 2.182812 -0.545703)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp e4f5c6ed-358d-4901-97f2-e2f05e089503))
(fp_poly (pts
(xy -5.011965 -0.441348)
(xy -4.992516 -0.417353)
(xy -4.983312 -0.361625)
(xy -4.9809 -0.328662)
(xy -4.97334 -0.21084)
(xy -4.830713 -0.203401)
(xy -4.750245 -0.197519)
(xy -4.707546 -0.186876)
(xy -4.690782 -0.165813)
(xy -4.688086 -0.135188)
(xy -4.6914 -0.101495)
(xy -4.709097 -0.083303)
(xy -4.752816 -0.07586)
(xy -4.834192 -0.074415)
(xy -4.836914 -0.074414)
(xy -4.985742 -0.074414)
(xy -4.985377 0.167431)
(xy -4.982395 0.310541)
(xy -4.97162 0.411319)
(xy -4.949554 0.476859)
(xy -4.9127 0.514252)
(xy -4.857559 0.530591)
(xy -4.804924 0.533301)
(xy -4.734148 0.535388)
(xy -4.699837 0.546754)
(xy -4.688875 0.575053)
(xy -4.688046 0.601513)
(xy -4.690676 0.639871)
(xy -4.706463 0.660139)
(xy -4.747343 0.667957)
(xy -4.825248 0.668967)
(xy -4.830713 0.668937)
(xy -4.916037 0.663446)
(xy -4.984795 0.650139)
(xy -5.012697 0.637932)
(xy -5.053011 0.598136)
(xy -5.080817 0.545297)
(xy -5.098173 0.470395)
(xy -5.107136 0.364413)
(xy -5.109763 0.218329)
(xy -5.109766 0.21247)
(xy -5.110287 0.089499)
(xy -5.112813 0.007763)
(xy -5.118794 -0.041105)
(xy -5.129675 -0.065477)
(xy -5.146905 -0.073721)
(xy -5.159375 -0.074414)
(xy -5.198929 -0.089723)
(xy -5.208985 -0.133533)
(xy -5.190285 -0.188086)
(xy -5.159375 -0.205625)
(xy -5.127894 -0.22327)
(xy -5.113163 -0.263621)
(xy -5.109766 -0.332541)
(xy -5.107261 -0.402371)
(xy -5.095082 -0.435804)
(xy -5.066234 -0.445981)
(xy -5.049113 -0.446485)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp ecfc7787-1be8-4cca-9449-b088513a217b))
)

View File

@ -0,0 +1,862 @@
(footprint "BF@Logo_BotanicFields_4mm" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 0)
(descr "BotanicFields Logo 4mm height")
(tags "Logo")
(attr board_only exclude_from_pos_files exclude_from_bom)
(fp_text reference "G***" (at 0 0) (layer "F.SilkS") hide
(effects (font (size 1.524 1.524) (thickness 0.3)))
(tstamp 5ef024b4-8d51-48e1-a241-e2d22689bf8a)
)
(fp_text value "LOGO" (at 0.75 0) (layer "F.SilkS") hide
(effects (font (size 1.524 1.524) (thickness 0.3)))
(tstamp 77fabfd3-9e52-48c0-896f-791e14045416)
)
(fp_poly (pts
(xy 0.740969 -0.28062)
(xy 0.84983 -0.232965)
(xy 0.95908 -0.146287)
(xy 1.028608 -0.035845)
(xy 1.068896 0.116529)
(xy 1.074826 0.157097)
(xy 1.097613 0.33073)
(xy 0.223242 0.33073)
(xy 0.24383 0.438217)
(xy 0.299214 0.571199)
(xy 0.400333 0.666629)
(xy 0.536156 0.720911)
(xy 0.695654 0.730445)
(xy 0.867796 0.691635)
(xy 0.93431 0.663424)
(xy 1.058333 0.603612)
(xy 1.058333 0.708574)
(xy 1.047881 0.785045)
(xy 1.003674 0.82963)
(xy 0.948498 0.853252)
(xy 0.855897 0.874517)
(xy 0.728456 0.88893)
(xy 0.62266 0.892969)
(xy 0.482987 0.88677)
(xy 0.383593 0.864354)
(xy 0.299447 0.819997)
(xy 0.29732 0.818555)
(xy 0.174459 0.720551)
(xy 0.098629 0.617185)
(xy 0.060216 0.489018)
(xy 0.049609 0.317621)
(xy 0.053469 0.180088)
(xy 0.056182 0.163191)
(xy 0.23151 0.163191)
(xy 0.261535 0.182623)
(xy 0.340219 0.195079)
(xy 0.450481 0.200871)
(xy 0.575237 0.200308)
(xy 0.697403 0.193701)
(xy 0.799896 0.181359)
(xy 0.865634 0.163593)
(xy 0.880017 0.151413)
(xy 0.877342 0.082151)
(xy 0.838253 -0.003932)
(xy 0.775818 -0.07976)
(xy 0.763543 -0.089898)
(xy 0.678387 -0.122501)
(xy 0.563747 -0.128693)
(xy 0.45021 -0.109755)
(xy 0.375941 -0.073678)
(xy 0.302794 0.00475)
(xy 0.24895 0.096151)
(xy 0.23151 0.163191)
(xy 0.056182 0.163191)
(xy 0.068961 0.083592)
(xy 0.101953 0.003278)
(xy 0.137608 -0.055124)
(xy 0.257024 -0.182427)
(xy 0.40823 -0.265152)
(xy 0.574966 -0.299236)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 0cba0144-fc42-4a4b-9264-8c88da12c1e3))
(fp_poly (pts
(xy -7.533946 -0.282157)
(xy -7.385358 -0.213077)
(xy -7.265512 -0.096098)
(xy -7.183573 0.062701)
(xy -7.150103 0.232207)
(xy -7.159415 0.443798)
(xy -7.21548 0.623533)
(xy -7.311569 0.765254)
(xy -7.440953 0.862802)
(xy -7.596903 0.910019)
(xy -7.772689 0.900747)
(xy -7.854818 0.877101)
(xy -8.011199 0.788717)
(xy -8.120758 0.65388)
(xy -8.167287 0.537381)
(xy -8.200737 0.324717)
(xy -8.194899 0.261666)
(xy -7.992801 0.261666)
(xy -7.984992 0.433921)
(xy -7.937251 0.575092)
(xy -7.858288 0.679104)
(xy -7.756816 0.739883)
(xy -7.641548 0.751354)
(xy -7.521195 0.707442)
(xy -7.443029 0.644993)
(xy -7.394189 0.581983)
(xy -7.365689 0.500951)
(xy -7.350382 0.379823)
(xy -7.348555 0.353309)
(xy -7.355202 0.158053)
(xy -7.40193 0.010801)
(xy -7.487196 -0.085981)
(xy -7.609455 -0.129828)
(xy -7.65265 -0.132291)
(xy -7.793782 -0.10915)
(xy -7.895612 -0.037467)
(xy -7.961067 0.08615)
(xy -7.992801 0.261666)
(xy -8.194899 0.261666)
(xy -8.182574 0.128559)
(xy -8.116357 -0.041283)
(xy -8.005647 -0.175)
(xy -7.880685 -0.252309)
(xy -7.70211 -0.297261)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 1008958d-3592-420d-847b-eaa948e732bf))
(fp_poly (pts
(xy 2.910416 0.892969)
(xy 2.811198 0.892969)
(xy 2.732427 0.878179)
(xy 2.711979 0.84336)
(xy 2.697418 0.799612)
(xy 2.649616 0.806022)
(xy 2.595314 0.838667)
(xy 2.479996 0.887362)
(xy 2.336824 0.906238)
(xy 2.198925 0.891109)
(xy 2.193161 0.8895)
(xy 2.068903 0.822332)
(xy 1.977515 0.710455)
(xy 1.918825 0.566461)
(xy 1.893181 0.406191)
(xy 2.093146 0.406191)
(xy 2.140138 0.569102)
(xy 2.187499 0.643369)
(xy 2.278596 0.709465)
(xy 2.399692 0.727627)
(xy 2.534459 0.697132)
(xy 2.604492 0.661821)
(xy 2.711979 0.596285)
(xy 2.711979 -0.06349)
(xy 2.582683 -0.102228)
(xy 2.420026 -0.122825)
(xy 2.282228 -0.084406)
(xy 2.176786 0.008221)
(xy 2.111198 0.150245)
(xy 2.099481 0.207772)
(xy 2.093146 0.406191)
(xy 1.893181 0.406191)
(xy 1.892661 0.402943)
(xy 1.898851 0.232492)
(xy 1.937223 0.067702)
(xy 2.007603 -0.078837)
(xy 2.109821 -0.194531)
(xy 2.208812 -0.254132)
(xy 2.349252 -0.286121)
(xy 2.510443 -0.28357)
(xy 2.654101 -0.248162)
(xy 2.683445 -0.2424)
(xy 2.700814 -0.262957)
(xy 2.709272 -0.321884)
(xy 2.71188 -0.431236)
(xy 2.711979 -0.476018)
(xy 2.711979 -0.727604)
(xy 2.910416 -0.727604)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 2f1dbf2d-7d3b-487e-9e95-a12fe4a96582))
(fp_poly (pts
(xy 3.877768 -0.266302)
(xy 3.880707 -0.265696)
(xy 3.985934 -0.24184)
(xy 4.041819 -0.217998)
(xy 4.063962 -0.181617)
(xy 4.067965 -0.120147)
(xy 4.067969 -0.115027)
(xy 4.067969 -0.003234)
(xy 3.927409 -0.067036)
(xy 3.767677 -0.119315)
(xy 3.623556 -0.128369)
(xy 3.50924 -0.094227)
(xy 3.472656 -0.066145)
(xy 3.424098 -0.006914)
(xy 3.40651 0.033073)
(xy 3.437788 0.098735)
(xy 3.524479 0.1597)
(xy 3.655875 0.209608)
(xy 3.735826 0.228594)
(xy 3.909322 0.27832)
(xy 4.02422 0.35011)
(xy 4.085732 0.448598)
(xy 4.09999 0.552469)
(xy 4.083626 0.673495)
(xy 4.028286 0.760683)
(xy 3.920966 0.83386)
(xy 3.912515 0.838277)
(xy 3.807184 0.870786)
(xy 3.663576 0.887796)
(xy 3.50788 0.888616)
(xy 3.366286 0.872551)
(xy 3.299023 0.854529)
(xy 3.234928 0.818416)
(xy 3.210498 0.757838)
(xy 3.208073 0.70764)
(xy 3.208073 0.593969)
(xy 3.348633 0.666497)
(xy 3.474652 0.713345)
(xy 3.612491 0.736674)
(xy 3.739968 0.735144)
(xy 3.834898 0.707411)
(xy 3.85021 0.696842)
(xy 3.893901 0.625563)
(xy 3.89761 0.538634)
(xy 3.860074 0.468911)
(xy 3.859007 0.468011)
(xy 3.803507 0.441185)
(xy 3.707937 0.411243)
(xy 3.635765 0.393957)
(xy 3.456678 0.343634)
(xy 3.334177 0.277631)
(xy 3.259483 0.190387)
(xy 3.239153 0.142792)
(xy 3.220569 0.040025)
(xy 3.246086 -0.051759)
(xy 3.247159 -0.053963)
(xy 3.343719 -0.181212)
(xy 3.483021 -0.259691)
(xy 3.662045 -0.288391)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 35b37e62-99fa-4128-80fc-864c6cb067e0))
(fp_poly (pts
(xy 12.997656 2.017448)
(xy -12.997656 2.017448)
(xy -12.997656 1.761133)
(xy -12.521641 1.761133)
(xy -12.521053 1.766227)
(xy -12.5148 1.771013)
(xy -12.500895 1.775502)
(xy -12.477352 1.779702)
(xy -12.442187 1.783624)
(xy -12.393412 1.787277)
(xy -12.329042 1.79067)
(xy -12.247092 1.793814)
(xy -12.145574 1.796717)
(xy -12.022504 1.799389)
(xy -11.875896 1.801839)
(xy -11.703763 1.804078)
(xy -11.50412 1.806114)
(xy -11.274981 1.807957)
(xy -11.01436 1.809617)
(xy -10.720271 1.811103)
(xy -10.390728 1.812425)
(xy -10.023746 1.813592)
(xy -9.617338 1.814614)
(xy -9.169519 1.8155)
(xy -8.678303 1.816259)
(xy -8.141704 1.816902)
(xy -7.557735 1.817438)
(xy -6.924413 1.817876)
(xy -6.239749 1.818227)
(xy -5.501759 1.818498)
(xy -4.708456 1.8187)
(xy -3.857856 1.818843)
(xy -2.947971 1.818936)
(xy -1.976816 1.818988)
(xy -0.942405 1.819009)
(xy -0.449988 1.819011)
(xy 11.639117 1.819011)
(xy 11.671886 1.694987)
(xy 11.686236 1.638885)
(xy 11.714883 1.525315)
(xy 11.756147 1.360999)
(xy 11.808344 1.152657)
(xy 11.869794 0.907008)
(xy 11.938813 0.630772)
(xy 12.013721 0.330669)
(xy 12.092834 0.01342)
(xy 12.104422 -0.033072)
(xy 12.183342 -0.349498)
(xy 12.257783 -0.647504)
(xy 12.326143 -0.920719)
(xy 12.386824 -1.162767)
(xy 12.438224 -1.367276)
(xy 12.478744 -1.527871)
(xy 12.506784 -1.63818)
(xy 12.520743 -1.691827)
(xy 12.521641 -1.694986)
(xy 12.521053 -1.70008)
(xy 12.514799 -1.704866)
(xy 12.500894 -1.709355)
(xy 12.477352 -1.713555)
(xy 12.442186 -1.717477)
(xy 12.393412 -1.72113)
(xy 12.329042 -1.724523)
(xy 12.247091 -1.727667)
(xy 12.145574 -1.73057)
(xy 12.022504 -1.733242)
(xy 11.875895 -1.735692)
(xy 11.703762 -1.737931)
(xy 11.504119 -1.739967)
(xy 11.27498 -1.74181)
(xy 11.014359 -1.74347)
(xy 10.72027 -1.744956)
(xy 10.390727 -1.746278)
(xy 10.023745 -1.747445)
(xy 9.617337 -1.748467)
(xy 9.169518 -1.749353)
(xy 8.678302 -1.750113)
(xy 8.141703 -1.750756)
(xy 7.557735 -1.751291)
(xy 6.924412 -1.75173)
(xy 6.239748 -1.75208)
(xy 5.501758 -1.752351)
(xy 4.708456 -1.752553)
(xy 3.857855 -1.752696)
(xy 2.94797 -1.752789)
(xy 1.976815 -1.752841)
(xy 0.942404 -1.752862)
(xy 0.449988 -1.752864)
(xy -11.639117 -1.752864)
(xy -11.671887 -1.628841)
(xy -11.686236 -1.572738)
(xy -11.714884 -1.459169)
(xy -11.756147 -1.294853)
(xy -11.808345 -1.08651)
(xy -11.869794 -0.840861)
(xy -11.938814 -0.564625)
(xy -12.013721 -0.264523)
(xy -12.092835 0.052727)
(xy -12.104423 0.099219)
(xy -12.183343 0.415644)
(xy -12.257783 0.713651)
(xy -12.326144 0.986866)
(xy -12.386824 1.228914)
(xy -12.438225 1.433423)
(xy -12.478745 1.594018)
(xy -12.506784 1.704326)
(xy -12.520743 1.757973)
(xy -12.521641 1.761133)
(xy -12.997656 1.761133)
(xy -12.997656 -1.984374)
(xy 12.997656 -1.984374)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 3cc83013-f0ee-4668-82b6-217b36e8d21e))
(fp_poly (pts
(xy 6.259394 -0.660799)
(xy 6.346883 -0.656467)
(xy 6.393682 -0.644925)
(xy 6.412522 -0.622638)
(xy 6.416131 -0.58607)
(xy 6.416146 -0.578776)
(xy 6.405467 -0.519685)
(xy 6.360073 -0.498068)
(xy 6.316927 -0.496093)
(xy 6.217708 -0.496093)
(xy 6.217708 0.727605)
(xy 6.316927 0.727605)
(xy 6.387836 0.736504)
(xy 6.413776 0.774332)
(xy 6.416146 0.810287)
(xy 6.413775 0.849427)
(xy 6.398179 0.87373)
(xy 6.356629 0.886729)
(xy 6.276395 0.891963)
(xy 6.144749 0.892965)
(xy 6.118489 0.892969)
(xy 5.977584 0.892311)
(xy 5.890096 0.887979)
(xy 5.843296 0.876437)
(xy 5.824456 0.85415)
(xy 5.820848 0.817581)
(xy 5.820833 0.810287)
(xy 5.831512 0.751196)
(xy 5.876906 0.729579)
(xy 5.920052 0.727605)
(xy 6.019271 0.727605)
(xy 6.019271 -0.496093)
(xy 5.920052 -0.496093)
(xy 5.849143 -0.504992)
(xy 5.823203 -0.54282)
(xy 5.820833 -0.578776)
(xy 5.823203 -0.617916)
(xy 5.838799 -0.642218)
(xy 5.88035 -0.655218)
(xy 5.960584 -0.660451)
(xy 6.09223 -0.661454)
(xy 6.118489 -0.661458)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 3d51a494-8849-499e-b066-a77d7efb3549))
(fp_poly (pts
(xy -2.260065 -0.286162)
(xy -2.107019 -0.262801)
(xy -2.010545 -0.224177)
(xy -1.961825 -0.165001)
(xy -1.951302 -0.1009)
(xy -1.951302 -0.00569)
(xy -2.115571 -0.075091)
(xy -2.286323 -0.120584)
(xy -2.433426 -0.10666)
(xy -2.550874 -0.03659)
(xy -2.632662 0.086358)
(xy -2.669183 0.226374)
(xy -2.668145 0.355216)
(xy -2.638305 0.489751)
(xy -2.587308 0.607891)
(xy -2.522801 0.687545)
(xy -2.50568 0.698739)
(xy -2.390302 0.730013)
(xy -2.249465 0.725739)
(xy -2.112004 0.68815)
(xy -2.064986 0.664619)
(xy -1.951302 0.597544)
(xy -1.951302 0.708948)
(xy -1.96124 0.790522)
(xy -2.00422 0.835312)
(xy -2.055456 0.856661)
(xy -2.201506 0.887761)
(xy -2.363917 0.891953)
(xy -2.516678 0.870688)
(xy -2.633778 0.825417)
(xy -2.635578 0.824277)
(xy -2.745978 0.717951)
(xy -2.827824 0.567672)
(xy -2.872089 0.392685)
(xy -2.877344 0.308953)
(xy -2.849418 0.110105)
(xy -2.770757 -0.056504)
(xy -2.649035 -0.183474)
(xy -2.491924 -0.263408)
(xy -2.307099 -0.288907)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 3f13df82-c3c9-4e2b-a60b-039738b44e64))
(fp_poly (pts
(xy -5.395376 -0.268924)
(xy -5.262964 -0.205635)
(xy -5.226495 -0.177645)
(xy -5.126302 -0.093338)
(xy -5.126302 0.892969)
(xy -5.208985 0.892969)
(xy -5.274034 0.877264)
(xy -5.291667 0.827939)
(xy -5.294796 0.787362)
(xy -5.315422 0.781271)
(xy -5.370404 0.809405)
(xy -5.399154 0.82627)
(xy -5.555093 0.890552)
(xy -5.717542 0.911023)
(xy -5.862583 0.885034)
(xy -5.876571 0.879169)
(xy -5.984572 0.798667)
(xy -6.053243 0.68309)
(xy -6.079987 0.55035)
(xy -6.079831 0.549193)
(xy -5.886979 0.549193)
(xy -5.858661 0.636519)
(xy -5.783579 0.696309)
(xy -5.676548 0.725189)
(xy -5.55238 0.719784)
(xy -5.425887 0.67672)
(xy -5.397366 0.660734)
(xy -5.330953 0.614399)
(xy -5.300799 0.565945)
(xy -5.295431 0.489572)
(xy -5.298148 0.437616)
(xy -5.308203 0.28112)
(xy -5.457032 0.291379)
(xy -5.650495 0.318398)
(xy -5.784695 0.369731)
(xy -5.862546 0.447127)
(xy -5.886979 0.549193)
(xy -6.079831 0.549193)
(xy -6.062202 0.418358)
(xy -5.99729 0.305023)
(xy -5.964373 0.274201)
(xy -5.849802 0.21138)
(xy -5.692475 0.163398)
(xy -5.515181 0.136221)
(xy -5.422331 0.132292)
(xy -5.327774 0.120695)
(xy -5.292793 0.083284)
(xy -5.315823 0.016134)
(xy -5.354625 -0.037349)
(xy -5.410654 -0.087724)
(xy -5.486856 -0.110536)
(xy -5.577868 -0.114787)
(xy -5.706431 -0.108297)
(xy -5.83248 -0.092469)
(xy -5.864774 -0.086141)
(xy -5.946004 -0.070483)
(xy -5.97992 -0.079595)
(xy -5.98366 -0.123363)
(xy -5.980529 -0.152928)
(xy -5.969848 -0.205793)
(xy -5.942288 -0.237768)
(xy -5.881812 -0.258125)
(xy -5.772384 -0.276136)
(xy -5.765832 -0.277071)
(xy -5.558904 -0.291981)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 45e72ad6-3cd2-4b48-9670-05c6597a3d92))
(fp_poly (pts
(xy -6.682619 -0.588463)
(xy -6.656688 -0.55647)
(xy -6.644416 -0.482166)
(xy -6.6412 -0.438216)
(xy -6.63112 -0.281119)
(xy -6.440951 -0.271201)
(xy -6.33366 -0.263358)
(xy -6.276728 -0.249168)
(xy -6.254376 -0.221084)
(xy -6.250782 -0.18025)
(xy -6.255199 -0.135326)
(xy -6.278796 -0.11107)
(xy -6.337088 -0.101146)
(xy -6.44559 -0.099219)
(xy -6.449219 -0.099218)
(xy -6.647656 -0.099218)
(xy -6.647169 0.223243)
(xy -6.643193 0.414055)
(xy -6.628826 0.548426)
(xy -6.599405 0.635813)
(xy -6.550266 0.685671)
(xy -6.476745 0.707456)
(xy -6.406566 0.711068)
(xy -6.312197 0.713851)
(xy -6.266449 0.729006)
(xy -6.251833 0.766738)
(xy -6.250728 0.802019)
(xy -6.254234 0.853162)
(xy -6.275284 0.880186)
(xy -6.32979 0.890611)
(xy -6.433664 0.891956)
(xy -6.440951 0.891917)
(xy -6.554716 0.884595)
(xy -6.646394 0.866853)
(xy -6.683595 0.850576)
(xy -6.737348 0.797515)
(xy -6.774423 0.727063)
(xy -6.797564 0.627195)
(xy -6.809514 0.485884)
(xy -6.813018 0.291106)
(xy -6.813021 0.283295)
(xy -6.813715 0.119332)
(xy -6.817084 0.010352)
(xy -6.825058 -0.054806)
(xy -6.839567 -0.087302)
(xy -6.86254 -0.098294)
(xy -6.879167 -0.099218)
(xy -6.931906 -0.11963)
(xy -6.945313 -0.178043)
(xy -6.92038 -0.25078)
(xy -6.879167 -0.274166)
(xy -6.837191 -0.297692)
(xy -6.81755 -0.351494)
(xy -6.813021 -0.443388)
(xy -6.809681 -0.536494)
(xy -6.793442 -0.581071)
(xy -6.754979 -0.594641)
(xy -6.732151 -0.595312)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 47d55243-182c-4c97-8082-6b0be17117fa))
(fp_poly (pts
(xy -0.302567 -0.655927)
(xy -0.270669 -0.627872)
(xy -0.264584 -0.562239)
(xy -0.271036 -0.495578)
(xy -0.303767 -0.468236)
(xy -0.380339 -0.46302)
(xy -0.45811 -0.468551)
(xy -0.490009 -0.496606)
(xy -0.496094 -0.562239)
(xy -0.489641 -0.6289)
(xy -0.456911 -0.656242)
(xy -0.380339 -0.661458)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 4cdaf44e-1bb0-43da-8177-12f87026f500))
(fp_poly (pts
(xy -3.212984 -0.655927)
(xy -3.181085 -0.627872)
(xy -3.175 -0.562239)
(xy -3.181453 -0.495578)
(xy -3.214184 -0.468236)
(xy -3.290755 -0.46302)
(xy -3.368527 -0.468551)
(xy -3.400426 -0.496606)
(xy -3.406511 -0.562239)
(xy -3.400058 -0.6289)
(xy -3.367327 -0.656242)
(xy -3.290755 -0.661458)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 5cea4173-5bcc-48b2-b84a-56ec52154711))
(fp_poly (pts
(xy 4.736076 0.602443)
(xy 4.749521 0.62651)
(xy 4.739593 0.678948)
(xy 4.705599 0.769256)
(xy 4.646847 0.906938)
(xy 4.614064 0.982461)
(xy 4.553842 1.113701)
(xy 4.506797 1.194267)
(xy 4.464446 1.235981)
(xy 4.42194 1.250261)
(xy 4.341647 1.260287)
(xy 4.515339 0.611849)
(xy 4.641837 0.601411)
(xy 4.699951 0.597243)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 6436e6ca-b335-47d6-b9bb-4401be3af9fd))
(fp_poly (pts
(xy -0.297656 0.892969)
(xy -0.463021 0.892969)
(xy -0.463021 -0.264583)
(xy -0.297656 -0.264583)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 69428943-8ad9-487f-8ff3-f76209f495cf))
(fp_poly (pts
(xy -9.268685 -0.660017)
(xy -9.114884 -0.655957)
(xy -8.966635 -0.646481)
(xy -8.851027 -0.633446)
(xy -8.831432 -0.63005)
(xy -8.684366 -0.575547)
(xy -8.584671 -0.484991)
(xy -8.536613 -0.369798)
(xy -8.544456 -0.241388)
(xy -8.612466 -0.11118)
(xy -8.629823 -0.09025)
(xy -8.726834 0.020239)
(xy -8.63146 0.056238)
(xy -8.534883 0.122706)
(xy -8.454781 0.230434)
(xy -8.407212 0.354538)
(xy -8.400645 0.413928)
(xy -8.430592 0.559144)
(xy -8.511264 0.693811)
(xy -8.628372 0.795183)
(xy -8.646446 0.805208)
(xy -8.723561 0.836473)
(xy -8.823684 0.858768)
(xy -8.960859 0.87428)
(xy -9.149131 0.885195)
(xy -9.164314 0.885832)
(xy -9.558073 0.902049)
(xy -9.558073 0.124201)
(xy -9.359636 0.124201)
(xy -9.359636 0.403854)
(xy -9.357187 0.533992)
(xy -9.350664 0.637612)
(xy -9.341299 0.697851)
(xy -9.337587 0.705556)
(xy -9.288243 0.7207)
(xy -9.194398 0.726143)
(xy -9.076916 0.72232)
(xy -8.95666 0.709666)
(xy -8.883354 0.6961)
(xy -8.739394 0.638626)
(xy -8.650816 0.546548)
(xy -8.618889 0.421219)
(xy -8.618802 0.413412)
(xy -8.631856 0.306881)
(xy -8.676783 0.231376)
(xy -8.762233 0.181519)
(xy -8.896854 0.151932)
(xy -9.060931 0.138483)
(xy -9.359636 0.124201)
(xy -9.558073 0.124201)
(xy -9.558073 -0.033072)
(xy -9.362658 -0.033072)
(xy -9.154441 -0.03356)
(xy -9.029991 -0.040253)
(xy -8.921639 -0.057089)
(xy -8.865848 -0.074901)
(xy -8.789231 -0.147434)
(xy -8.754601 -0.251991)
(xy -8.767439 -0.354728)
(xy -8.821638 -0.414853)
(xy -8.924586 -0.460766)
(xy -9.059506 -0.487288)
(xy -9.20451 -0.48963)
(xy -9.343099 -0.479557)
(xy -9.352879 -0.256315)
(xy -9.362658 -0.033072)
(xy -9.558073 -0.033072)
(xy -9.558073 -0.661458)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 6fe73cee-4542-4837-82ad-be332531d533))
(fp_poly (pts
(xy 7.509538 -0.244703)
(xy 7.610128 -0.152758)
(xy 7.643453 -0.09251)
(xy 7.667254 0.001615)
(xy 7.682338 0.152513)
(xy 7.68903 0.364008)
(xy 7.689453 0.446485)
(xy 7.689453 0.876433)
(xy 7.512749 0.896861)
(xy 7.501882 0.449517)
(xy 7.495999 0.261727)
(xy 7.487976 0.128838)
(xy 7.476292 0.039609)
(xy 7.459428 -0.0172)
(xy 7.435865 -0.05283)
(xy 7.433655 -0.055092)
(xy 7.346626 -0.099443)
(xy 7.227777 -0.105179)
(xy 7.098512 -0.072958)
(xy 7.036675 -0.04283)
(xy 6.928776 0.020129)
(xy 6.919548 0.456549)
(xy 6.915429 0.633321)
(xy 6.910503 0.754466)
(xy 6.902711 0.830492)
(xy 6.889997 0.871907)
(xy 6.870303 0.889218)
(xy 6.841573 0.892933)
(xy 6.834109 0.892969)
(xy 6.765027 0.884316)
(xy 6.73585 0.870921)
(xy 6.728551 0.832079)
(xy 6.722272 0.738462)
(xy 6.717447 0.601439)
(xy 6.714508 0.432379)
(xy 6.713802 0.292145)
(xy 6.713802 -0.264583)
(xy 6.813021 -0.264583)
(xy 6.891791 -0.249792)
(xy 6.912239 -0.214973)
(xy 6.916435 -0.178415)
(xy 6.93848 -0.170124)
(xy 6.992556 -0.191598)
(xy 7.068966 -0.23151)
(xy 7.225681 -0.287291)
(xy 7.376964 -0.290618)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 8b93d64a-91aa-45d2-83c2-e131859ca9d0))
(fp_poly (pts
(xy -1.198893 -0.654074)
(xy -0.711068 -0.644921)
(xy -0.711068 -0.479557)
(xy -1.099675 -0.470239)
(xy -1.488281 -0.460921)
(xy -1.488281 -0.033072)
(xy -0.826823 -0.033072)
(xy -0.826823 0.132292)
(xy -1.488281 0.132292)
(xy -1.488281 0.892969)
(xy -1.686719 0.892969)
(xy -1.686719 -0.663226)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 9c3c0ee7-badb-4dad-b099-698eda361768))
(fp_poly (pts
(xy -3.208073 0.892969)
(xy -3.373438 0.892969)
(xy -3.373438 -0.264583)
(xy -3.208073 -0.264583)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp a395011c-1396-48f9-9e75-78706360055c))
(fp_poly (pts
(xy 8.620925 -0.286162)
(xy 8.773971 -0.262801)
(xy 8.870445 -0.224177)
(xy 8.919165 -0.165001)
(xy 8.929687 -0.1009)
(xy 8.929687 -0.00569)
(xy 8.765419 -0.075091)
(xy 8.594666 -0.120584)
(xy 8.447563 -0.10666)
(xy 8.330116 -0.03659)
(xy 8.248328 0.086358)
(xy 8.211807 0.226374)
(xy 8.212845 0.355216)
(xy 8.242685 0.489751)
(xy 8.293681 0.607891)
(xy 8.358189 0.687545)
(xy 8.375309 0.698739)
(xy 8.490688 0.730013)
(xy 8.631525 0.725739)
(xy 8.768986 0.68815)
(xy 8.816004 0.664619)
(xy 8.929687 0.597544)
(xy 8.929687 0.708948)
(xy 8.91975 0.790522)
(xy 8.87677 0.835312)
(xy 8.825533 0.856661)
(xy 8.679483 0.887761)
(xy 8.517072 0.891953)
(xy 8.364312 0.870688)
(xy 8.247212 0.825417)
(xy 8.245411 0.824277)
(xy 8.135012 0.717951)
(xy 8.053165 0.567672)
(xy 8.008901 0.392685)
(xy 8.003646 0.308953)
(xy 8.031571 0.110105)
(xy 8.110232 -0.056504)
(xy 8.231955 -0.183474)
(xy 8.389066 -0.263408)
(xy 8.57389 -0.288907)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp ae2cf534-5a01-47ad-9239-03dbcb1201d3))
(fp_poly (pts
(xy 1.554427 0.892969)
(xy 1.389062 0.892969)
(xy 1.389062 -0.727604)
(xy 1.554427 -0.727604)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp bd2cf553-cd43-45d9-a474-15ae6f9116ed))
(fp_poly (pts
(xy -3.966764 -0.244703)
(xy -3.866174 -0.152758)
(xy -3.832849 -0.09251)
(xy -3.809048 0.001615)
(xy -3.793964 0.152513)
(xy -3.787272 0.364008)
(xy -3.786849 0.446485)
(xy -3.786849 0.876433)
(xy -3.963553 0.896861)
(xy -3.97442 0.449517)
(xy -3.980303 0.261727)
(xy -3.988326 0.128838)
(xy -4.00001 0.039609)
(xy -4.016874 -0.0172)
(xy -4.040437 -0.05283)
(xy -4.042647 -0.055092)
(xy -4.129676 -0.099443)
(xy -4.248525 -0.105179)
(xy -4.377791 -0.072958)
(xy -4.439627 -0.04283)
(xy -4.547526 0.020129)
(xy -4.556754 0.456549)
(xy -4.560873 0.633321)
(xy -4.565799 0.754466)
(xy -4.573591 0.830492)
(xy -4.586305 0.871907)
(xy -4.605999 0.889218)
(xy -4.634729 0.892933)
(xy -4.642193 0.892969)
(xy -4.711275 0.884316)
(xy -4.740452 0.870921)
(xy -4.747751 0.832079)
(xy -4.75403 0.738462)
(xy -4.758856 0.601439)
(xy -4.761795 0.432379)
(xy -4.7625 0.292145)
(xy -4.7625 -0.264583)
(xy -4.663282 -0.264583)
(xy -4.584511 -0.249792)
(xy -4.564063 -0.214973)
(xy -4.559867 -0.178415)
(xy -4.537822 -0.170124)
(xy -4.483746 -0.191598)
(xy -4.407336 -0.23151)
(xy -4.250621 -0.287291)
(xy -4.099338 -0.290618)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp e21a6e8e-8d12-45e4-b4e0-cc41822e1db8))
(fp_poly (pts
(xy 9.447297 0.59849)
(xy 9.480977 0.620023)
(xy 9.491213 0.677912)
(xy 9.491927 0.744141)
(xy 9.489456 0.835588)
(xy 9.472708 0.87889)
(xy 9.427683 0.892051)
(xy 9.376172 0.892969)
(xy 9.305047 0.889792)
(xy 9.271367 0.86826)
(xy 9.26113 0.81037)
(xy 9.260416 0.744141)
(xy 9.262888 0.652695)
(xy 9.279635 0.609392)
(xy 9.32466 0.596231)
(xy 9.376172 0.595313)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp eb9f5262-f637-4ba4-bf00-e0248e8563f0))
)

View File

@ -0,0 +1,864 @@
(footprint "BF@Logo_BotanicFields_5mm" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 0)
(descr "BotanicFields Logo 5mm height")
(tags "Logo")
(attr board_only exclude_from_pos_files exclude_from_bom)
(fp_text reference "G***" (at 0 0) (layer "F.SilkS") hide
(effects (font (size 1.524 1.524) (thickness 0.3)))
(tstamp dff5f545-7f6f-47e3-9ee8-b241e4f58718)
)
(fp_text value "LOGO" (at 0.75 0) (layer "F.SilkS") hide
(effects (font (size 1.524 1.524) (thickness 0.3)))
(tstamp 3d56eb58-4154-4f47-91c2-a1fc1fdfca28)
)
(fp_poly (pts
(xy 4.850368 -0.333095)
(xy 4.854045 -0.332336)
(xy 4.985664 -0.302497)
(xy 5.055566 -0.272675)
(xy 5.083263 -0.22717)
(xy 5.088269 -0.150282)
(xy 5.088274 -0.143878)
(xy 5.088274 -0.004045)
(xy 4.91246 -0.08385)
(xy 4.712665 -0.149241)
(xy 4.532397 -0.160566)
(xy 4.389408 -0.117861)
(xy 4.343648 -0.082736)
(xy 4.282912 -0.008648)
(xy 4.260912 0.041368)
(xy 4.300034 0.123499)
(xy 4.40847 0.199754)
(xy 4.572821 0.262181)
(xy 4.672825 0.285928)
(xy 4.889836 0.348127)
(xy 5.033553 0.437923)
(xy 5.110493 0.561113)
(xy 5.128326 0.691035)
(xy 5.107858 0.842416)
(xy 5.038639 0.951473)
(xy 4.904401 1.043004)
(xy 4.89383 1.048529)
(xy 4.762081 1.089191)
(xy 4.582454 1.110468)
(xy 4.387707 1.111493)
(xy 4.2106 1.091399)
(xy 4.126466 1.068857)
(xy 4.046295 1.023686)
(xy 4.015737 0.947914)
(xy 4.012704 0.885126)
(xy 4.012704 0.742944)
(xy 4.188518 0.833663)
(xy 4.346145 0.892261)
(xy 4.518556 0.921442)
(xy 4.678006 0.919528)
(xy 4.796746 0.884839)
(xy 4.815899 0.87162)
(xy 4.870547 0.782463)
(xy 4.875186 0.67373)
(xy 4.828237 0.58652)
(xy 4.826902 0.585395)
(xy 4.757482 0.55184)
(xy 4.637941 0.514388)
(xy 4.547667 0.492767)
(xy 4.323663 0.429822)
(xy 4.170437 0.347264)
(xy 4.077009 0.238138)
(xy 4.05158 0.178606)
(xy 4.028334 0.050064)
(xy 4.060251 -0.064742)
(xy 4.061593 -0.067499)
(xy 4.182372 -0.226663)
(xy 4.356614 -0.324825)
(xy 4.580539 -0.360724)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 12b2f390-1885-4274-ad28-b62ab1794dc5))
(fp_poly (pts
(xy -0.372312 1.116938)
(xy -0.579153 1.116938)
(xy -0.579153 -0.330944)
(xy -0.372312 -0.330944)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 160fc6b5-ae2f-44a4-93fe-9aba8d06eb6c))
(fp_poly (pts
(xy 5.923952 0.753543)
(xy 5.940769 0.783647)
(xy 5.928351 0.849237)
(xy 5.885831 0.962196)
(xy 5.812343 1.134411)
(xy 5.771338 1.228876)
(xy 5.696011 1.393033)
(xy 5.637167 1.493805)
(xy 5.584193 1.545983)
(xy 5.531027 1.563844)
(xy 5.430595 1.576385)
(xy 5.539223 1.170847)
(xy 5.647851 0.76531)
(xy 5.806077 0.752253)
(xy 5.878766 0.74704)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 25d0eb68-6c07-4891-bbce-1380e1a0f021))
(fp_poly (pts
(xy -9.423567 -0.352927)
(xy -9.237711 -0.26652)
(xy -9.087806 -0.120201)
(xy -8.985316 0.078427)
(xy -8.943451 0.290448)
(xy -8.955098 0.555109)
(xy -9.025225 0.779924)
(xy -9.145415 0.95719)
(xy -9.30725 1.079204)
(xy -9.502315 1.138264)
(xy -9.72219 1.126666)
(xy -9.824918 1.09709)
(xy -10.020522 0.986538)
(xy -10.15756 0.817883)
(xy -10.215759 0.672163)
(xy -10.257599 0.40616)
(xy -10.250297 0.327295)
(xy -9.997509 0.327295)
(xy -9.987742 0.542754)
(xy -9.928026 0.719332)
(xy -9.829258 0.849432)
(xy -9.702336 0.925456)
(xy -9.558157 0.939804)
(xy -9.407618 0.884878)
(xy -9.309847 0.806765)
(xy -9.248757 0.727952)
(xy -9.213109 0.626596)
(xy -9.193963 0.475088)
(xy -9.191678 0.441923)
(xy -9.199991 0.197695)
(xy -9.25844 0.01351)
(xy -9.365091 -0.107546)
(xy -9.518015 -0.162391)
(xy -9.572044 -0.165472)
(xy -9.748574 -0.136527)
(xy -9.875944 -0.046864)
(xy -9.957816 0.107757)
(xy -9.997509 0.327295)
(xy -10.250297 0.327295)
(xy -10.234881 0.160803)
(xy -10.152056 -0.051638)
(xy -10.013577 -0.218894)
(xy -9.857273 -0.315592)
(xy -9.633909 -0.371818)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 316a91d0-7e3b-407b-a620-406027eae670))
(fp_poly (pts
(xy 10.783177 -0.357936)
(xy 10.974609 -0.328715)
(xy 11.09528 -0.280405)
(xy 11.156219 -0.206385)
(xy 11.169381 -0.126207)
(xy 11.169381 -0.007118)
(xy 10.963912 -0.093926)
(xy 10.750332 -0.150829)
(xy 10.566334 -0.133413)
(xy 10.419428 -0.045767)
(xy 10.317127 0.108017)
(xy 10.271446 0.283152)
(xy 10.272744 0.444309)
(xy 10.310069 0.612587)
(xy 10.373856 0.760358)
(xy 10.454543 0.859991)
(xy 10.475958 0.873993)
(xy 10.620274 0.91311)
(xy 10.796436 0.907764)
(xy 10.968374 0.860747)
(xy 11.027185 0.831314)
(xy 11.169381 0.747416)
(xy 11.169381 0.886762)
(xy 11.156951 0.988796)
(xy 11.103191 1.044819)
(xy 11.039104 1.071523)
(xy 10.856423 1.110424)
(xy 10.653277 1.115667)
(xy 10.462201 1.089068)
(xy 10.315731 1.032443)
(xy 10.313479 1.031017)
(xy 10.17539 0.898023)
(xy 10.073015 0.710052)
(xy 10.017649 0.491175)
(xy 10.011075 0.386443)
(xy 10.046005 0.13772)
(xy 10.144395 -0.070676)
(xy 10.296648 -0.229493)
(xy 10.493164 -0.329475)
(xy 10.724346 -0.361369)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 47626fcb-01bd-4d16-aed5-0253e600a703))
(fp_poly (pts
(xy -8.358716 -0.736058)
(xy -8.32628 -0.696041)
(xy -8.310931 -0.603101)
(xy -8.306908 -0.548127)
(xy -8.294299 -0.351628)
(xy -8.056433 -0.339222)
(xy -7.922233 -0.329413)
(xy -7.85102 -0.311663)
(xy -7.823063 -0.276535)
(xy -7.818567 -0.22546)
(xy -7.824092 -0.169268)
(xy -7.853608 -0.138928)
(xy -7.92652 -0.126515)
(xy -8.062235 -0.124105)
(xy -8.066775 -0.124104)
(xy -8.314983 -0.124104)
(xy -8.314374 0.279235)
(xy -8.3094 0.517906)
(xy -8.29143 0.685979)
(xy -8.25463 0.795283)
(xy -8.193166 0.857646)
(xy -8.101205 0.884896)
(xy -8.013424 0.889414)
(xy -7.895386 0.892895)
(xy -7.838164 0.91185)
(xy -7.819882 0.959046)
(xy -7.8185 1.003176)
(xy -7.822885 1.067147)
(xy -7.849215 1.100949)
(xy -7.917391 1.113988)
(xy -8.047319 1.115671)
(xy -8.056433 1.115623)
(xy -8.198732 1.106464)
(xy -8.313404 1.084271)
(xy -8.359936 1.063913)
(xy -8.427171 0.997543)
(xy -8.473544 0.90942)
(xy -8.502489 0.784504)
(xy -8.517437 0.607751)
(xy -8.52182 0.36412)
(xy -8.521824 0.354348)
(xy -8.522692 0.149262)
(xy -8.526906 0.012948)
(xy -8.53688 -0.068553)
(xy -8.555028 -0.109199)
(xy -8.583762 -0.122948)
(xy -8.60456 -0.124104)
(xy -8.670527 -0.149636)
(xy -8.687296 -0.222699)
(xy -8.656111 -0.31368)
(xy -8.60456 -0.342931)
(xy -8.552056 -0.372358)
(xy -8.527489 -0.439655)
(xy -8.521824 -0.554596)
(xy -8.517646 -0.671055)
(xy -8.497334 -0.726813)
(xy -8.449224 -0.743786)
(xy -8.42067 -0.744625)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 47fd85c6-1699-4e5d-a203-749207c52cb5))
(fp_poly (pts
(xy 11.816815 0.7486)
(xy 11.858942 0.775533)
(xy 11.871746 0.847942)
(xy 11.872639 0.930782)
(xy 11.869548 1.045165)
(xy 11.8486 1.099328)
(xy 11.792282 1.11579)
(xy 11.72785 1.116938)
(xy 11.638886 1.112964)
(xy 11.596759 1.086031)
(xy 11.583955 1.013622)
(xy 11.583062 0.930782)
(xy 11.586153 0.816399)
(xy 11.607101 0.762236)
(xy 11.663419 0.745774)
(xy 11.72785 0.744626)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 4d8b1a8b-9f6e-4341-9e4e-65aeb34283f7))
(fp_poly (pts
(xy 3.640391 1.116938)
(xy 3.516287 1.116938)
(xy 3.41776 1.098438)
(xy 3.392183 1.054886)
(xy 3.37397 1.000166)
(xy 3.314178 1.008184)
(xy 3.246257 1.049017)
(xy 3.102015 1.109925)
(xy 2.922933 1.133536)
(xy 2.750447 1.114611)
(xy 2.743238 1.112599)
(xy 2.587814 1.028584)
(xy 2.473504 0.888647)
(xy 2.400094 0.708538)
(xy 2.368018 0.508069)
(xy 2.618138 0.508069)
(xy 2.676916 0.71184)
(xy 2.736156 0.804735)
(xy 2.850101 0.887409)
(xy 3.00157 0.910126)
(xy 3.170138 0.871982)
(xy 3.257736 0.827815)
(xy 3.392183 0.745842)
(xy 3.392183 -0.079415)
(xy 3.230458 -0.127869)
(xy 3.027003 -0.153632)
(xy 2.854644 -0.105576)
(xy 2.722756 0.010283)
(xy 2.640717 0.187928)
(xy 2.626062 0.259883)
(xy 2.618138 0.508069)
(xy 2.368018 0.508069)
(xy 2.367368 0.504007)
(xy 2.375111 0.290805)
(xy 2.423107 0.084682)
(xy 2.51114 -0.098611)
(xy 2.638994 -0.243322)
(xy 2.762814 -0.317872)
(xy 2.938478 -0.357885)
(xy 3.140099 -0.354694)
(xy 3.319788 -0.310405)
(xy 3.356492 -0.303198)
(xy 3.378218 -0.32891)
(xy 3.388797 -0.402618)
(xy 3.392059 -0.539397)
(xy 3.392183 -0.595411)
(xy 3.392183 -0.910098)
(xy 3.640391 -0.910098)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 62b6fe0a-5bee-4e74-893b-269193ed7f6c))
(fp_poly (pts
(xy -6.748613 -0.336375)
(xy -6.58299 -0.257212)
(xy -6.537374 -0.222201)
(xy -6.412052 -0.116749)
(xy -6.412052 1.116938)
(xy -6.515472 1.116938)
(xy -6.596836 1.097294)
(xy -6.618892 1.035597)
(xy -6.622806 0.984843)
(xy -6.648605 0.977225)
(xy -6.717377 1.012416)
(xy -6.753339 1.033509)
(xy -6.948389 1.113915)
(xy -7.151583 1.13952)
(xy -7.333003 1.107012)
(xy -7.350499 1.099677)
(xy -7.485587 0.998983)
(xy -7.571483 0.854418)
(xy -7.604934 0.688386)
(xy -7.604739 0.686939)
(xy -7.363518 0.686939)
(xy -7.328096 0.796166)
(xy -7.234183 0.870952)
(xy -7.100307 0.907076)
(xy -6.944996 0.900316)
(xy -6.786777 0.846451)
(xy -6.751103 0.826455)
(xy -6.668032 0.768499)
(xy -6.630315 0.707892)
(xy -6.623601 0.612363)
(xy -6.626998 0.547376)
(xy -6.639576 0.351629)
(xy -6.825733 0.36446)
(xy -7.067719 0.398256)
(xy -7.235578 0.462465)
(xy -7.332956 0.559272)
(xy -7.363518 0.686939)
(xy -7.604739 0.686939)
(xy -7.582689 0.523288)
(xy -7.501496 0.381527)
(xy -7.460323 0.342974)
(xy -7.317016 0.264397)
(xy -7.120228 0.20438)
(xy -6.898467 0.170387)
(xy -6.782328 0.165473)
(xy -6.664055 0.150966)
(xy -6.620301 0.104173)
(xy -6.649107 0.02018)
(xy -6.697642 -0.046717)
(xy -6.767724 -0.109727)
(xy -6.863038 -0.138261)
(xy -6.976876 -0.143577)
(xy -7.137685 -0.13546)
(xy -7.295349 -0.115662)
(xy -7.335743 -0.107747)
(xy -7.437346 -0.088162)
(xy -7.479769 -0.099559)
(xy -7.484447 -0.154305)
(xy -7.480531 -0.191284)
(xy -7.467171 -0.257409)
(xy -7.432699 -0.297404)
(xy -7.357054 -0.322866)
(xy -7.22018 -0.345395)
(xy -7.211985 -0.346565)
(xy -6.953156 -0.365215)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 6f5be0de-42fa-485d-a708-35b9b9dc8ecf))
(fp_poly (pts
(xy -4.961685 -0.306079)
(xy -4.835865 -0.191073)
(xy -4.794182 -0.115713)
(xy -4.764411 0.00202)
(xy -4.745544 0.190765)
(xy -4.737173 0.455306)
(xy -4.736645 0.558469)
(xy -4.736645 1.096254)
(xy -4.847156 1.10903)
(xy -4.957668 1.121807)
(xy -4.971261 0.562262)
(xy -4.978619 0.327371)
(xy -4.988655 0.161152)
(xy -5.003269 0.049544)
(xy -5.024363 -0.021514)
(xy -5.053836 -0.066081)
(xy -5.0566 -0.06891)
(xy -5.165458 -0.124386)
(xy -5.314115 -0.131559)
(xy -5.475803 -0.091258)
(xy -5.553149 -0.053573)
(xy -5.688111 0.025177)
(xy -5.699653 0.571058)
(xy -5.704805 0.792166)
(xy -5.710967 0.943697)
(xy -5.720713 1.038791)
(xy -5.736616 1.090594)
(xy -5.761249 1.112247)
(xy -5.797185 1.116893)
(xy -5.806521 1.116938)
(xy -5.89293 1.106115)
(xy -5.929424 1.08936)
(xy -5.938554 1.040775)
(xy -5.946408 0.923678)
(xy -5.952444 0.752288)
(xy -5.95612 0.540825)
(xy -5.957003 0.365418)
(xy -5.957003 -0.330944)
(xy -5.832899 -0.330944)
(xy -5.734372 -0.312444)
(xy -5.708795 -0.268892)
(xy -5.703546 -0.223164)
(xy -5.675973 -0.212794)
(xy -5.608333 -0.239654)
(xy -5.512759 -0.289576)
(xy -5.316737 -0.359348)
(xy -5.127511 -0.36351)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 7e90fc79-0e05-438c-aa8d-7d7e208cea2e))
(fp_poly (pts
(xy 1.9443 1.116938)
(xy 1.73746 1.116938)
(xy 1.73746 -0.910098)
(xy 1.9443 -0.910098)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 91bb5a2a-e467-4149-b49f-9fdbdf5e7ea4))
(fp_poly (pts
(xy -1.499593 -0.818125)
(xy -0.889413 -0.806677)
(xy -0.889413 -0.599837)
(xy -1.861563 -0.576527)
(xy -1.861563 -0.041368)
(xy -1.034202 -0.041368)
(xy -1.034202 0.165473)
(xy -1.861563 0.165473)
(xy -1.861563 1.116938)
(xy -2.109772 1.116938)
(xy -2.109772 -0.829573)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 96638581-c17b-428c-aaa1-cb1d6cadbca5))
(fp_poly (pts
(xy -11.593404 -0.82556)
(xy -11.401028 -0.82048)
(xy -11.215594 -0.808628)
(xy -11.070991 -0.792324)
(xy -11.046482 -0.788076)
(xy -10.862528 -0.719903)
(xy -10.737829 -0.606634)
(xy -10.677717 -0.462549)
(xy -10.687528 -0.301932)
(xy -10.772596 -0.139066)
(xy -10.794306 -0.112886)
(xy -10.915648 0.025315)
(xy -10.796353 0.070343)
(xy -10.675553 0.153482)
(xy -10.575361 0.28823)
(xy -10.515861 0.443461)
(xy -10.507646 0.517747)
(xy -10.545105 0.699385)
(xy -10.646011 0.867828)
(xy -10.792491 0.994626)
(xy -10.815098 1.007166)
(xy -10.911554 1.046272)
(xy -11.036789 1.074159)
(xy -11.20837 1.093561)
(xy -11.443864 1.107214)
(xy -11.462855 1.108011)
(xy -11.955374 1.128295)
(xy -11.955374 0.155352)
(xy -11.707166 0.155352)
(xy -11.707166 0.505146)
(xy -11.704104 0.667924)
(xy -11.695945 0.797534)
(xy -11.68423 0.872882)
(xy -11.679587 0.882519)
(xy -11.617867 0.901461)
(xy -11.500484 0.90827)
(xy -11.353536 0.903488)
(xy -11.203119 0.88766)
(xy -11.111426 0.870691)
(xy -10.931358 0.798803)
(xy -10.820564 0.683629)
(xy -10.78063 0.526867)
(xy -10.780521 0.517101)
(xy -10.796849 0.383851)
(xy -10.853045 0.289408)
(xy -10.959926 0.227046)
(xy -11.128312 0.190038)
(xy -11.333541 0.173215)
(xy -11.707166 0.155352)
(xy -11.955374 0.155352)
(xy -11.955374 -0.041368)
(xy -11.710946 -0.041368)
(xy -11.450506 -0.041978)
(xy -11.294841 -0.05035)
(xy -11.159314 -0.071408)
(xy -11.089529 -0.093688)
(xy -10.993696 -0.184414)
(xy -10.95038 -0.315194)
(xy -10.966438 -0.443699)
(xy -11.034231 -0.518904)
(xy -11.162999 -0.576333)
(xy -11.33176 -0.609508)
(xy -11.513132 -0.612437)
(xy -11.686482 -0.599837)
(xy -11.698714 -0.320602)
(xy -11.710946 -0.041368)
(xy -11.955374 -0.041368)
(xy -11.955374 -0.827361)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp a4db3436-977a-48f1-a9e9-54704d39a2a8))
(fp_poly (pts
(xy 7.829341 -0.826538)
(xy 7.938772 -0.821119)
(xy 7.99731 -0.806682)
(xy 8.020875 -0.778805)
(xy 8.025389 -0.733065)
(xy 8.025407 -0.723941)
(xy 8.01205 -0.65003)
(xy 7.955271 -0.622991)
(xy 7.901303 -0.620521)
(xy 7.777199 -0.620521)
(xy 7.777199 0.910098)
(xy 7.901303 0.910098)
(xy 7.989997 0.921229)
(xy 8.022444 0.968545)
(xy 8.025407 1.013518)
(xy 8.022443 1.062475)
(xy 8.002935 1.092873)
(xy 7.950963 1.109133)
(xy 7.850605 1.115679)
(xy 7.68594 1.116933)
(xy 7.653095 1.116938)
(xy 7.476849 1.116115)
(xy 7.367417 1.110696)
(xy 7.308879 1.096259)
(xy 7.285314 1.068382)
(xy 7.2808 1.022642)
(xy 7.280782 1.013518)
(xy 7.294139 0.939607)
(xy 7.350918 0.912568)
(xy 7.404886 0.910098)
(xy 7.52899 0.910098)
(xy 7.52899 -0.620521)
(xy 7.404886 -0.620521)
(xy 7.316192 -0.631652)
(xy 7.283746 -0.678968)
(xy 7.280782 -0.723941)
(xy 7.283747 -0.772898)
(xy 7.303254 -0.803296)
(xy 7.355227 -0.819557)
(xy 7.455585 -0.826102)
(xy 7.620249 -0.827356)
(xy 7.653095 -0.827361)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp a74c0643-0471-4a4f-ba27-970c1a833406))
(fp_poly (pts
(xy -0.378455 -0.820443)
(xy -0.338556 -0.785352)
(xy -0.330944 -0.703257)
(xy -0.339016 -0.619876)
(xy -0.379956 -0.585677)
(xy -0.475733 -0.579153)
(xy -0.57301 -0.586071)
(xy -0.61291 -0.621163)
(xy -0.620521 -0.703257)
(xy -0.61245 -0.786638)
(xy -0.57151 -0.820837)
(xy -0.475733 -0.827361)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp acf7c07c-fd04-47f8-8627-ffdf10207316))
(fp_poly (pts
(xy -4.018846 -0.820443)
(xy -3.978947 -0.785352)
(xy -3.971335 -0.703257)
(xy -3.979407 -0.619876)
(xy -4.020346 -0.585677)
(xy -4.116124 -0.579153)
(xy -4.213401 -0.586071)
(xy -4.2533 -0.621163)
(xy -4.260912 -0.703257)
(xy -4.25284 -0.786638)
(xy -4.211901 -0.820837)
(xy -4.116124 -0.827361)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp c20f88f9-03b8-4dff-b1b3-f1d59fb04b1d))
(fp_poly (pts
(xy -2.826921 -0.357936)
(xy -2.635489 -0.328715)
(xy -2.514818 -0.280405)
(xy -2.453878 -0.206385)
(xy -2.440716 -0.126207)
(xy -2.440716 -0.007118)
(xy -2.646185 -0.093926)
(xy -2.859765 -0.150829)
(xy -3.043764 -0.133413)
(xy -3.190669 -0.045767)
(xy -3.292971 0.108017)
(xy -3.338652 0.283152)
(xy -3.337353 0.444309)
(xy -3.300029 0.612587)
(xy -3.236242 0.760358)
(xy -3.155555 0.859991)
(xy -3.13414 0.873993)
(xy -2.989824 0.91311)
(xy -2.813662 0.907764)
(xy -2.641724 0.860747)
(xy -2.582913 0.831314)
(xy -2.440716 0.747416)
(xy -2.440716 0.886762)
(xy -2.453146 0.988796)
(xy -2.506906 1.044819)
(xy -2.570994 1.071523)
(xy -2.753675 1.110424)
(xy -2.956821 1.115667)
(xy -3.147896 1.089068)
(xy -3.294367 1.032443)
(xy -3.296618 1.031017)
(xy -3.434708 0.898023)
(xy -3.537083 0.710052)
(xy -3.592449 0.491175)
(xy -3.599023 0.386443)
(xy -3.564093 0.13772)
(xy -3.465702 -0.070676)
(xy -3.31345 -0.229493)
(xy -3.116934 -0.329475)
(xy -2.885752 -0.361369)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp cb1465b5-eb48-43b5-9f80-d3d29bec2d69))
(fp_poly (pts
(xy 16.257655 2.523453)
(xy -16.257654 2.523453)
(xy -16.257654 2.20285)
(xy -15.662248 2.20285)
(xy -15.661512 2.209221)
(xy -15.65369 2.215208)
(xy -15.636298 2.220822)
(xy -15.606851 2.226076)
(xy -15.562865 2.230982)
(xy -15.501857 2.235551)
(xy -15.421342 2.239796)
(xy -15.318837 2.243727)
(xy -15.191858 2.247358)
(xy -15.03792 2.250701)
(xy -14.85454 2.253766)
(xy -14.639234 2.256566)
(xy -14.389517 2.259113)
(xy -14.102907 2.261418)
(xy -13.776918 2.263494)
(xy -13.409068 2.265353)
(xy -12.996871 2.267007)
(xy -12.537844 2.268466)
(xy -12.029504 2.269744)
(xy -11.469365 2.270853)
(xy -10.854945 2.271803)
(xy -10.183759 2.272607)
(xy -9.453323 2.273277)
(xy -8.661154 2.273826)
(xy -7.804767 2.274263)
(xy -6.881678 2.274603)
(xy -5.889404 2.274856)
(xy -4.82546 2.275034)
(xy -3.687363 2.27515)
(xy -2.472629 2.275216)
(xy -1.178773 2.275242)
(xy -0.562851 2.275244)
(xy 14.558375 2.275244)
(xy 14.599363 2.120114)
(xy 14.617312 2.04994)
(xy 14.653144 1.907886)
(xy 14.704757 1.702357)
(xy 14.770047 1.441759)
(xy 14.846909 1.134498)
(xy 14.933239 0.788978)
(xy 15.026935 0.413606)
(xy 15.125891 0.016786)
(xy 15.140385 -0.041368)
(xy 15.2391 -0.437157)
(xy 15.332211 -0.809908)
(xy 15.417717 -1.151649)
(xy 15.493617 -1.454406)
(xy 15.55791 -1.710209)
(xy 15.608593 -1.911084)
(xy 15.643665 -2.049059)
(xy 15.661125 -2.116161)
(xy 15.662248 -2.120114)
(xy 15.661513 -2.126485)
(xy 15.653691 -2.132471)
(xy 15.636298 -2.138086)
(xy 15.606851 -2.14334)
(xy 15.562866 -2.148246)
(xy 15.501857 -2.152815)
(xy 15.421343 -2.157059)
(xy 15.318838 -2.160991)
(xy 15.191858 -2.164622)
(xy 15.037921 -2.167964)
(xy 14.85454 -2.171029)
(xy 14.639234 -2.173829)
(xy 14.389518 -2.176376)
(xy 14.102907 -2.178682)
(xy 13.776919 -2.180758)
(xy 13.409068 -2.182617)
(xy 12.996871 -2.18427)
(xy 12.537845 -2.18573)
(xy 12.029504 -2.187008)
(xy 11.469366 -2.188116)
(xy 10.854945 -2.189066)
(xy 10.183759 -2.189871)
(xy 9.453324 -2.190541)
(xy 8.661154 -2.191089)
(xy 7.804767 -2.191527)
(xy 6.881679 -2.191866)
(xy 5.889405 -2.192119)
(xy 4.825461 -2.192298)
(xy 3.687364 -2.192414)
(xy 2.472629 -2.192479)
(xy 1.178773 -2.192506)
(xy 0.562851 -2.192508)
(xy -14.558374 -2.192508)
(xy -14.599363 -2.037378)
(xy -14.617311 -1.967204)
(xy -14.653144 -1.825149)
(xy -14.704757 -1.619621)
(xy -14.770046 -1.359023)
(xy -14.846908 -1.051761)
(xy -14.933239 -0.706242)
(xy -15.026934 -0.330869)
(xy -15.125891 0.065951)
(xy -15.140385 0.124104)
(xy -15.239099 0.519894)
(xy -15.332211 0.892645)
(xy -15.417717 1.234385)
(xy -15.493617 1.537143)
(xy -15.557909 1.792946)
(xy -15.608592 1.99382)
(xy -15.643664 2.131795)
(xy -15.661125 2.198898)
(xy -15.662248 2.20285)
(xy -16.257654 2.20285)
(xy -16.257654 -2.482084)
(xy 16.257655 -2.482084)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp d3e83c9b-4946-409d-ac54-8806998ed8e4))
(fp_poly (pts
(xy 0.926816 -0.351004)
(xy 1.062981 -0.291397)
(xy 1.199631 -0.182978)
(xy 1.286599 -0.044835)
(xy 1.336991 0.145756)
(xy 1.344408 0.196499)
(xy 1.372911 0.413681)
(xy 0.279235 0.413681)
(xy 0.304987 0.548127)
(xy 0.374261 0.714463)
(xy 0.500742 0.833829)
(xy 0.670633 0.901725)
(xy 0.870135 0.913651)
(xy 1.085452 0.865106)
(xy 1.168648 0.82982)
(xy 1.323779 0.755006)
(xy 1.323779 0.886294)
(xy 1.310705 0.981945)
(xy 1.25541 1.037712)
(xy 1.186395 1.06726)
(xy 1.070568 1.093858)
(xy 0.911163 1.111886)
(xy 0.778832 1.116938)
(xy 0.604128 1.109184)
(xy 0.479804 1.081145)
(xy 0.374553 1.025663)
(xy 0.371892 1.02386)
(xy 0.218216 0.901275)
(xy 0.123367 0.771983)
(xy 0.07532 0.61167)
(xy 0.062052 0.397284)
(xy 0.06688 0.225256)
(xy 0.070273 0.204121)
(xy 0.289577 0.204121)
(xy 0.327132 0.228427)
(xy 0.425552 0.244008)
(xy 0.563469 0.251252)
(xy 0.719515 0.250548)
(xy 0.872322 0.242283)
(xy 1.000522 0.226846)
(xy 1.082748 0.204625)
(xy 1.100738 0.189389)
(xy 1.097392 0.102755)
(xy 1.048499 -0.004918)
(xy 0.970405 -0.099765)
(xy 0.955051 -0.112446)
(xy 0.848536 -0.153226)
(xy 0.705143 -0.160972)
(xy 0.56313 -0.137284)
(xy 0.470233 -0.092158)
(xy 0.378739 0.005941)
(xy 0.311391 0.120267)
(xy 0.289577 0.204121)
(xy 0.070273 0.204121)
(xy 0.086258 0.104558)
(xy 0.127525 0.0041)
(xy 0.172123 -0.06895)
(xy 0.32149 -0.228183)
(xy 0.510621 -0.331656)
(xy 0.719176 -0.374289)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp dc2e548f-ab5a-429e-863e-99d5c4acd414))
(fp_poly (pts
(xy 9.393038 -0.306079)
(xy 9.518858 -0.191073)
(xy 9.560541 -0.115713)
(xy 9.590312 0.00202)
(xy 9.609179 0.190765)
(xy 9.61755 0.455306)
(xy 9.618078 0.558469)
(xy 9.618078 1.096254)
(xy 9.507567 1.10903)
(xy 9.397055 1.121807)
(xy 9.383462 0.562262)
(xy 9.376104 0.327371)
(xy 9.366068 0.161152)
(xy 9.351454 0.049544)
(xy 9.330361 -0.021514)
(xy 9.300887 -0.066081)
(xy 9.298123 -0.06891)
(xy 9.189265 -0.124386)
(xy 9.040608 -0.131559)
(xy 8.87892 -0.091258)
(xy 8.801574 -0.053573)
(xy 8.666613 0.025177)
(xy 8.65507 0.571058)
(xy 8.649918 0.792166)
(xy 8.643756 0.943697)
(xy 8.63401 1.038791)
(xy 8.618107 1.090594)
(xy 8.593474 1.112247)
(xy 8.557538 1.116893)
(xy 8.548202 1.116938)
(xy 8.461793 1.106115)
(xy 8.425299 1.08936)
(xy 8.416169 1.040775)
(xy 8.408315 0.923678)
(xy 8.402279 0.752288)
(xy 8.398603 0.540825)
(xy 8.39772 0.365418)
(xy 8.39772 -0.330944)
(xy 8.521824 -0.330944)
(xy 8.620351 -0.312444)
(xy 8.645929 -0.268892)
(xy 8.651177 -0.223164)
(xy 8.67875 -0.212794)
(xy 8.74639 -0.239654)
(xy 8.841964 -0.289576)
(xy 9.037986 -0.359348)
(xy 9.227212 -0.36351)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp e7175cbc-5144-4a78-99e8-ed28d52b1002))
(fp_poly (pts
(xy -4.012703 1.116938)
(xy -4.219544 1.116938)
(xy -4.219544 -0.330944)
(xy -4.012703 -0.330944)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp f607da4d-21f0-497d-b11e-a517b381b27e))
)

View File

@ -0,0 +1,865 @@
(footprint "BF@Logo_BotanicFields_6mm" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 0)
(descr "BotanicFields Logo 6mm height")
(tags "Logo")
(attr board_only exclude_from_pos_files exclude_from_bom)
(fp_text reference "G***" (at 0 0) (layer "F.SilkS") hide
(effects (font (size 1.524 1.524) (thickness 0.3)))
(tstamp e0061a01-8dd2-49d9-b746-a68aac4f83b4)
)
(fp_text value "LOGO" (at 0.75 0) (layer "F.SilkS") hide
(effects (font (size 1.524 1.524) (thickness 0.3)))
(tstamp 9049d770-20d8-468a-8d17-31136364fd85)
)
(fp_poly (pts
(xy -4.812109 1.339453)
(xy -5.060156 1.339453)
(xy -5.060156 -0.396875)
(xy -4.812109 -0.396875)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 043e89ff-da7b-48ea-8a33-74ee71cff248))
(fp_poly (pts
(xy -0.446484 1.339453)
(xy -0.694531 1.339453)
(xy -0.694531 -0.396875)
(xy -0.446484 -0.396875)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 1172ce4e-a5e3-4717-8a14-345c99e0f3c6))
(fp_poly (pts
(xy -13.903027 -0.990027)
(xy -13.672326 -0.983936)
(xy -13.449952 -0.969722)
(xy -13.27654 -0.95017)
(xy -13.247148 -0.945075)
(xy -13.026548 -0.863322)
(xy -12.877006 -0.727487)
(xy -12.804919 -0.554698)
(xy -12.816684 -0.362083)
(xy -12.918699 -0.16677)
(xy -12.944734 -0.135376)
(xy -13.09025 0.030358)
(xy -12.947189 0.084357)
(xy -12.802324 0.184058)
(xy -12.682171 0.34565)
(xy -12.610818 0.531807)
(xy -12.600967 0.620891)
(xy -12.645888 0.838715)
(xy -12.766896 1.040715)
(xy -12.942558 1.192774)
(xy -12.969669 1.207812)
(xy -13.085341 1.254709)
(xy -13.235525 1.288151)
(xy -13.441288 1.311419)
(xy -13.723696 1.327792)
(xy -13.746471 1.328747)
(xy -14.337109 1.353073)
(xy -14.337109 0.186301)
(xy -14.039453 0.186301)
(xy -14.039453 0.605781)
(xy -14.035781 0.800987)
(xy -14.025996 0.956418)
(xy -14.011949 1.046776)
(xy -14.00638 1.058333)
(xy -13.932364 1.081049)
(xy -13.791597 1.089214)
(xy -13.615374 1.08348)
(xy -13.43499 1.064498)
(xy -13.325031 1.044149)
(xy -13.10909 0.957939)
(xy -12.976224 0.819821)
(xy -12.928334 0.631828)
(xy -12.928203 0.620117)
(xy -12.947784 0.460321)
(xy -13.015175 0.347064)
(xy -13.143349 0.272278)
(xy -13.34528 0.227897)
(xy -13.591396 0.207723)
(xy -14.039453 0.186301)
(xy -14.337109 0.186301)
(xy -14.337109 -0.049609)
(xy -14.043987 -0.049609)
(xy -13.731661 -0.050341)
(xy -13.544986 -0.060381)
(xy -13.382458 -0.085634)
(xy -13.298771 -0.112352)
(xy -13.183847 -0.221152)
(xy -13.131902 -0.377987)
(xy -13.151158 -0.532092)
(xy -13.232457 -0.62228)
(xy -13.386879 -0.69115)
(xy -13.589259 -0.730933)
(xy -13.806764 -0.734446)
(xy -14.014649 -0.719336)
(xy -14.029318 -0.384473)
(xy -14.043987 -0.049609)
(xy -14.337109 -0.049609)
(xy -14.337109 -0.992187)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 3406646f-8a40-447c-a52a-ff9f9a5ca16d))
(fp_poly (pts
(xy -4.819476 -0.983891)
(xy -4.771628 -0.941809)
(xy -4.7625 -0.843359)
(xy -4.772179 -0.743367)
(xy -4.821275 -0.702355)
(xy -4.936133 -0.694531)
(xy -5.05279 -0.702828)
(xy -5.100638 -0.74491)
(xy -5.109766 -0.843359)
(xy -5.100086 -0.943351)
(xy -5.050991 -0.984364)
(xy -4.936133 -0.992187)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 348feaa8-ce1d-4d9f-88b5-f9b61da7df0a))
(fp_poly (pts
(xy 2.331641 1.339453)
(xy 2.083594 1.339453)
(xy 2.083594 -1.091406)
(xy 2.331641 -1.091406)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 396574cf-f288-47d1-8e19-cb257b0eb6e5))
(fp_poly (pts
(xy 19.496484 3.026172)
(xy -19.496484 3.026172)
(xy -19.496484 2.641699)
(xy -18.782461 2.641699)
(xy -18.78158 2.649339)
(xy -18.772199 2.656519)
(xy -18.751342 2.663252)
(xy -18.716028 2.669552)
(xy -18.66328 2.675435)
(xy -18.590118 2.680915)
(xy -18.493563 2.686005)
(xy -18.370637 2.69072)
(xy -18.218361 2.695074)
(xy -18.033756 2.699082)
(xy -17.813843 2.702758)
(xy -17.555644 2.706116)
(xy -17.256179 2.70917)
(xy -16.912471 2.711935)
(xy -16.521539 2.714425)
(xy -16.080406 2.716654)
(xy -15.586092 2.718637)
(xy -15.035618 2.720387)
(xy -14.426007 2.72192)
(xy -13.754278 2.723249)
(xy -13.017454 2.724388)
(xy -12.212555 2.725353)
(xy -11.336603 2.726157)
(xy -10.386619 2.726814)
(xy -9.359623 2.727339)
(xy -8.252638 2.727746)
(xy -7.062684 2.72805)
(xy -5.786783 2.728264)
(xy -4.421956 2.728403)
(xy -2.965223 2.728481)
(xy -1.413607 2.728513)
(xy -0.674982 2.728516)
(xy 17.458676 2.728516)
(xy 17.50783 2.54248)
(xy 17.529354 2.458326)
(xy 17.572325 2.287972)
(xy 17.63422 2.041498)
(xy 17.712517 1.728985)
(xy 17.804691 1.360511)
(xy 17.90822 0.946157)
(xy 18.020582 0.496003)
(xy 18.139252 0.02013)
(xy 18.156634 -0.049609)
(xy 18.275014 -0.524247)
(xy 18.386675 -0.971257)
(xy 18.489215 -1.381079)
(xy 18.580236 -1.744152)
(xy 18.657336 -2.050915)
(xy 18.718116 -2.291808)
(xy 18.760176 -2.45727)
(xy 18.781115 -2.537741)
(xy 18.782461 -2.54248)
(xy 18.781579 -2.550121)
(xy 18.772199 -2.5573)
(xy 18.751342 -2.564033)
(xy 18.716028 -2.570334)
(xy 18.66328 -2.576217)
(xy 18.590118 -2.581696)
(xy 18.493563 -2.586786)
(xy 18.370637 -2.591501)
(xy 18.218361 -2.595855)
(xy 18.033756 -2.599863)
(xy 17.813843 -2.603539)
(xy 17.555644 -2.606897)
(xy 17.256179 -2.609951)
(xy 16.91247 -2.612716)
(xy 16.521539 -2.615206)
(xy 16.080405 -2.617435)
(xy 15.586091 -2.619418)
(xy 15.035618 -2.621168)
(xy 14.426006 -2.622701)
(xy 13.754278 -2.62403)
(xy 13.017454 -2.62517)
(xy 12.212555 -2.626134)
(xy 11.336603 -2.626938)
(xy 10.386618 -2.627595)
(xy 9.359623 -2.62812)
(xy 8.252638 -2.628527)
(xy 7.062684 -2.628831)
(xy 5.786783 -2.629045)
(xy 4.421955 -2.629184)
(xy 2.965223 -2.629262)
(xy 1.413607 -2.629294)
(xy 0.674982 -2.629297)
(xy -17.458676 -2.629297)
(xy -17.50783 -2.443262)
(xy -17.529354 -2.359108)
(xy -17.572325 -2.188754)
(xy -17.634221 -1.94228)
(xy -17.712517 -1.629766)
(xy -17.804691 -1.261292)
(xy -17.908221 -0.846938)
(xy -18.020582 -0.396785)
(xy -18.139252 0.079089)
(xy -18.156634 0.148828)
(xy -18.275014 0.623466)
(xy -18.386675 1.070476)
(xy -18.489216 1.480298)
(xy -18.580236 1.84337)
(xy -18.657337 2.150134)
(xy -18.718117 2.391027)
(xy -18.760176 2.556489)
(xy -18.781115 2.636959)
(xy -18.782461 2.641699)
(xy -19.496484 2.641699)
(xy -19.496484 -2.976562)
(xy 19.496484 -2.976562)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 45d0a399-fcf4-4915-a599-6a7be31db980))
(fp_poly (pts
(xy -0.453851 -0.983891)
(xy -0.406003 -0.941809)
(xy -0.396875 -0.843359)
(xy -0.406554 -0.743367)
(xy -0.45565 -0.702355)
(xy -0.570508 -0.694531)
(xy -0.687165 -0.702828)
(xy -0.735013 -0.74491)
(xy -0.744141 -0.843359)
(xy -0.734461 -0.943351)
(xy -0.685366 -0.984364)
(xy -0.570508 -0.992187)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 482c240a-f8af-4a8a-bc6d-f8df53d4a9fc))
(fp_poly (pts
(xy -5.950146 -0.367056)
(xy -5.79926 -0.229138)
(xy -5.749273 -0.138765)
(xy -5.713571 0.002422)
(xy -5.690946 0.228769)
(xy -5.680908 0.546011)
(xy -5.680274 0.669727)
(xy -5.680274 1.314648)
(xy -5.812801 1.32997)
(xy -5.945329 1.345291)
(xy -5.961629 0.674275)
(xy -5.970454 0.392589)
(xy -5.982489 0.193256)
(xy -6.000015 0.059413)
(xy -6.02531 -0.0258)
(xy -6.060656 -0.079246)
(xy -6.06397 -0.082638)
(xy -6.194514 -0.149166)
(xy -6.372787 -0.157769)
(xy -6.566686 -0.109438)
(xy -6.65944 -0.064245)
(xy -6.821289 0.030193)
(xy -6.835131 0.684823)
(xy -6.841309 0.94998)
(xy -6.848699 1.131698)
(xy -6.860387 1.245738)
(xy -6.879458 1.30786)
(xy -6.908998 1.333827)
(xy -6.952093 1.339399)
(xy -6.963289 1.339453)
(xy -7.066912 1.326473)
(xy -7.110677 1.30638)
(xy -7.121626 1.248117)
(xy -7.131045 1.107692)
(xy -7.138283 0.902158)
(xy -7.142692 0.648568)
(xy -7.14375 0.438216)
(xy -7.14375 -0.396875)
(xy -6.994922 -0.396875)
(xy -6.876766 -0.374689)
(xy -6.846094 -0.322461)
(xy -6.8398 -0.267623)
(xy -6.806733 -0.255187)
(xy -6.725619 -0.287398)
(xy -6.611004 -0.347266)
(xy -6.375931 -0.430937)
(xy -6.149007 -0.435928)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 595ea492-e031-4923-ad31-acce4bbc9a9b))
(fp_poly (pts
(xy 9.389092 -0.9912)
(xy 9.520324 -0.984702)
(xy 9.590524 -0.967389)
(xy 9.618784 -0.933958)
(xy 9.624197 -0.879105)
(xy 9.624219 -0.868164)
(xy 9.608201 -0.779528)
(xy 9.54011 -0.747102)
(xy 9.475391 -0.744141)
(xy 9.326562 -0.744141)
(xy 9.326562 1.091406)
(xy 9.475391 1.091406)
(xy 9.581754 1.104755)
(xy 9.620664 1.161497)
(xy 9.624219 1.21543)
(xy 9.620663 1.27414)
(xy 9.597269 1.310594)
(xy 9.534943 1.330093)
(xy 9.414592 1.337943)
(xy 9.217123 1.339447)
(xy 9.177734 1.339453)
(xy 8.966377 1.338466)
(xy 8.835144 1.331967)
(xy 8.764945 1.314654)
(xy 8.736685 1.281224)
(xy 8.731272 1.226371)
(xy 8.73125 1.21543)
(xy 8.747268 1.126794)
(xy 8.815359 1.094368)
(xy 8.880078 1.091406)
(xy 9.028906 1.091406)
(xy 9.028906 -0.744141)
(xy 8.880078 -0.744141)
(xy 8.773715 -0.757489)
(xy 8.734804 -0.814231)
(xy 8.73125 -0.868164)
(xy 8.734805 -0.926875)
(xy 8.758199 -0.963328)
(xy 8.820525 -0.982828)
(xy 8.940876 -0.990678)
(xy 9.138345 -0.992181)
(xy 9.177734 -0.992187)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 6f9805ff-5a88-4faf-a176-c29a89ce0645))
(fp_poly (pts
(xy 11.264307 -0.367056)
(xy 11.415193 -0.229138)
(xy 11.46518 -0.138765)
(xy 11.500882 0.002422)
(xy 11.523507 0.228769)
(xy 11.533545 0.546011)
(xy 11.53418 0.669727)
(xy 11.53418 1.314648)
(xy 11.401652 1.32997)
(xy 11.269124 1.345291)
(xy 11.252824 0.674275)
(xy 11.243999 0.392589)
(xy 11.231964 0.193256)
(xy 11.214438 0.059413)
(xy 11.189143 -0.0258)
(xy 11.153798 -0.079246)
(xy 11.150483 -0.082638)
(xy 11.019939 -0.149166)
(xy 10.841666 -0.157769)
(xy 10.647768 -0.109438)
(xy 10.555013 -0.064245)
(xy 10.393164 0.030193)
(xy 10.379322 0.684823)
(xy 10.373144 0.94998)
(xy 10.365754 1.131698)
(xy 10.354066 1.245738)
(xy 10.334995 1.30786)
(xy 10.305455 1.333827)
(xy 10.26236 1.339399)
(xy 10.251164 1.339453)
(xy 10.147541 1.326473)
(xy 10.103776 1.30638)
(xy 10.092827 1.248117)
(xy 10.083408 1.107692)
(xy 10.07617 0.902158)
(xy 10.071762 0.648568)
(xy 10.070703 0.438216)
(xy 10.070703 -0.396875)
(xy 10.219531 -0.396875)
(xy 10.337687 -0.374689)
(xy 10.368359 -0.322461)
(xy 10.374653 -0.267623)
(xy 10.40772 -0.255187)
(xy 10.488834 -0.287398)
(xy 10.603449 -0.347266)
(xy 10.838522 -0.430937)
(xy 11.065446 -0.435928)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 79d343f0-a254-49e8-a4f8-73f57df1784e))
(fp_poly (pts
(xy -11.300918 -0.423237)
(xy -11.078037 -0.319616)
(xy -10.898268 -0.144147)
(xy -10.77536 0.094051)
(xy -10.725155 0.34831)
(xy -10.739122 0.665697)
(xy -10.823219 0.935299)
(xy -10.967353 1.14788)
(xy -11.16143 1.294202)
(xy -11.395354 1.365027)
(xy -11.659033 1.351119)
(xy -11.782227 1.31565)
(xy -12.016799 1.183074)
(xy -12.181137 0.98082)
(xy -12.25093 0.806071)
(xy -12.301106 0.487074)
(xy -12.292349 0.392498)
(xy -11.989201 0.392498)
(xy -11.977488 0.65088)
(xy -11.905876 0.862637)
(xy -11.787431 1.018655)
(xy -11.635224 1.109823)
(xy -11.462321 1.12703)
(xy -11.281792 1.061163)
(xy -11.164544 0.967488)
(xy -11.091283 0.872973)
(xy -11.048534 0.751425)
(xy -11.025573 0.569734)
(xy -11.022833 0.529962)
(xy -11.032803 0.237079)
(xy -11.102895 0.016201)
(xy -11.230794 -0.128972)
(xy -11.414183 -0.194742)
(xy -11.478975 -0.198437)
(xy -11.690673 -0.163726)
(xy -11.843418 -0.056201)
(xy -11.9416 0.129224)
(xy -11.989201 0.392498)
(xy -12.292349 0.392498)
(xy -12.273861 0.192838)
(xy -12.174536 -0.061925)
(xy -12.00847 -0.262501)
(xy -11.821027 -0.378464)
(xy -11.553165 -0.445892)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 8d1c3f4a-34a0-4d1b-978a-44c6499eadfd))
(fp_poly (pts
(xy -10.023929 -0.882695)
(xy -9.985031 -0.834706)
(xy -9.966624 -0.72325)
(xy -9.9618 -0.657324)
(xy -9.94668 -0.42168)
(xy -9.661426 -0.406802)
(xy -9.50049 -0.395038)
(xy -9.415091 -0.373752)
(xy -9.381564 -0.331626)
(xy -9.376172 -0.270376)
(xy -9.382799 -0.20299)
(xy -9.418194 -0.166606)
(xy -9.505632 -0.15172)
(xy -9.668384 -0.148829)
(xy -9.673828 -0.148828)
(xy -9.971484 -0.148828)
(xy -9.970753 0.334863)
(xy -9.964789 0.621082)
(xy -9.943239 0.822639)
(xy -9.899108 0.953719)
(xy -9.825399 1.028505)
(xy -9.715117 1.061183)
(xy -9.609848 1.066602)
(xy -9.468295 1.070776)
(xy -9.399674 1.093508)
(xy -9.37775 1.150106)
(xy -9.376092 1.203027)
(xy -9.381351 1.279742)
(xy -9.412926 1.320278)
(xy -9.494685 1.335915)
(xy -9.650496 1.337934)
(xy -9.661426 1.337875)
(xy -9.832073 1.326892)
(xy -9.96959 1.300278)
(xy -10.025393 1.275864)
(xy -10.106022 1.196272)
(xy -10.161634 1.090594)
(xy -10.196345 0.940791)
(xy -10.214271 0.728826)
(xy -10.219526 0.436659)
(xy -10.219531 0.424941)
(xy -10.220573 0.178998)
(xy -10.225626 0.015527)
(xy -10.237587 -0.08221)
(xy -10.25935 -0.130953)
(xy -10.293809 -0.147442)
(xy -10.31875 -0.148828)
(xy -10.397858 -0.179446)
(xy -10.417969 -0.267066)
(xy -10.38057 -0.376171)
(xy -10.31875 -0.411249)
(xy -10.255787 -0.446539)
(xy -10.226325 -0.527242)
(xy -10.219531 -0.665082)
(xy -10.214521 -0.804741)
(xy -10.190163 -0.871608)
(xy -10.132468 -0.891962)
(xy -10.098226 -0.892969)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 8da9a051-9fa9-4a5f-bcf9-6824a3b58932))
(fp_poly (pts
(xy 5.816652 -0.399454)
(xy 5.821061 -0.398544)
(xy 5.978901 -0.362761)
(xy 6.062729 -0.326998)
(xy 6.095944 -0.272427)
(xy 6.101947 -0.180221)
(xy 6.101953 -0.172541)
(xy 6.101953 -0.004851)
(xy 5.891113 -0.100555)
(xy 5.651516 -0.178973)
(xy 5.435335 -0.192554)
(xy 5.26386 -0.141341)
(xy 5.208984 -0.099219)
(xy 5.136148 -0.010372)
(xy 5.109766 0.049609)
(xy 5.156682 0.148102)
(xy 5.286719 0.239549)
(xy 5.483813 0.314412)
(xy 5.603739 0.342891)
(xy 5.863983 0.41748)
(xy 6.036331 0.525165)
(xy 6.128598 0.672897)
(xy 6.149985 0.828702)
(xy 6.125439 1.010241)
(xy 6.042429 1.141024)
(xy 5.881449 1.25079)
(xy 5.868772 1.257415)
(xy 5.710777 1.306178)
(xy 5.495365 1.331694)
(xy 5.261821 1.332924)
(xy 5.04943 1.308826)
(xy 4.948535 1.281793)
(xy 4.852393 1.227623)
(xy 4.815747 1.136756)
(xy 4.812109 1.061459)
(xy 4.812109 0.890952)
(xy 5.022949 0.999744)
(xy 5.211978 1.070016)
(xy 5.418737 1.105011)
(xy 5.609952 1.102715)
(xy 5.752347 1.061115)
(xy 5.775316 1.045263)
(xy 5.840851 0.938344)
(xy 5.846415 0.80795)
(xy 5.790112 0.703366)
(xy 5.788511 0.702016)
(xy 5.705261 0.661777)
(xy 5.561905 0.616864)
(xy 5.453648 0.590935)
(xy 5.185017 0.51545)
(xy 5.001266 0.416445)
(xy 4.889225 0.285579)
(xy 4.85873 0.214188)
(xy 4.830853 0.060037)
(xy 4.869129 -0.07764)
(xy 4.870739 -0.080946)
(xy 5.015579 -0.271818)
(xy 5.224532 -0.389537)
(xy 5.493067 -0.432587)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 90dd5217-1c8b-4ebc-9623-7a51bd047214))
(fp_poly (pts
(xy 14.170945 0.897734)
(xy 14.221465 0.930033)
(xy 14.23682 1.016867)
(xy 14.237891 1.116211)
(xy 14.234184 1.253381)
(xy 14.209063 1.318335)
(xy 14.141525 1.338076)
(xy 14.064258 1.339453)
(xy 13.95757 1.334687)
(xy 13.90705 1.302389)
(xy 13.891696 1.215555)
(xy 13.890625 1.116211)
(xy 13.894332 0.979041)
(xy 13.919453 0.914087)
(xy 13.98699 0.894346)
(xy 14.064258 0.892969)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp 9820b63b-cd68-4465-a49c-6988e5a4d86e))
(fp_poly (pts
(xy 7.104114 0.903663)
(xy 7.124282 0.939765)
(xy 7.109389 1.018421)
(xy 7.058399 1.153884)
(xy 6.970271 1.360406)
(xy 6.921097 1.473691)
(xy 6.830763 1.670551)
(xy 6.760195 1.791399)
(xy 6.696669 1.853971)
(xy 6.632911 1.875391)
(xy 6.512471 1.89043)
(xy 6.64274 1.404102)
(xy 6.773009 0.917773)
(xy 6.962756 0.902116)
(xy 7.049926 0.895864)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp c20fda0a-d0f7-4888-935f-0f7e92ad69a2))
(fp_poly (pts
(xy 4.365625 1.339453)
(xy 4.216797 1.339453)
(xy 4.098641 1.317267)
(xy 4.067969 1.265039)
(xy 4.046128 1.199417)
(xy 3.974424 1.209033)
(xy 3.892972 1.258)
(xy 3.719994 1.331043)
(xy 3.505236 1.359357)
(xy 3.298387 1.336663)
(xy 3.289742 1.334249)
(xy 3.103354 1.233497)
(xy 2.966272 1.065682)
(xy 2.878238 0.849691)
(xy 2.839771 0.609285)
(xy 3.13972 0.609285)
(xy 3.210207 0.853652)
(xy 3.281249 0.965053)
(xy 3.417895 1.064197)
(xy 3.599539 1.09144)
(xy 3.801688 1.045697)
(xy 3.906738 0.992731)
(xy 4.067969 0.894427)
(xy 4.067969 -0.095236)
(xy 3.874025 -0.153343)
(xy 3.630039 -0.184238)
(xy 3.423342 -0.126609)
(xy 3.265179 0.012331)
(xy 3.166797 0.225366)
(xy 3.149222 0.311657)
(xy 3.13972 0.609285)
(xy 2.839771 0.609285)
(xy 2.838992 0.604414)
(xy 2.848277 0.348738)
(xy 2.905835 0.101552)
(xy 3.011405 -0.118256)
(xy 3.164731 -0.291797)
(xy 3.313218 -0.381198)
(xy 3.523878 -0.429183)
(xy 3.765665 -0.425355)
(xy 3.981152 -0.372243)
(xy 4.025167 -0.363601)
(xy 4.051222 -0.394436)
(xy 4.063909 -0.482827)
(xy 4.06782 -0.646855)
(xy 4.067969 -0.714028)
(xy 4.067969 -1.091406)
(xy 4.365625 -1.091406)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp d54030a6-0e4d-4898-97f6-0101cd94b672))
(fp_poly (pts
(xy -1.79834 -0.981111)
(xy -1.066602 -0.967383)
(xy -1.066602 -0.719336)
(xy -1.649512 -0.705359)
(xy -2.232422 -0.691383)
(xy -2.232422 -0.049609)
(xy -1.240234 -0.049609)
(xy -1.240234 0.198438)
(xy -2.232422 0.198438)
(xy -2.232422 1.339453)
(xy -2.530078 1.339453)
(xy -2.530078 -0.99484)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp d6cbab94-6bf2-4b3d-8637-92a3887edd77))
(fp_poly (pts
(xy -3.390097 -0.429243)
(xy -3.160528 -0.394202)
(xy -3.015817 -0.336267)
(xy -2.942737 -0.247502)
(xy -2.926953 -0.151351)
(xy -2.926953 -0.008536)
(xy -3.173356 -0.112638)
(xy -3.429485 -0.180877)
(xy -3.650139 -0.159991)
(xy -3.826311 -0.054885)
(xy -3.948993 0.129536)
(xy -4.003774 0.339561)
(xy -4.002217 0.532823)
(xy -3.957457 0.734626)
(xy -3.880962 0.911835)
(xy -3.784201 1.031317)
(xy -3.75852 1.048108)
(xy -3.585453 1.095019)
(xy -3.374197 1.088608)
(xy -3.168005 1.032224)
(xy -3.097478 0.996927)
(xy -2.926953 0.896315)
(xy -2.926953 1.063422)
(xy -2.941859 1.185783)
(xy -3.00633 1.252967)
(xy -3.083184 1.284991)
(xy -3.302259 1.331641)
(xy -3.545875 1.337929)
(xy -3.775017 1.306031)
(xy -3.950666 1.238125)
(xy -3.953367 1.236414)
(xy -4.118966 1.076926)
(xy -4.241736 0.851507)
(xy -4.308133 0.589027)
(xy -4.316016 0.463429)
(xy -4.274127 0.165156)
(xy -4.156136 -0.084757)
(xy -3.973552 -0.275212)
(xy -3.737886 -0.395113)
(xy -3.460648 -0.433361)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp d9bf962e-bc15-4591-b662-b36fb2bc0dce))
(fp_poly (pts
(xy 12.931387 -0.429243)
(xy 13.160957 -0.394202)
(xy 13.305668 -0.336267)
(xy 13.378747 -0.247502)
(xy 13.394531 -0.151351)
(xy 13.394531 -0.008536)
(xy 13.148129 -0.112638)
(xy 12.892 -0.180877)
(xy 12.671345 -0.159991)
(xy 12.495174 -0.054885)
(xy 12.372492 0.129536)
(xy 12.31771 0.339561)
(xy 12.319267 0.532823)
(xy 12.364027 0.734626)
(xy 12.440522 0.911835)
(xy 12.537284 1.031317)
(xy 12.562964 1.048108)
(xy 12.736032 1.095019)
(xy 12.947288 1.088608)
(xy 13.153479 1.032224)
(xy 13.224006 0.996927)
(xy 13.394531 0.896315)
(xy 13.394531 1.063422)
(xy 13.379625 1.185783)
(xy 13.315155 1.252967)
(xy 13.2383 1.284991)
(xy 13.019225 1.331641)
(xy 12.775609 1.337929)
(xy 12.546468 1.306031)
(xy 12.370818 1.238125)
(xy 12.368117 1.236414)
(xy 12.202518 1.076926)
(xy 12.079748 0.851507)
(xy 12.013352 0.589027)
(xy 12.005469 0.463429)
(xy 12.047357 0.165156)
(xy 12.165349 -0.084757)
(xy 12.347933 -0.275212)
(xy 12.583599 -0.395113)
(xy 12.860836 -0.433361)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp e3cabaa1-7fcd-42d6-97e4-bb17db747f94))
(fp_poly (pts
(xy -8.093063 -0.403387)
(xy -7.894445 -0.308453)
(xy -7.839742 -0.266468)
(xy -7.689453 -0.140008)
(xy -7.689453 1.339453)
(xy -7.813477 1.339453)
(xy -7.91105 1.315896)
(xy -7.9375 1.241907)
(xy -7.942193 1.181042)
(xy -7.973132 1.171906)
(xy -8.055605 1.214107)
(xy -8.098731 1.239404)
(xy -8.332639 1.335827)
(xy -8.576313 1.366534)
(xy -8.793875 1.32755)
(xy -8.814856 1.318753)
(xy -8.976857 1.197999)
(xy -9.079865 1.024634)
(xy -9.11998 0.825525)
(xy -9.119746 0.823789)
(xy -8.830469 0.823789)
(xy -8.787991 0.954777)
(xy -8.675368 1.044462)
(xy -8.514822 1.087782)
(xy -8.328569 1.079675)
(xy -8.138831 1.01508)
(xy -8.096049 0.991101)
(xy -7.996429 0.921598)
(xy -7.951198 0.848917)
(xy -7.943146 0.734357)
(xy -7.947221 0.656423)
(xy -7.962305 0.42168)
(xy -8.185547 0.437067)
(xy -8.475742 0.477596)
(xy -8.677042 0.554596)
(xy -8.793818 0.670689)
(xy -8.830469 0.823789)
(xy -9.119746 0.823789)
(xy -9.093303 0.627536)
(xy -8.995935 0.457534)
(xy -8.946559 0.411301)
(xy -8.774703 0.31707)
(xy -8.538712 0.245096)
(xy -8.272772 0.204331)
(xy -8.133496 0.198438)
(xy -7.99166 0.181041)
(xy -7.93919 0.124925)
(xy -7.973734 0.0242)
(xy -8.031938 -0.056025)
(xy -8.115981 -0.131587)
(xy -8.230284 -0.165805)
(xy -8.366801 -0.172181)
(xy -8.559646 -0.162446)
(xy -8.748719 -0.138705)
(xy -8.79716 -0.129212)
(xy -8.919005 -0.105726)
(xy -8.96988 -0.119393)
(xy -8.975489 -0.185046)
(xy -8.970793 -0.229392)
(xy -8.954772 -0.30869)
(xy -8.913432 -0.356653)
(xy -8.822718 -0.387188)
(xy -8.658575 -0.414205)
(xy -8.648747 -0.415608)
(xy -8.338356 -0.437973)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp f3122e72-66bc-4f4e-895d-8d64df7688e1))
(fp_poly (pts
(xy 1.111454 -0.420931)
(xy 1.274746 -0.349449)
(xy 1.43862 -0.219431)
(xy 1.542913 -0.053768)
(xy 1.603345 0.174793)
(xy 1.612239 0.235645)
(xy 1.64642 0.496094)
(xy 0.334863 0.496094)
(xy 0.365746 0.657324)
(xy 0.448821 0.856797)
(xy 0.600499 0.999943)
(xy 0.804235 1.081365)
(xy 1.043482 1.095667)
(xy 1.301694 1.037451)
(xy 1.401465 0.995135)
(xy 1.5875 0.905417)
(xy 1.5875 1.06286)
(xy 1.571821 1.177566)
(xy 1.505511 1.244444)
(xy 1.422747 1.279878)
(xy 1.283845 1.311775)
(xy 1.092684 1.333394)
(xy 0.93399 1.339453)
(xy 0.724481 1.330154)
(xy 0.575389 1.29653)
(xy 0.449171 1.229994)
(xy 0.44598 1.227832)
(xy 0.261689 1.080825)
(xy 0.147943 0.925776)
(xy 0.090325 0.733526)
(xy 0.074414 0.476431)
(xy 0.080204 0.270131)
(xy 0.084273 0.244785)
(xy 0.347266 0.244785)
(xy 0.392302 0.273933)
(xy 0.510329 0.292618)
(xy 0.675722 0.301306)
(xy 0.862855 0.300461)
(xy 1.046104 0.29055)
(xy 1.199845 0.272038)
(xy 1.298452 0.245389)
(xy 1.320025 0.227119)
(xy 1.316013 0.123225)
(xy 1.257379 -0.005898)
(xy 1.163727 -0.11964)
(xy 1.145315 -0.134848)
(xy 1.01758 -0.183752)
(xy 0.84562 -0.19304)
(xy 0.675315 -0.164634)
(xy 0.563912 -0.110518)
(xy 0.454191 0.007124)
(xy 0.373425 0.144226)
(xy 0.347266 0.244785)
(xy 0.084273 0.244785)
(xy 0.103442 0.125388)
(xy 0.15293 0.004917)
(xy 0.206413 -0.082686)
(xy 0.385537 -0.273642)
(xy 0.612346 -0.397728)
(xy 0.862449 -0.448855)
) (layer "F.SilkS") (width 0) (fill solid) (tstamp fef3dc0f-6a99-4041-b25a-af4fef0a3fac))
)

View File

@ -0,0 +1,159 @@
(footprint "BF@M5Atom" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 5FDC0BCC)
(attr through_hole)
(fp_text reference "REF**" (at 0 -12.7) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 1641bf69-b632-4bb0-9d27-9531ca921b39)
)
(fp_text value "BF@M5Atom" (at 0 10.16) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 5968db55-2641-448e-8a3c-0185c0b2efdc)
)
(fp_text user "G33" (at 3.81 7.62) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 020d3dbb-4ba1-4f4a-a2cf-f6fc3e2306cb)
)
(fp_text user "G21" (at -3.81 0) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 0f77fe04-3f80-4398-9fef-7d324f26c29d)
)
(fp_text user "3V3" (at 3.81 -2.54) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 10bb4256-1df5-4095-b47d-9ff5a59d487f)
)
(fp_text user "GND" (at -3.81 7.62) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 4e689b1e-cd54-4586-aac2-cb64037e923a)
)
(fp_text user "G22" (at 3.81 0) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 51c7750b-9e27-4b5e-8101-6fb447eb89d2)
)
(fp_text user "G25" (at -3.81 2.54) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 754a1413-e335-4e72-87aa-bd7477a18af9)
)
(fp_text user "G19" (at 3.81 2.54) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 9338368d-a0ce-4e8c-8c13-ceff3a4d6aac)
)
(fp_text user "5V" (at -3.81 5.08) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp a67f043e-de5b-4f50-9d18-67012dcd9fbb)
)
(fp_text user "G23" (at 3.81 5.08) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp ac6da385-6543-4760-aae1-9d5c0ca6e3ff)
)
(fp_text user "GND" (at -3.81 7.62) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 01107059-0b61-4939-9845-5712994feafd)
)
(fp_text user "3V3" (at 3.81 -2.54) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 0b113334-4819-4874-8d34-9ef5f7fccc09)
)
(fp_text user "G23" (at 3.81 5.08) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 276d0059-e6cf-4b06-8dd8-a1ef8c8ec55f)
)
(fp_text user "G19" (at 3.81 2.54) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 6c97cc97-322d-4ecc-a3ed-00fe7714fc83)
)
(fp_text user "5V" (at -3.81 5.08) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 81450a00-78e6-46da-ab39-fde007cf0302)
)
(fp_text user "M5Atom" (at 0 -8.89) (layer "F.SilkS")
(effects (font (size 1.5 1.5) (thickness 0.2)))
(tstamp 8c98d795-bb72-4f2c-8ef4-151d71158a85)
)
(fp_text user "G33" (at 3.81 7.62) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 8e53e802-2379-4214-90fb-d2125274cca3)
)
(fp_text user "G25" (at -3.81 2.54) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 924380ef-c03a-4139-944f-f027d2eddda9)
)
(fp_text user "G21" (at -3.81 0) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 9439be8f-a9fd-45fd-aa3c-20735cf6237c)
)
(fp_text user "G22" (at 3.81 0) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp ba077ca8-5ef7-4e58-b4a1-dd604a5d633c)
)
(fp_line (start 6.29 8.95) (end 8.95 8.95) (layer "F.SilkS") (width 0.12) (tstamp 176c0d33-668a-44b1-be24-a400f1ca05ec))
(fp_line (start -8.95 1.27) (end -8.95 8.95) (layer "F.SilkS") (width 0.12) (tstamp 22170ce5-95f7-4b16-babd-4c6b4f74128b))
(fp_line (start -10 -12) (end 10 -12) (layer "F.SilkS") (width 0.12) (tstamp 2eed06b7-5ed4-43d2-9737-204420244710))
(fp_line (start -6.29 1.27) (end -6.29 8.95) (layer "F.SilkS") (width 0.12) (tstamp 339775c7-0ff3-460c-9d39-472f4454268d))
(fp_line (start 6.29 -3.87) (end 7.62 -3.87) (layer "F.SilkS") (width 0.12) (tstamp 4f34c0a6-88c8-43ba-b4be-f61b49c89b96))
(fp_line (start 8.95 -1.27) (end 8.95 8.95) (layer "F.SilkS") (width 0.12) (tstamp 4fa56967-586a-474e-9dca-1996a2c673a0))
(fp_line (start -8.95 0) (end -8.95 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 64a510ff-aedd-4264-b79d-0e52def6bf37))
(fp_line (start -8.95 8.95) (end -6.29 8.95) (layer "F.SilkS") (width 0.12) (tstamp 75ec704e-ac38-44a7-b242-b14830e8fe38))
(fp_line (start 6.29 -1.27) (end 8.95 -1.27) (layer "F.SilkS") (width 0.12) (tstamp 92d868ed-8fcc-49cb-9c14-caa6de6fc677))
(fp_line (start -8.95 1.27) (end -6.29 1.27) (layer "F.SilkS") (width 0.12) (tstamp a16af6f4-aeae-4f79-85e9-4bf6c34a2009))
(fp_line (start 6.29 -1.27) (end 6.29 8.95) (layer "F.SilkS") (width 0.12) (tstamp ad683b39-29ce-4e34-98f2-8c1a4843271a))
(fp_line (start -12 10.16) (end -12 -10.16) (layer "F.SilkS") (width 0.12) (tstamp bdd91b4e-4915-4d4f-abc5-cfb9838d7416))
(fp_line (start 12 -10.16) (end 12 10.16) (layer "F.SilkS") (width 0.12) (tstamp dd82ab78-c945-4fd5-84bb-492f84158b6e))
(fp_line (start 10 12) (end -10 12) (layer "F.SilkS") (width 0.12) (tstamp e6703c55-e09a-4043-86df-b47cd29fe790))
(fp_line (start -8.95 -1.33) (end -7.62 -1.33) (layer "F.SilkS") (width 0.12) (tstamp eca1dff6-5920-48bb-b03a-06701f3c932b))
(fp_line (start 6.29 -2.54) (end 6.29 -3.87) (layer "F.SilkS") (width 0.12) (tstamp fcc30a29-e1ab-4933-bf12-41a7de06c3e2))
(fp_arc (start 10 -12) (mid 11.414214 -11.414214) (end 12 -10) (layer "F.SilkS") (width 0.12) (tstamp 36f6c59b-a88a-46eb-b83d-a8c8c8194ca1))
(fp_arc (start -10 12) (mid -11.414214 11.414214) (end -12 10) (layer "F.SilkS") (width 0.12) (tstamp 3c4c9fda-7d3b-48cd-8beb-bbe0470e3191))
(fp_arc (start 12 10) (mid 11.414214 11.414214) (end 10 12) (layer "F.SilkS") (width 0.12) (tstamp 7f92cc59-b9c4-4933-ab5a-6e4163076011))
(fp_arc (start -12 -10) (mid -11.414214 -11.414214) (end -10 -12) (layer "F.SilkS") (width 0.12) (tstamp 961a0ad2-03d8-4ad9-9314-3b72b17f9183))
(fp_line (start 9.4 9.4) (end 5.8 9.4) (layer "B.CrtYd") (width 0.05) (tstamp 425bf448-9de0-4c5b-af2d-f6d7b34e3b86))
(fp_line (start -5.82 9.39) (end -9.42 9.39) (layer "B.CrtYd") (width 0.05) (tstamp 4d188bd8-811a-4080-a43d-0b1c6b8510b2))
(fp_line (start 9.4 -4.35) (end 9.4 9.4) (layer "B.CrtYd") (width 0.05) (tstamp 5f407761-2597-47de-8f14-bc26194c7635))
(fp_line (start -9.42 -1.81) (end -5.82 -1.81) (layer "B.CrtYd") (width 0.05) (tstamp 9748bdb7-db1c-4066-a8ad-7365acddffed))
(fp_line (start -5.82 -1.81) (end -5.82 9.39) (layer "B.CrtYd") (width 0.05) (tstamp 9777b76b-b0f6-4479-ba64-458410e86ff4))
(fp_line (start 5.8 -4.35) (end 9.4 -4.35) (layer "B.CrtYd") (width 0.05) (tstamp 9ee5ffe0-69f3-4c4c-8e64-cb114d4ad925))
(fp_line (start -9.42 9.39) (end -9.42 -1.81) (layer "B.CrtYd") (width 0.05) (tstamp b7bf1c95-de6c-477c-b6ab-f07b1f727363))
(fp_line (start 5.8 9.4) (end 5.8 -4.35) (layer "B.CrtYd") (width 0.05) (tstamp d0999330-52aa-4d43-9010-d53f067d7372))
(fp_line (start 5.82 -4.34) (end 5.82 9.41) (layer "F.CrtYd") (width 0.05) (tstamp 45851315-b7db-41e3-97da-54cf1507c6e4))
(fp_line (start -5.82 9.4) (end -5.82 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 6383b5e7-b4a9-4d00-8078-3f04029ffa92))
(fp_line (start -9.42 -1.8) (end -9.42 9.4) (layer "F.CrtYd") (width 0.05) (tstamp a088f854-822d-4003-8ef5-1c3988713ffa))
(fp_line (start 9.42 9.41) (end 9.42 -4.34) (layer "F.CrtYd") (width 0.05) (tstamp aa27e3e4-5674-43de-a7b7-b3df617d6450))
(fp_line (start 5.82 9.41) (end 9.42 9.41) (layer "F.CrtYd") (width 0.05) (tstamp b0b1f868-e93b-4c5d-9f7e-84e77ed5a977))
(fp_line (start -9.42 9.4) (end -5.82 9.4) (layer "F.CrtYd") (width 0.05) (tstamp dc3c2a9c-49a5-4bb4-a473-d6803e420ece))
(fp_line (start 9.42 -4.34) (end 5.82 -4.34) (layer "F.CrtYd") (width 0.05) (tstamp e6393b14-578f-40c5-9e10-3007364dd130))
(fp_line (start -5.82 -1.8) (end -9.42 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp ff792cb0-73e2-4b4f-991e-7a77cde5ed6a))
(fp_line (start -8.89 -0.635) (end -8.255 -1.27) (layer "F.Fab") (width 0.1) (tstamp 204a9b49-5ed7-4353-8a6e-9e38b6eece5f))
(fp_line (start -6.35 8.89) (end -8.89 8.89) (layer "F.Fab") (width 0.1) (tstamp 2997538d-68a9-452e-8291-cab13f089b50))
(fp_line (start -6.35 -1.27) (end -6.35 8.89) (layer "F.Fab") (width 0.1) (tstamp 316cc0cf-51c7-4854-a01d-730751d6fbc4))
(fp_line (start -8.89 8.89) (end -8.89 -0.635) (layer "F.Fab") (width 0.1) (tstamp 4b56868a-86a2-4304-966a-64cc49e53115))
(fp_line (start 8.89 -3.81) (end 8.89 8.89) (layer "F.Fab") (width 0.1) (tstamp 5b3f62aa-db61-4f9c-8b3f-0b37dec5d821))
(fp_line (start 6.35 -3.175) (end 6.985 -3.81) (layer "F.Fab") (width 0.1) (tstamp 71e45e30-3b11-4b92-82e9-f23266178b1e))
(fp_line (start 8.89 8.89) (end 6.35 8.89) (layer "F.Fab") (width 0.1) (tstamp 90c5fd11-ea14-426c-8ab9-023e34f4f7b9))
(fp_line (start 6.985 -3.81) (end 8.89 -3.81) (layer "F.Fab") (width 0.1) (tstamp 9c254a93-29c4-41fa-b402-f3cac7cc1d82))
(fp_line (start -8.255 -1.27) (end -6.35 -1.27) (layer "F.Fab") (width 0.1) (tstamp e00761a4-1f08-45d6-85bc-08e30336187e))
(fp_line (start 6.35 8.89) (end 6.35 -3.175) (layer "F.Fab") (width 0.1) (tstamp eafd1897-7ca5-44bf-a271-71ec727c8c4f))
(pad "1" thru_hole rect (at -7.62 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp bd229db9-ba99-4701-bf2f-4471e97cf0f9))
(pad "2" thru_hole oval (at -7.62 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp db8f1b9b-cb73-40f8-b07d-182148a5e178))
(pad "3" thru_hole oval (at -7.62 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 842d8118-9b9c-4337-83c4-297e3922062c))
(pad "4" thru_hole oval (at -7.62 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp d6d0b59c-9b9e-4231-93bd-91ace4e1f5bc))
(pad "5" thru_hole oval (at 7.62 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 5b231bab-2c25-4c97-b427-387e374a7da7))
(pad "6" thru_hole oval (at 7.62 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp ccf065b9-6d75-4392-9b4e-676faa379dde))
(pad "7" thru_hole oval (at 7.62 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 5274a20d-505c-4841-acdc-4923adc176d7))
(pad "8" thru_hole oval (at 7.62 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 0f823228-4851-40ce-8ed3-b873162e38de))
(pad "9" thru_hole rect (at 7.62 -2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 8a4c7972-f4df-44ed-869c-27c1a00a6dbf))
(model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.step"
(offset (xyz -7.5 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
(model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x05_P2.54mm_Vertical.step"
(offset (xyz 7.5 2.5 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
(model "C:/Users/Yoshiyuki/OneDrive/@bf_kicad/@3d/M5 ATOM Matrix.step"
(offset (xyz 0 0 2.5))
(scale (xyz 1 1 1))
(rotate (xyz -90 0 0))
)
)

View File

@ -0,0 +1,310 @@
(footprint "BF@M5Stack_MBUS_Headder" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 61E7CF5F)
(descr "surface-mounted straight pin header, 2x15, 2.54mm pitch, double rows")
(tags "Surface mounted pin header SMD 2x15 2.54mm double row")
(attr smd)
(fp_text reference "REF**" (at 0.1 -19.9) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 234132da-3464-4acb-afd0-4f0054a45da2)
)
(fp_text value "M-BUS Pin Headder" (at 0 20.11 180) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp d465bedc-8584-4440-95dd-a958e2221f89)
)
(fp_text user "BAT" (at 4.064 17.78 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify right mirror))
(tstamp 04bd600d-c88b-456a-8b70-05be813b2c75)
)
(fp_text user "21" (at -4.064 2.54 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify left mirror))
(tstamp 07dbfeda-7d6d-496c-830c-b689f8040809)
)
(fp_text user "HP" (at -4.064 12.7 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify left mirror))
(tstamp 1c748105-c64f-4d92-a27d-b8a5c184ede7)
)
(fp_text user "G" (at -4.064 -12.7 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify left mirror))
(tstamp 1ca83ee3-2afb-4a99-a123-aebf0bce9048)
)
(fp_text user "23" (at -4.064 -10.16 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify left mirror))
(tstamp 21bcb1c7-4055-416c-aca0-3d2aa58a1ebb)
)
(fp_text user "3V3" (at 4.064 -5.08 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify right mirror))
(tstamp 2ae4bb1a-060c-4bad-b86b-d361c14fbced)
)
(fp_text user "0" (at 4.064 10.16 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify right mirror))
(tstamp 486468ee-db0e-43fd-af7f-1c6776e1009a)
)
(fp_text user "18" (at -4.064 -5.08 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify left mirror))
(tstamp 4a74cac6-8d5b-4634-9a9b-0e51821c6bcb)
)
(fp_text user "26" (at 4.064 -7.62 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify right mirror))
(tstamp 4b454449-a9e0-4d1f-b9dc-e8c00f726e5f)
)
(fp_text user "13" (at 4.064 7.62 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify right mirror))
(tstamp 4d8d92c2-95d2-4e8f-a070-1b38e32997dd)
)
(fp_text user "G" (at -4.064 -17.78 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify left mirror))
(tstamp 4d8e6587-7b2f-4549-82f8-62ef7e1396a7)
)
(fp_text user "22" (at 4.064 2.54 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify right mirror))
(tstamp 4ef0dab4-13ed-4965-a88b-6490ecad419c)
)
(fp_text user "17" (at 4.064 0 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify right mirror))
(tstamp 51b1f41b-6af7-4dc4-8605-1c2315d06a48)
)
(fp_text user "19" (at -4.064 -7.62 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify left mirror))
(tstamp 566b61c4-066c-4c2b-82bc-f79a67895b57)
)
(fp_text user "16" (at -4.064 0 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify left mirror))
(tstamp 5daf7776-b7cc-4306-80f7-5980444591ee)
)
(fp_text user "G" (at -4.064 -15.24 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify left mirror))
(tstamp 70d9bbcf-0d4e-4bb3-834c-6dd589d25b04)
)
(fp_text user "15" (at -4.064 10.16 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify left mirror))
(tstamp 75246545-8aa1-4815-af67-edcd142ce12e)
)
(fp_text user "34" (at 4.064 12.7 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify right mirror))
(tstamp 815c0227-24b4-4344-aac3-9ba338adb580)
)
(fp_text user "HP" (at -4.064 17.78 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify left mirror))
(tstamp 8528482e-f8b4-4d87-a285-0d519ab83e08)
)
(fp_text user "3" (at -4.064 -2.54 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify left mirror))
(tstamp 87477ab6-ac3e-4394-819b-2e75ec07294d)
)
(fp_text user "EN" (at 4.064 -12.7 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify right mirror))
(tstamp 8bed5daf-fb27-4d37-a1d3-8c2938ad5b9c)
)
(fp_text user "HP" (at -4.064 15.24 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify left mirror))
(tstamp 998e482b-ee37-46d9-9b4f-77d05858f853)
)
(fp_text user "25" (at 4.064 -10.16 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify right mirror))
(tstamp a3f772a3-22cc-4367-836e-1f99ce4ec6b4)
)
(fp_text user "35" (at 4.064 -17.78 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify right mirror))
(tstamp ae779d8a-9954-400e-a873-5cac4674e99e)
)
(fp_text user "5" (at 4.064 5.08 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify right mirror))
(tstamp b9dd7646-c2a4-4299-a921-4c11f8c1bc26)
)
(fp_text user "5V" (at 4.064 15.24 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify right mirror))
(tstamp ba9c4437-cdd3-4335-b856-2988888808ee)
)
(fp_text user "36" (at 4.064 -15.24 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify right mirror))
(tstamp c302d9d1-3f58-4580-a7e6-ec74adfeac1a)
)
(fp_text user "2" (at -4.064 5.08 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify left mirror))
(tstamp c58aefe5-404a-41f2-9c35-ca990dd43468)
)
(fp_text user "1" (at 4.064 -2.54 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify right mirror))
(tstamp e801bd3d-923c-42ed-8831-e29a77126b30)
)
(fp_text user "12" (at -4.064 7.62 180) (layer "B.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify left mirror))
(tstamp f9f9b1f0-33ed-40f6-adf0-e3412971575a)
)
(fp_text user "${REFERENCE}" (at 0 0 -90) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp b052c977-0ab6-4230-bc07-b25b4ef32e78)
)
(fp_line (start -2.6 -17.02) (end -2.6 -16) (layer "B.SilkS") (width 0.12) (tstamp 0dfc4799-8dbe-43b6-a0cf-2f35e0a3c555))
(fp_line (start -2.6 -6.86) (end -2.6 -5.84) (layer "B.SilkS") (width 0.12) (tstamp 10813dfb-a518-45e1-95c8-c5853ca3969a))
(fp_line (start -2.6 0.76) (end -2.6 1.78) (layer "B.SilkS") (width 0.12) (tstamp 1726cbc7-b33f-47e4-83f0-e5e6d00a4ed3))
(fp_line (start 2.6 -6.86) (end 2.6 -5.84) (layer "B.SilkS") (width 0.12) (tstamp 2d614ac4-53e8-41ca-94e9-40f6096db9be))
(fp_line (start -2.6 8.38) (end -2.6 9.4) (layer "B.SilkS") (width 0.12) (tstamp 33b1e78d-5b03-4473-aea3-b71f7251ae6a))
(fp_line (start 2.6 -19.11) (end -2.6 -19.11) (layer "B.SilkS") (width 0.12) (tstamp 3c347b9f-4f55-433a-bad0-0d8a503337a7))
(fp_line (start -2.6 -14.48) (end -2.6 -13.46) (layer "B.SilkS") (width 0.12) (tstamp 41f54650-4f07-491b-a33f-200ebedad5fb))
(fp_line (start -2.6 3.3) (end -2.6 4.32) (layer "B.SilkS") (width 0.12) (tstamp 457bb48e-97a1-41ba-9f1b-5d5cf91213a0))
(fp_line (start 2.6 8.38) (end 2.6 9.4) (layer "B.SilkS") (width 0.12) (tstamp 47627ed5-6b5a-4abc-b63b-215f7484af04))
(fp_line (start 2.6 13.46) (end 2.6 14.48) (layer "B.SilkS") (width 0.12) (tstamp 62b79287-c011-4a04-8b7b-9dbc6985e0e1))
(fp_line (start 2.6 -17.02) (end 2.6 -16) (layer "B.SilkS") (width 0.12) (tstamp 649cbaa4-80c4-4d32-b52b-12179728b2bf))
(fp_line (start 2.6 -11.94) (end 2.6 -10.92) (layer "B.SilkS") (width 0.12) (tstamp 6ff100f4-9762-41a9-8e9b-a145e464baba))
(fp_line (start -2.6 10.92) (end -2.6 11.94) (layer "B.SilkS") (width 0.12) (tstamp 74d8619f-40c6-4f91-8a53-ee76ada252a2))
(fp_line (start 2.6 3.3) (end 2.6 4.32) (layer "B.SilkS") (width 0.12) (tstamp 75e838f8-6fe3-451e-9600-559bb4863ec4))
(fp_line (start 2.6 10.92) (end 2.6 11.94) (layer "B.SilkS") (width 0.12) (tstamp 812e935b-7250-42f3-b706-2668eb8fdf72))
(fp_line (start 2.6 -9.4) (end 2.6 -8.38) (layer "B.SilkS") (width 0.12) (tstamp 81892a91-2489-47fa-9e9f-277e08207d64))
(fp_line (start -2.6 -19.11) (end -2.6 -18.54) (layer "B.SilkS") (width 0.12) (tstamp 88fbab0d-9372-4ee9-a964-9163a52f69ba))
(fp_line (start 2.6 -14.48) (end 2.6 -13.46) (layer "B.SilkS") (width 0.12) (tstamp 8b47b3be-205b-4cdd-a2b2-def3a29156d8))
(fp_line (start -2.6 13.46) (end -2.6 14.48) (layer "B.SilkS") (width 0.12) (tstamp 8ffc10fb-5714-45e9-8df6-61306918742b))
(fp_line (start 2.6 5.84) (end 2.6 6.86) (layer "B.SilkS") (width 0.12) (tstamp 96f316b6-b190-493f-beca-371f5aec2c86))
(fp_line (start -2.6 -4.32) (end -2.6 -3.3) (layer "B.SilkS") (width 0.12) (tstamp 97cda40d-77c6-43d9-9de9-c523de849c45))
(fp_line (start 2.6 16) (end 2.6 17.02) (layer "B.SilkS") (width 0.12) (tstamp 9ddcaf36-e035-46f7-a6e9-bc5e5ccc1679))
(fp_line (start 2.6 -19.11) (end 2.6 -18.54) (layer "B.SilkS") (width 0.12) (tstamp a5ac55d9-012a-4a68-96d2-b2122a6ffc8d))
(fp_line (start 4.04 -18.54) (end 2.6 -18.54) (layer "B.SilkS") (width 0.12) (tstamp a62530ca-e321-4c6c-b02d-5fc2cae24e89))
(fp_line (start 2.6 0.76) (end 2.6 1.78) (layer "B.SilkS") (width 0.12) (tstamp b8870d3d-fd3c-4f83-86f1-af9e1afdf78e))
(fp_line (start 2.6 -1.78) (end 2.6 -0.76) (layer "B.SilkS") (width 0.12) (tstamp bbc80e0f-404c-4fdc-97c5-bf6b42a9708a))
(fp_line (start -2.6 -9.4) (end -2.6 -8.38) (layer "B.SilkS") (width 0.12) (tstamp c7968edd-567f-4df3-b8c3-756ebfdfd758))
(fp_line (start -2.6 5.84) (end -2.6 6.86) (layer "B.SilkS") (width 0.12) (tstamp cb9d5312-23f4-4419-b753-5751c10b9917))
(fp_line (start 2.6 18.54) (end 2.6 19.11) (layer "B.SilkS") (width 0.12) (tstamp dc72b5ae-93c7-4035-b408-d350356c0ae9))
(fp_line (start 2.6 19.11) (end -2.6 19.11) (layer "B.SilkS") (width 0.12) (tstamp eb4ba287-e762-4fea-8040-5c1e5192d1d0))
(fp_line (start -2.6 18.54) (end -2.6 19.11) (layer "B.SilkS") (width 0.12) (tstamp ec8aee53-4501-4f5a-b315-d5f2a03551bf))
(fp_line (start -2.6 -1.78) (end -2.6 -0.76) (layer "B.SilkS") (width 0.12) (tstamp ee369607-69e6-48ce-a18c-28e7b7a38709))
(fp_line (start -2.6 16) (end -2.6 17.02) (layer "B.SilkS") (width 0.12) (tstamp f92681dc-f0aa-41f8-af24-e0d5f726423f))
(fp_line (start -2.6 -11.94) (end -2.6 -10.92) (layer "B.SilkS") (width 0.12) (tstamp f9551907-d495-43af-914f-65fb33a344f4))
(fp_line (start 2.6 -4.32) (end 2.6 -3.3) (layer "B.SilkS") (width 0.12) (tstamp f9c16863-ec1b-418f-83e6-497ce09b84e5))
(fp_line (start 5.9 -19.6) (end 5.9 19.6) (layer "B.CrtYd") (width 0.05) (tstamp 032d8d75-4d81-4451-bde9-da87766066cc))
(fp_line (start -5.9 19.6) (end -5.9 -19.6) (layer "B.CrtYd") (width 0.05) (tstamp 0a3b852a-36e5-4fb3-86c7-197676f5b84f))
(fp_line (start 5.9 19.6) (end -5.9 19.6) (layer "B.CrtYd") (width 0.05) (tstamp 711c450a-dc09-4bfa-90ac-df2618685990))
(fp_line (start -5.9 -19.6) (end 5.9 -19.6) (layer "B.CrtYd") (width 0.05) (tstamp ba375617-6f74-49c8-b023-f5b49c9e44af))
(fp_line (start -2.54 -15.56) (end -3.6 -15.56) (layer "B.Fab") (width 0.1) (tstamp 00669a41-59b1-4861-89cf-bbfbdb878ffd))
(fp_line (start 2.54 12.38) (end 3.6 12.38) (layer "B.Fab") (width 0.1) (tstamp 00e4ef00-07a5-44eb-bb05-70ec37db2c92))
(fp_line (start -3.6 14.92) (end -3.6 15.56) (layer "B.Fab") (width 0.1) (tstamp 02abb1b4-1f83-4104-b580-c303c472af29))
(fp_line (start 3.6 5.4) (end 2.54 5.4) (layer "B.Fab") (width 0.1) (tstamp 05c6223c-e954-4f55-a684-38aa4044cd57))
(fp_line (start -3.6 5.4) (end -2.54 5.4) (layer "B.Fab") (width 0.1) (tstamp 072c14de-dee1-4228-8c59-070485fb61c8))
(fp_line (start 3.6 -10.48) (end 3.6 -9.84) (layer "B.Fab") (width 0.1) (tstamp 0a22cfdb-143b-4321-8df7-ed04be390886))
(fp_line (start 3.6 13.02) (end 2.54 13.02) (layer "B.Fab") (width 0.1) (tstamp 0ac69c1b-15fc-4282-8026-653a4e75d323))
(fp_line (start -3.6 -15.56) (end -3.6 -14.92) (layer "B.Fab") (width 0.1) (tstamp 0c64870f-8db4-448c-a4ef-9a591a2f8760))
(fp_line (start 2.54 -13.02) (end 3.6 -13.02) (layer "B.Fab") (width 0.1) (tstamp 0ee8c8ef-3049-446d-9f88-4464eea1c4e4))
(fp_line (start -2.54 4.76) (end -3.6 4.76) (layer "B.Fab") (width 0.1) (tstamp 127efbbb-be7b-48b5-b068-3575f2d17e8c))
(fp_line (start -3.6 2.22) (end -3.6 2.86) (layer "B.Fab") (width 0.1) (tstamp 1702ca8a-9a5d-4047-99d9-024b435100f2))
(fp_line (start -3.6 -12.38) (end -2.54 -12.38) (layer "B.Fab") (width 0.1) (tstamp 1a1af72e-bba1-4bb8-837c-cd75f03652af))
(fp_line (start 2.54 2.22) (end 3.6 2.22) (layer "B.Fab") (width 0.1) (tstamp 1bf20c5d-922f-4e39-9c34-c999853e6f6e))
(fp_line (start -3.6 -14.92) (end -2.54 -14.92) (layer "B.Fab") (width 0.1) (tstamp 1d1c0562-a3c3-4413-a948-d623a545dabb))
(fp_line (start 3.6 -12.38) (end 2.54 -12.38) (layer "B.Fab") (width 0.1) (tstamp 226b28a7-ed9c-456e-bac3-9668971e8769))
(fp_line (start -3.6 -4.76) (end -2.54 -4.76) (layer "B.Fab") (width 0.1) (tstamp 24e59f96-2870-4f9d-999f-4de76718f0f1))
(fp_line (start -3.6 4.76) (end -3.6 5.4) (layer "B.Fab") (width 0.1) (tstamp 2501793e-cada-4c59-aa16-ccaf4fe69e12))
(fp_line (start 2.54 19.05) (end 2.54 -18.1) (layer "B.Fab") (width 0.1) (tstamp 2c7fd7ac-28dc-47e2-a292-4bd5051177b9))
(fp_line (start 2.54 -10.48) (end 3.6 -10.48) (layer "B.Fab") (width 0.1) (tstamp 2e641658-4d66-49a4-a64b-1944acf433ed))
(fp_line (start 3.6 14.92) (end 3.6 15.56) (layer "B.Fab") (width 0.1) (tstamp 33758c88-ba12-41ff-b43e-cef8c993c11a))
(fp_line (start 3.6 -2.86) (end 3.6 -2.22) (layer "B.Fab") (width 0.1) (tstamp 342ba895-32e9-4976-bd7f-74ce772b4c81))
(fp_line (start -3.6 12.38) (end -3.6 13.02) (layer "B.Fab") (width 0.1) (tstamp 34f18073-081f-4636-83cf-0c13f91fa13a))
(fp_line (start -2.54 -19.05) (end -2.54 19.05) (layer "B.Fab") (width 0.1) (tstamp 358a3f02-86d0-42e7-b4e7-ed5613d9d772))
(fp_line (start 3.6 -17.46) (end 2.54 -17.46) (layer "B.Fab") (width 0.1) (tstamp 3755f404-42ed-4fe3-9917-462c22144927))
(fp_line (start -2.54 -18.1) (end -3.6 -18.1) (layer "B.Fab") (width 0.1) (tstamp 3c71da54-c1e6-4896-a221-3014c26f2a51))
(fp_line (start 3.6 -13.02) (end 3.6 -12.38) (layer "B.Fab") (width 0.1) (tstamp 40405809-d2d3-4179-87eb-0e1ec5ebad4a))
(fp_line (start 3.6 7.94) (end 2.54 7.94) (layer "B.Fab") (width 0.1) (tstamp 426dc737-cc21-422d-ba34-ea5ede0b96e7))
(fp_line (start -3.6 7.3) (end -3.6 7.94) (layer "B.Fab") (width 0.1) (tstamp 428bdd8b-2d74-49f7-9474-31f3c790a2b7))
(fp_line (start 2.54 -5.4) (end 3.6 -5.4) (layer "B.Fab") (width 0.1) (tstamp 437ade99-76a0-4aaa-98a4-79806007eaa3))
(fp_line (start -2.54 -13.02) (end -3.6 -13.02) (layer "B.Fab") (width 0.1) (tstamp 44196f98-ebbb-4eb1-858d-8b2e150689b1))
(fp_line (start 3.6 12.38) (end 3.6 13.02) (layer "B.Fab") (width 0.1) (tstamp 4459f9c1-1817-4ead-9840-a457310882e4))
(fp_line (start 3.6 0.32) (end 2.54 0.32) (layer "B.Fab") (width 0.1) (tstamp 449d4999-410c-4c94-a8d2-ee1ba15386f1))
(fp_line (start 2.54 -15.56) (end 3.6 -15.56) (layer "B.Fab") (width 0.1) (tstamp 450be07f-02e8-4050-aca6-11d938dd1c9c))
(fp_line (start 3.6 2.86) (end 2.54 2.86) (layer "B.Fab") (width 0.1) (tstamp 46f56cde-3b7b-4202-bb2c-1acd7a7b385a))
(fp_line (start -3.6 -10.48) (end -3.6 -9.84) (layer "B.Fab") (width 0.1) (tstamp 49f7e2d0-005d-4b5f-a5e9-71d2f37c965c))
(fp_line (start 3.6 -0.32) (end 3.6 0.32) (layer "B.Fab") (width 0.1) (tstamp 4e4d4bf0-f4ca-415b-aa96-adaa43093220))
(fp_line (start 1.59 -19.05) (end -2.54 -19.05) (layer "B.Fab") (width 0.1) (tstamp 5357bea5-91e1-4d30-9551-84f644845786))
(fp_line (start -3.6 -2.86) (end -3.6 -2.22) (layer "B.Fab") (width 0.1) (tstamp 599d8361-7c6b-43e4-844d-a7976e9c1c70))
(fp_line (start 3.6 17.46) (end 3.6 18.1) (layer "B.Fab") (width 0.1) (tstamp 5c956e3f-0c52-4454-880e-eb473acba908))
(fp_line (start -3.6 -7.3) (end -2.54 -7.3) (layer "B.Fab") (width 0.1) (tstamp 5df8c68f-cc0b-4e6b-b252-d45aa971a1c4))
(fp_line (start 3.6 -14.92) (end 2.54 -14.92) (layer "B.Fab") (width 0.1) (tstamp 6b89316a-1fda-4306-8a08-bca5008a69de))
(fp_line (start -3.6 -13.02) (end -3.6 -12.38) (layer "B.Fab") (width 0.1) (tstamp 6bbccfa5-13e4-4789-a357-466fef4516ef))
(fp_line (start -3.6 -18.1) (end -3.6 -17.46) (layer "B.Fab") (width 0.1) (tstamp 6c54b547-70e0-48d8-b595-552fcc2dd1e3))
(fp_line (start 2.54 7.3) (end 3.6 7.3) (layer "B.Fab") (width 0.1) (tstamp 6e1e4916-cbaf-4cdb-b3dc-70e8d45c399e))
(fp_line (start 3.6 7.3) (end 3.6 7.94) (layer "B.Fab") (width 0.1) (tstamp 76c958ed-a90a-4868-a37f-d8c222fb5284))
(fp_line (start -3.6 -2.22) (end -2.54 -2.22) (layer "B.Fab") (width 0.1) (tstamp 77159d53-1d9b-4545-8510-22f94ee839f6))
(fp_line (start 3.6 -18.1) (end 3.6 -17.46) (layer "B.Fab") (width 0.1) (tstamp 78d941fe-03de-42d3-ac83-a86eae778788))
(fp_line (start 3.6 -5.4) (end 3.6 -4.76) (layer "B.Fab") (width 0.1) (tstamp 7d2b5279-9745-4dbf-b4b7-44dfd837c958))
(fp_line (start 2.54 -18.1) (end 3.6 -18.1) (layer "B.Fab") (width 0.1) (tstamp 7dd5cfb5-42d6-4299-bca0-d05ebd624492))
(fp_line (start 2.54 -18.1) (end 1.59 -19.05) (layer "B.Fab") (width 0.1) (tstamp 7e837200-39c1-484d-8338-f5aea6639ec9))
(fp_line (start -3.6 -17.46) (end -2.54 -17.46) (layer "B.Fab") (width 0.1) (tstamp 84288ce4-58bc-40d8-80c5-e0a5f1f182d7))
(fp_line (start -2.54 -0.32) (end -3.6 -0.32) (layer "B.Fab") (width 0.1) (tstamp 85326c91-16ba-4e39-86ed-6729ebc18cc2))
(fp_line (start -3.6 2.86) (end -2.54 2.86) (layer "B.Fab") (width 0.1) (tstamp 88264449-c8ae-470c-bdd4-e5983bf445f3))
(fp_line (start -2.54 -7.94) (end -3.6 -7.94) (layer "B.Fab") (width 0.1) (tstamp 8cf64a65-c0e2-4be1-95e2-0494e9b19733))
(fp_line (start 2.54 14.92) (end 3.6 14.92) (layer "B.Fab") (width 0.1) (tstamp 8d54ff44-2a7f-44f4-b08e-13f63ed4522b))
(fp_line (start -3.6 15.56) (end -2.54 15.56) (layer "B.Fab") (width 0.1) (tstamp 8ec9eb92-a55d-4013-935a-b3d0dc74d6e7))
(fp_line (start -3.6 0.32) (end -2.54 0.32) (layer "B.Fab") (width 0.1) (tstamp 903235cc-c9fa-4190-9313-195ece5e5f87))
(fp_line (start -3.6 18.1) (end -2.54 18.1) (layer "B.Fab") (width 0.1) (tstamp 94689375-db0b-458b-a807-ba4db8128c01))
(fp_line (start 2.54 9.84) (end 3.6 9.84) (layer "B.Fab") (width 0.1) (tstamp 9885a1d2-f2bc-4e2e-bd50-1396c85179f1))
(fp_line (start -3.6 13.02) (end -2.54 13.02) (layer "B.Fab") (width 0.1) (tstamp 9e801fbd-9db7-4766-8ad8-7cf147f46e31))
(fp_line (start -2.54 -10.48) (end -3.6 -10.48) (layer "B.Fab") (width 0.1) (tstamp a0d743f6-4907-460b-92bd-1edfdecf7576))
(fp_line (start -3.6 7.94) (end -2.54 7.94) (layer "B.Fab") (width 0.1) (tstamp a39b0403-eabf-42e7-8d33-9683c6a71900))
(fp_line (start -3.6 -7.94) (end -3.6 -7.3) (layer "B.Fab") (width 0.1) (tstamp a451ca11-f394-4660-b5b4-e17833b1fb48))
(fp_line (start -3.6 9.84) (end -3.6 10.48) (layer "B.Fab") (width 0.1) (tstamp a7587085-7b8d-4322-a67c-ccbc2154f5a9))
(fp_line (start -2.54 12.38) (end -3.6 12.38) (layer "B.Fab") (width 0.1) (tstamp a84da22e-e277-4f8c-ae89-2109404c2f6b))
(fp_line (start -2.54 19.05) (end 2.54 19.05) (layer "B.Fab") (width 0.1) (tstamp a946ef8c-10f7-41fa-81c4-6b4139007d8d))
(fp_line (start -2.54 9.84) (end -3.6 9.84) (layer "B.Fab") (width 0.1) (tstamp ab701400-75ac-4559-a3c9-2921c13376e2))
(fp_line (start -3.6 -0.32) (end -3.6 0.32) (layer "B.Fab") (width 0.1) (tstamp ac9d788a-1b89-4682-985d-5b5faec4195c))
(fp_line (start 2.54 -0.32) (end 3.6 -0.32) (layer "B.Fab") (width 0.1) (tstamp b016e028-5aec-4e12-a441-2c02e29299d2))
(fp_line (start -3.6 -5.4) (end -3.6 -4.76) (layer "B.Fab") (width 0.1) (tstamp b45d0f29-30df-4496-a287-073c3fec1c3f))
(fp_line (start 3.6 9.84) (end 3.6 10.48) (layer "B.Fab") (width 0.1) (tstamp b4bd1f81-b95f-4339-8fd6-cdce05261711))
(fp_line (start 2.54 -2.86) (end 3.6 -2.86) (layer "B.Fab") (width 0.1) (tstamp b6800025-d75a-44a9-8989-7817550cbffb))
(fp_line (start -2.54 7.3) (end -3.6 7.3) (layer "B.Fab") (width 0.1) (tstamp b81ef393-a243-4732-b283-b983df950d1d))
(fp_line (start 3.6 -4.76) (end 2.54 -4.76) (layer "B.Fab") (width 0.1) (tstamp bfd32bd3-036e-4e99-a003-6c546046ab5c))
(fp_line (start 3.6 -9.84) (end 2.54 -9.84) (layer "B.Fab") (width 0.1) (tstamp c4676102-279c-40ee-b792-a3f2c60fb9e8))
(fp_line (start -3.6 -9.84) (end -2.54 -9.84) (layer "B.Fab") (width 0.1) (tstamp c58451b9-b224-4115-ba2a-a5b5d66fc961))
(fp_line (start 3.6 -7.3) (end 2.54 -7.3) (layer "B.Fab") (width 0.1) (tstamp c7e17b7d-8df3-4aed-a99c-2234cff2e245))
(fp_line (start 2.54 -7.94) (end 3.6 -7.94) (layer "B.Fab") (width 0.1) (tstamp c8d449ea-1ace-4a6a-940e-46710a3c605b))
(fp_line (start 3.6 -2.22) (end 2.54 -2.22) (layer "B.Fab") (width 0.1) (tstamp cfe1345a-c467-4f2c-9c55-516ab6f79093))
(fp_line (start 3.6 15.56) (end 2.54 15.56) (layer "B.Fab") (width 0.1) (tstamp d0763279-b647-4711-b701-2e97e4635911))
(fp_line (start 3.6 -15.56) (end 3.6 -14.92) (layer "B.Fab") (width 0.1) (tstamp d5371aed-d684-4c37-9b4f-720baa1a9230))
(fp_line (start 3.6 -7.94) (end 3.6 -7.3) (layer "B.Fab") (width 0.1) (tstamp d7694934-27b8-414e-9cce-d0fb7b01c77c))
(fp_line (start -3.6 17.46) (end -3.6 18.1) (layer "B.Fab") (width 0.1) (tstamp dd06b102-d3d1-4e24-977e-64415784be6b))
(fp_line (start -2.54 14.92) (end -3.6 14.92) (layer "B.Fab") (width 0.1) (tstamp dd1868c8-e9d6-49ca-b2c1-87b20b4a0d62))
(fp_line (start 2.54 4.76) (end 3.6 4.76) (layer "B.Fab") (width 0.1) (tstamp df47d65e-5ba6-43ac-914d-aaa8a366a455))
(fp_line (start 3.6 10.48) (end 2.54 10.48) (layer "B.Fab") (width 0.1) (tstamp e223a4d8-7f94-486d-a31a-4af268c2706a))
(fp_line (start -2.54 17.46) (end -3.6 17.46) (layer "B.Fab") (width 0.1) (tstamp e6416f5f-5998-4c09-81ed-c8a2c55653ad))
(fp_line (start -2.54 -2.86) (end -3.6 -2.86) (layer "B.Fab") (width 0.1) (tstamp e82745d1-42b3-47ea-8960-2d1427955633))
(fp_line (start -3.6 10.48) (end -2.54 10.48) (layer "B.Fab") (width 0.1) (tstamp ed392723-0ff2-4e59-8a92-53796971ec51))
(fp_line (start -2.54 -5.4) (end -3.6 -5.4) (layer "B.Fab") (width 0.1) (tstamp f0332ca6-3c4e-4022-b2d6-0ef5109404ba))
(fp_line (start -2.54 2.22) (end -3.6 2.22) (layer "B.Fab") (width 0.1) (tstamp f6113073-f785-425a-a15d-db83aeb83298))
(fp_line (start 3.6 4.76) (end 3.6 5.4) (layer "B.Fab") (width 0.1) (tstamp f9bc2a8d-b429-4f70-83e9-33bad18dcd36))
(fp_line (start 3.6 2.22) (end 3.6 2.86) (layer "B.Fab") (width 0.1) (tstamp fabe6abc-fb3a-48d6-b177-607824de96f8))
(fp_line (start 3.6 18.1) (end 2.54 18.1) (layer "B.Fab") (width 0.1) (tstamp fb8ea210-97f3-4162-aafc-ea4302a17981))
(fp_line (start 2.54 17.46) (end 3.6 17.46) (layer "B.Fab") (width 0.1) (tstamp fd31547e-b73a-456a-b950-1270f27e906e))
(pad "" np_thru_hole circle (at 0 -13.97 180) (size 1 1) (drill 1) (layers F&B.Cu *.Mask) (tstamp 475d0d65-e224-4d27-a230-12d02c171847))
(pad "" np_thru_hole circle (at 0 13.97 180) (size 1 1) (drill 1) (layers *.Cu *.Mask) (tstamp f6dfdc64-64fc-4a06-8171-149729dbb5ba))
(pad "1" smd rect (at 2.525 -17.78) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 51cbc65f-1d29-4367-a53e-3ff00d674573))
(pad "2" smd rect (at -2.525 -17.78) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 0144b25a-ce9f-49b3-8390-02071fcdae51))
(pad "3" smd rect (at 2.525 -15.24) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 40622868-dd65-4790-a103-780ae64513bf))
(pad "4" smd rect (at -2.525 -15.24) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp d8cdfeb1-13c1-445d-9abf-377c204404be))
(pad "5" smd rect (at 2.525 -12.7) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 201d5c9a-a568-4287-9477-a58a48ac561e))
(pad "6" smd rect (at -2.525 -12.7) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp a469b032-ddc5-490f-8a05-b681ae61942a))
(pad "7" smd rect (at 2.525 -10.16) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 4d2296fc-679d-4386-be4b-ba0805d125c4))
(pad "8" smd rect (at -2.525 -10.16) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp a29074bc-9243-43f5-af88-b7f7cc09d317))
(pad "9" smd rect (at 2.525 -7.62) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 5987b7f4-68b5-4da3-92ad-9f539a5d0198))
(pad "10" smd rect (at -2.525 -7.62) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 578ab88a-d48d-43b5-8930-40c299d227bb))
(pad "11" smd rect (at 2.525 -5.08) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp c47d0695-cb91-4b7d-ad40-c28c4964e55e))
(pad "12" smd rect (at -2.525 -5.08) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 85cec5ea-2567-4394-b997-810e68b63428))
(pad "13" smd rect (at 2.525 -2.54) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 66421aec-9252-44e9-9cf4-f581e9cf0fec))
(pad "14" smd rect (at -2.525 -2.54) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp bb050176-ea60-43c2-8edc-074fd15e8a30))
(pad "15" smd rect (at 2.525 0) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 601972dc-b8ac-4ed6-ab6e-dc2734d252ca))
(pad "16" smd rect (at -2.525 0) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 8a70c7c9-bd80-4b47-ac90-60f15d75bdf3))
(pad "17" smd rect (at 2.525 2.54) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 62d26b90-da61-4f2b-8a74-25274ccd964f))
(pad "18" smd rect (at -2.525 2.54) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 5360129b-0dfb-4e16-ba07-8781ae646909))
(pad "19" smd rect (at 2.525 5.08) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp c2d5cf4f-0205-4d23-b5cc-1211793d18f8))
(pad "20" smd rect (at -2.525 5.08) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp af1fcb13-b35f-4b21-9b2f-4f10efc53149))
(pad "21" smd rect (at 2.525 7.62) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 7f3fc3a0-5aaa-4ac9-b400-354311652739))
(pad "22" smd rect (at -2.525 7.62) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 019a6e45-4368-4e76-8db5-c4a6af12675c))
(pad "23" smd rect (at 2.525 10.16) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 1a0ca254-773d-4952-9c84-a301673137d1))
(pad "24" smd rect (at -2.525 10.16) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 60edce48-3889-4a15-90c2-4d655d82a7b1))
(pad "25" smd rect (at 2.525 12.7) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 407aaac4-770e-4553-bb3e-fcab1b4f5715))
(pad "26" smd rect (at -2.525 12.7) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp e249be13-4be9-4718-98d5-34a7594c06b8))
(pad "27" smd rect (at 2.525 15.24) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 3a96d73d-54e4-4abc-a98e-4726dfe0ab6f))
(pad "28" smd rect (at -2.525 15.24) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 08824a30-9186-4464-95a5-2a568aae7e40))
(pad "29" smd rect (at 2.525 17.78) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 7fa55615-3ac9-4d66-93f9-4db1d55224b0))
(pad "30" smd rect (at -2.525 17.78) (size 3.15 1) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 5ada7d68-f661-4626-b7e7-cbbf273fbaef))
(model "${KISYS3DMOD}/Pin_Headers.3dshapes/Pin_Header_Straight_2x15_Pitch2.54mm_SMD.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

View File

@ -0,0 +1,21 @@
(footprint "BF@MountingHole_2.2mm_M2" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 5F53230F)
(descr "Mounting Hole 2.2mm, no annular, M2")
(tags "mounting hole 2.2mm no annular m2")
(attr exclude_from_pos_files exclude_from_bom)
(fp_text reference "REF**" (at 0 -3.2) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 101e831e-5587-4c45-89b5-6d01198113ad)
)
(fp_text value "BF@MountingHole_2.2mm_M2" (at 0 3.2) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 2185e53e-e2d8-4015-a28a-fc882cf8a40d)
)
(fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 1414a2fb-3d1f-4f88-8675-f9e35eed9a63)
)
(fp_circle (center 0 0) (end 1.5 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp 424df1b4-1bf9-4bfe-b943-ff0dd6b017e5))
(pad "" np_thru_hole circle (at 0 0) (size 2.2 2.2) (drill 2.2) (layers F&B.Cu *.Mask) (tstamp 08ae6a62-7274-4b63-b3fc-8524ba1be085))
)

View File

@ -0,0 +1,21 @@
(footprint "BF@MountingHole_3.2mm_M3" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 5F531B03)
(descr "Mounting Hole 3.2mm, no annular, M3")
(tags "mounting hole 3.2mm no annular m3")
(attr exclude_from_pos_files exclude_from_bom)
(fp_text reference "REF**" (at 0 -4.2) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 2c350d04-5a2e-4910-9b16-56c3fd54f451)
)
(fp_text value "BF@MountingHole_3.2mm_M3" (at 0 4.2) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp d4630fbc-6d61-4b55-bc55-12697f2d290b)
)
(fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 0ac177a4-31ad-4967-bb8d-4cd7b8519051)
)
(fp_circle (center 0 0) (end 2 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp 442fb37c-0b32-453a-bcad-dd5b64767574))
(pad "" np_thru_hole circle (at 0 0) (size 3.2 3.2) (drill 3.2) (layers F&B.Cu *.Mask) (tstamp e5e3ec25-d042-4e98-aab8-5af68fef9cc2))
)

View File

@ -0,0 +1,15 @@
(footprint "BF@MouseBite2.54_Dot" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 5F24B1FD)
(attr through_hole)
(fp_text reference "REF**" (at 0 -1.905) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 4fd5904e-cffd-446d-8822-fb0b9d8e0896)
)
(fp_text value "BF@MouseBite2.54_Dot" (at 0 3) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 133b056e-69e4-425d-818b-abaddb454381)
)
(fp_line (start 3.81 -1.27) (end -3.81 -1.27) (layer "Dwgs.User") (width 0.12) (tstamp 73ced20e-6110-49c0-b015-67b5549e38cc))
(pad "" np_thru_hole circle (at 0 -1.016) (size 0.6 0.6) (drill 0.6) (layers *.Cu) (tstamp ddb08778-d065-413f-9206-72f250629136))
)

View File

@ -0,0 +1,53 @@
(footprint "BF@MouseBite2.54_DoubleSided" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 5F24B054)
(attr through_hole)
(fp_text reference "REF**" (at 0 -1.905) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 36fdcb45-48de-4469-92ad-c11559ea9e73)
)
(fp_text value "BF@MouseBite2.54_DoubleSided" (at 0 3) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b334a6ee-9e29-442c-86e7-bc6fbf23b92f)
)
(fp_line (start -3.81 1.27) (end 3.81 1.27) (layer "Dwgs.User") (width 0.12) (tstamp 272d779b-86bb-4a92-9d6b-8cf9e5fff199))
(fp_line (start 3.81 -1.27) (end -3.81 -1.27) (layer "Dwgs.User") (width 0.12) (tstamp 372830c2-655b-4560-b7cf-cfb943e7e89c))
(fp_arc (start 3.81 1.27) (mid 2.54 0) (end 3.81 -1.27) (layer "Dwgs.User") (width 0.12) (tstamp 9708a31e-9b78-4366-9976-7e7d5d3fe127))
(fp_arc (start -3.81 -1.27) (mid -2.54 0) (end -3.81 1.27) (layer "Dwgs.User") (width 0.12) (tstamp e4cf13c1-574f-45cb-89ce-87c6dfd27010))
(pad "" np_thru_hole circle (at 3.4 1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp 1a0a6845-2386-4c21-b14a-8c0350d488f0))
(pad "" np_thru_hole circle (at -1.7 1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp 301e3cd4-596d-4cc4-9898-33fedf5c4159))
(pad "" np_thru_hole circle (at 3.4 -1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp 39114b1e-ad4f-4bad-a8c3-417cd7657b5f))
(pad "" np_thru_hole circle (at -3.4 -1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp 3937e89f-7ce1-4b32-8a76-88c1382863af))
(pad "" np_thru_hole circle (at 0 1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp 54fd684f-80fe-48ab-8274-e19d090d37c4))
(pad "" np_thru_hole circle (at -2.55 -1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp 5e547804-ac24-484b-a5dd-06af6402e3d1))
(pad "" np_thru_hole circle (at 1.7 -1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp 67dd2427-725a-4972-b67f-4e4e998a7bf5))
(pad "" np_thru_hole circle (at -1.7 -1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp 7b489b7f-e749-4160-874b-63aea626d6e5))
(pad "" np_thru_hole circle (at 0 -1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp 874ef1dd-b5f7-4ec9-803c-b89cda6e9870))
(pad "" np_thru_hole circle (at 2.55 1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp 883b8c60-ea49-4dde-88ac-ce96e0b5954b))
(pad "" np_thru_hole circle (at -0.85 1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp 884f5a9e-4e0e-4acd-8ded-d746016a02b7))
(pad "" np_thru_hole circle (at 0.85 1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp be21c1c8-ce96-44be-87d9-0e64bf71b85f))
(pad "" np_thru_hole circle (at -0.85 -1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp c01ca63a-f470-4c7b-9d75-a78c231a6912))
(pad "" np_thru_hole circle (at -3.4 1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp d7f7d165-7bf0-4fb1-935a-315b478961e5))
(pad "" np_thru_hole circle (at 0.85 -1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp dfb9e7ef-517a-46e4-a76f-688ce6a428ba))
(pad "" np_thru_hole circle (at 2.55 -1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp efd4d1bc-c007-420b-b9f1-bfb1278df84e))
(pad "" np_thru_hole circle (at -2.55 1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp f238f681-9906-4108-8af6-f662e6a49649))
(pad "" np_thru_hole circle (at 1.7 1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp f7ec8b97-6640-4e84-a101-f804bb07b64d))
)

View File

@ -0,0 +1,35 @@
(footprint "BF@MouseBite2.54_SingleSided" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 5F24B108)
(attr through_hole)
(fp_text reference "REF**" (at 0 -1.905) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 9866bd2e-2234-493d-9b76-32d63df7c69f)
)
(fp_text value "BF@MouseBite2.54_SingleSided" (at 0 3) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 63f45b5d-222f-4d15-bb5d-291d95d98cdc)
)
(fp_line (start -3.81 1.27) (end 3.81 1.27) (layer "Dwgs.User") (width 0.12) (tstamp 948df223-0715-4c1c-9429-f7d2e3f6eab9))
(fp_line (start 3.81 -1.27) (end -3.81 -1.27) (layer "Dwgs.User") (width 0.12) (tstamp e1261b08-6348-4b12-9142-36a23ebe43a5))
(fp_arc (start -3.81 -1.27) (mid -2.54 0) (end -3.81 1.27) (layer "Dwgs.User") (width 0.12) (tstamp 6eafb0b7-ef4e-46a1-826a-a6a67ef3fe16))
(fp_arc (start 3.81 1.27) (mid 2.54 0) (end 3.81 -1.27) (layer "Dwgs.User") (width 0.12) (tstamp 8658a9e1-cf7e-4fd5-82c7-eb4dfd5f7dd0))
(pad "" np_thru_hole circle (at 0 -1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp 0f78c8d2-7750-4b02-8155-1a624510f73f))
(pad "" np_thru_hole circle (at 1.7 -1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp 0faf1188-5729-4552-949c-0fcb30ccfec2))
(pad "" np_thru_hole circle (at -0.85 -1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp 28640a46-5acb-404f-ba0e-29c3c511e9cc))
(pad "" np_thru_hole circle (at -1.7 -1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp 5d245226-563f-4ae9-85c6-62c2e37d0c6c))
(pad "" np_thru_hole circle (at 0.85 -1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp 76ed934c-5d8c-4bab-bbf0-86f460c2c937))
(pad "" np_thru_hole circle (at -3.4 -1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp aefb2c2a-9d65-40cb-ab61-16e8dd46796e))
(pad "" np_thru_hole circle (at 2.55 -1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp d32acfca-2cb3-4767-b33f-f49dc6d401f5))
(pad "" np_thru_hole circle (at -2.55 -1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp dc31b853-8584-459c-84cb-6378af8c9e84))
(pad "" np_thru_hole circle (at 3.4 -1) (size 0.6 0.6) (drill 0.6) (layers *.Cu)
(clearance 0.8) (tstamp edfd7f90-c936-43b7-82ea-6fc32e72d191))
)

View File

@ -0,0 +1,37 @@
(footprint "BF@Potentiometer_Bourns_3362P" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 5F35E2D1)
(descr "https://www.bourns.com/docs/product-datasheets/3362.pdf")
(tags "Bourns 3362 Square Trimpot Trimming Potentiometer 3362P Top Adjust")
(attr through_hole)
(fp_text reference "REF**" (at 0.5 -4.25) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 86a56410-4da7-49e8-a409-ca19bfe838c4)
)
(fp_text value "BF@Potentiometer_Bourns_3362P" (at 0 4.7) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp df5720ca-fd5e-4274-b7a0-6b0a208568cc)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 0.6 0.6) (thickness 0.09)))
(tstamp 4352ac69-41cf-4372-89d5-b7a29d2039a8)
)
(fp_line (start -3.3 -3.46) (end -3.3 3.53) (layer "F.SilkS") (width 0.12) (tstamp 0379aa89-9a33-4205-a42e-254e6b08b560))
(fp_line (start -1.27 0) (end 1.27 0) (layer "F.SilkS") (width 0.12) (tstamp 0c4494f5-7f38-47fb-b71a-6d238f971c19))
(fp_line (start -3.3 -3.46) (end 3.3 -3.46) (layer "F.SilkS") (width 0.12) (tstamp 3558abec-c6f4-4d50-9a3b-5c8151bcbfe3))
(fp_line (start 3.3 3.53) (end 3.3 -3.46) (layer "F.SilkS") (width 0.12) (tstamp 35c2392f-a698-4720-ae71-9eddf0e481a1))
(fp_line (start 0 -1.27) (end 0 1.27) (layer "F.SilkS") (width 0.12) (tstamp 68c5ad45-ba6e-4949-bdee-e4b26fb6b6b5))
(fp_line (start 3.3 3.53) (end -3.3 3.53) (layer "F.SilkS") (width 0.12) (tstamp 8db99474-0501-46fe-bde0-dc94e16f17be))
(fp_circle (center 0 0) (end 1.6 0) (layer "F.SilkS") (width 0.12) (fill none) (tstamp d84e8ac6-cf46-45da-a314-7ba922906e70))
(fp_line (start 3.5 -3.66) (end 3.5 3.73) (layer "F.CrtYd") (width 0.05) (tstamp 1887bb84-12d2-4e6d-9f05-263d96b560e9))
(fp_line (start -3.5 3.73) (end -3.5 -3.66) (layer "F.CrtYd") (width 0.05) (tstamp 1ea652ed-1fb0-4ea5-ab9a-834e2f392c43))
(fp_line (start -3.5 -3.66) (end 3.5 -3.66) (layer "F.CrtYd") (width 0.05) (tstamp 71680ad9-d5f9-4bca-a48a-b7721e1c59c6))
(fp_line (start 3.5 3.73) (end -3.5 3.73) (layer "F.CrtYd") (width 0.05) (tstamp d4b1fee3-9c09-4dfd-8baf-494cb2cf50cd))
(fp_line (start -3.4 -3.56) (end 3.4 -3.56) (layer "F.Fab") (width 0.12) (tstamp 6f3a3bea-7926-484b-9a6f-6b07c3a7cbb7))
(fp_line (start 3.4 3.63) (end -3.4 3.63) (layer "F.Fab") (width 0.12) (tstamp 810d7cfe-9506-4227-86f1-eb8ae268a0aa))
(fp_line (start 3.4 -3.56) (end 3.4 3.63) (layer "F.Fab") (width 0.12) (tstamp b15dae5c-6277-42aa-b62a-ef2a8270defe))
(fp_line (start -3.4 3.63) (end -3.4 -3.56) (layer "F.Fab") (width 0.12) (tstamp de05e677-28c8-4f59-9bf6-0355d9686398))
(pad "1" thru_hole circle (at -2.54 0) (size 1.3 1.3) (drill 0.75) (layers *.Cu *.Mask) (tstamp 8ae8b86d-f84d-4d25-8a49-38c2a6dce418))
(pad "2" thru_hole circle (at 0 -2.54 90) (size 1.3 1.3) (drill 0.75) (layers *.Cu *.Mask) (tstamp c18a7493-1612-4be0-8c39-84b6e4a76b44))
(pad "3" thru_hole circle (at 2.54 0) (size 1.3 1.3) (drill 0.75) (layers *.Cu *.Mask) (tstamp 7039770c-f99a-43f4-8b9c-6b80dba33dc0))
)

View File

@ -0,0 +1,74 @@
(footprint "BF@SW_Slide_1P2T_CK_OS102011MA1Q" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 5C5044D5)
(descr "CuK miniature slide switch, OS series, SPDT, https://www.ckswitches.com/media/1428/os.pdf")
(tags "switch SPDT")
(attr through_hole)
(fp_text reference "REF**" (at 3.99 -2.99) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 606f3cd6-dbda-4f5a-b26c-ecef61e67de6)
)
(fp_text value "BF@SW_Slide_1P2T_CK_OS102011MA1Q" (at 2 3) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 8dca21e1-83f5-4634-b631-06f7d4d9b56f)
)
(fp_text user "${REFERENCE}" (at 3.99 -2.99) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 5eba2759-54d2-4834-9984-50a19a3434d7)
)
(fp_line (start 0.6 6.3) (end 0.6 2.3) (layer "F.SilkS") (width 0.12) (tstamp 02cc35cf-3c04-4193-90d9-746f9ae9f4de))
(fp_line (start -2.41 -1.95) (end -2.41 -2.26) (layer "F.SilkS") (width 0.12) (tstamp 07e1b922-ffab-432b-8fda-43edb4ace141))
(fp_line (start 1.4 6.3) (end 1.4 2.3) (layer "F.SilkS") (width 0.12) (tstamp 12e5b38b-18c7-475e-945b-2b55fdf5578d))
(fp_line (start 4 6.3) (end 4 2.3) (layer "F.SilkS") (width 0.12) (tstamp 166cebcf-e2fc-4aac-909b-b86942eb9746))
(fp_line (start 0 -2.46) (end 0.5 -2.96) (layer "F.SilkS") (width 0.12) (tstamp 1a39a2b3-b335-4988-a902-8b5f71a95b54))
(fp_line (start 0 6.3) (end 2 6.3) (layer "F.SilkS") (width 0.12) (tstamp 28919f91-d7a8-4ffd-925a-ad7c28f1df99))
(fp_line (start 2 6.3) (end 4 6.3) (layer "F.SilkS") (width 0.12) (tstamp 31cb09e7-177d-4ff8-905e-a70cc48fc9b1))
(fp_line (start 1.8 6.3) (end 1.8 2.3) (layer "F.SilkS") (width 0.12) (tstamp 36fb06e6-a4ee-42ad-b011-52eb1dad8aed))
(fp_line (start 0.2 6.3) (end 0.2 2.3) (layer "F.SilkS") (width 0.12) (tstamp 442e5f3c-ef16-4687-86e4-e78e538118c8))
(fp_line (start 0.5 -2.96) (end -0.5 -2.96) (layer "F.SilkS") (width 0.12) (tstamp 74db9539-25d8-48b7-b5f9-43aa344b555a))
(fp_line (start -2.41 2.26) (end -2.41 1.95) (layer "F.SilkS") (width 0.12) (tstamp 853c1d8e-b6f3-477a-ad75-47cce9288a98))
(fp_line (start -0.5 -2.96) (end 0 -2.46) (layer "F.SilkS") (width 0.12) (tstamp 96f4df63-e1d7-4ec3-9859-5fe40632d89f))
(fp_line (start 6.41 2.26) (end 6.41 1.95) (layer "F.SilkS") (width 0.12) (tstamp 9dc4e674-bda4-44ec-95af-d7c468373593))
(fp_line (start 1 6.3) (end 1 2.3) (layer "F.SilkS") (width 0.12) (tstamp 9e0a61a3-0567-4ff7-b615-d29bb28385aa))
(fp_line (start 1.6 6.3) (end 1.6 2.3) (layer "F.SilkS") (width 0.12) (tstamp a37b2000-3090-44a4-a4af-d75cad2675f7))
(fp_line (start 6.41 -2.26) (end 6.41 -1.95) (layer "F.SilkS") (width 0.12) (tstamp a4d603c1-3ab1-4bd0-95b9-3e80dce68e22))
(fp_line (start 6.41 2.26) (end -2.41 2.26) (layer "F.SilkS") (width 0.12) (tstamp a8c45fe4-470d-4244-963d-850eee772e48))
(fp_line (start -2.41 -2.26) (end 6.41 -2.26) (layer "F.SilkS") (width 0.12) (tstamp d2313f1a-739d-4b25-9735-3bf73275d773))
(fp_line (start 1.2 6.3) (end 1.2 2.3) (layer "F.SilkS") (width 0.12) (tstamp e27a80d9-3cae-4d11-b4eb-62338cf85f03))
(fp_line (start 0 2.3) (end 0 6.3) (layer "F.SilkS") (width 0.12) (tstamp ed949f1f-020e-4152-b731-ab298141c189))
(fp_line (start 2 6.3) (end 2 2.26) (layer "F.SilkS") (width 0.12) (tstamp f06a6e22-edc1-460c-8f72-befaee674f2b))
(fp_line (start 0.8 6.3) (end 0.8 2.3) (layer "F.SilkS") (width 0.12) (tstamp f558081f-dff8-48bb-bbfa-23a26d92a698))
(fp_line (start 0.4 6.3) (end 0.4 2.3) (layer "F.SilkS") (width 0.12) (tstamp f769b028-b511-4b62-be42-5c4cbc3ee892))
(fp_line (start -0.3 2.4) (end -0.3 6.6) (layer "F.CrtYd") (width 0.05) (tstamp 08068b77-8b77-446b-aa48-0ba2f088f958))
(fp_line (start 7.4 -2.4) (end -3.5 -2.4) (layer "F.CrtYd") (width 0.05) (tstamp 33905eaf-d62d-4748-82d7-2377368159ca))
(fp_line (start 7.4 2.4) (end 7.4 -2.4) (layer "F.CrtYd") (width 0.05) (tstamp 63d6ff45-a707-4019-9829-f5f8bb89410f))
(fp_line (start -0.3 6.6) (end 4.3 6.6) (layer "F.CrtYd") (width 0.05) (tstamp 678d980f-e71e-416d-8289-5fbbe554e75c))
(fp_line (start 4.3 2.4) (end 7.4 2.4) (layer "F.CrtYd") (width 0.05) (tstamp 768b09f2-f99b-456d-8ae9-1d573b4993bd))
(fp_line (start -3.5 2.4) (end -0.3 2.4) (layer "F.CrtYd") (width 0.05) (tstamp 789e4761-d95f-422f-99c5-4ea3d9010660))
(fp_line (start 4.3 6.6) (end 4.3 2.4) (layer "F.CrtYd") (width 0.05) (tstamp b4581d8d-d8d4-43bc-b034-f59dd698b0a8))
(fp_line (start -3.5 -2.4) (end -3.5 2.4) (layer "F.CrtYd") (width 0.05) (tstamp ed6ecda8-7a48-49b1-a4a3-313ffd51ecd5))
(fp_line (start -2.3 2.15) (end -2.3 -2.15) (layer "F.Fab") (width 0.1) (tstamp 1bb581c1-37c3-4690-a443-f0e91e4515fa))
(fp_line (start 0 -1.65) (end 0.5 -2.15) (layer "F.Fab") (width 0.1) (tstamp 1ce1ec22-bfaa-4a8d-8d1b-89e0ffcb3a13))
(fp_line (start -2.3 -2.15) (end -0.5 -2.15) (layer "F.Fab") (width 0.1) (tstamp 482ada5e-cd2a-4927-9c06-0b7d5121b68a))
(fp_line (start 0.66 -1) (end 0.66 1) (layer "F.Fab") (width 0.1) (tstamp 4af95867-1d9c-438f-8957-59a3909de902))
(fp_line (start 6.3 2.15) (end -2.3 2.15) (layer "F.Fab") (width 0.1) (tstamp 5fb6a260-b22b-43a0-926f-0026908a836c))
(fp_line (start 0 1) (end 4 1) (layer "F.Fab") (width 0.1) (tstamp 73b3aae4-9b41-4f2e-9852-7d7e936febf9))
(fp_line (start 4 -1) (end 4 1) (layer "F.Fab") (width 0.1) (tstamp 7ce7983d-6271-4f57-8a0e-4bd150046c28))
(fp_line (start 2 -1) (end 2 1) (layer "F.Fab") (width 0.1) (tstamp 827d6451-8c68-479d-864d-1b448f01f024))
(fp_line (start 0 -1) (end 4 -1) (layer "F.Fab") (width 0.1) (tstamp 8cfec944-edb5-4294-a30d-2068422b59d0))
(fp_line (start 6.3 -2.15) (end 6.3 2.15) (layer "F.Fab") (width 0.1) (tstamp c111b3f1-792e-443f-a86a-1b5a894363ee))
(fp_line (start 0 -1) (end 0 1) (layer "F.Fab") (width 0.1) (tstamp d59c668c-3669-4b31-b2f0-6acb47f502c6))
(fp_line (start 0.5 -2.15) (end 6.3 -2.15) (layer "F.Fab") (width 0.1) (tstamp e00aa794-0617-4e3a-a2ce-ebe7fda39459))
(fp_line (start -0.5 -2.15) (end 0 -1.65) (layer "F.Fab") (width 0.1) (tstamp ec9c8a97-e071-49bb-9799-5d1da70cf124))
(fp_line (start 1.34 -1) (end 1.34 1) (layer "F.Fab") (width 0.1) (tstamp fb258371-284b-4af7-9b87-bb7c00dad88f))
(pad "" thru_hole oval (at -2.1 0) (size 2.2 3.5) (drill 1.5) (layers *.Cu *.Mask) (tstamp 5ef3a1ae-a001-44df-b40b-ca9cd79171b2))
(pad "" thru_hole oval (at 6.1 0) (size 2.2 3.5) (drill 1.5) (layers *.Cu *.Mask) (tstamp d83eedc9-d620-4511-8a8e-f2b95d1d52ad))
(pad "1" thru_hole rect (at 0 0) (size 1.5 2.5) (drill 0.8) (layers *.Cu *.Mask) (tstamp 41a92880-1ef1-4c6a-9311-4faac38a2b34))
(pad "2" thru_hole oval (at 2 0) (size 1.5 2.5) (drill 0.8) (layers *.Cu *.Mask) (tstamp 28412994-374f-4c4b-af3b-5663d2ccfb0e))
(pad "3" thru_hole oval (at 4 0) (size 1.5 2.5) (drill 0.8) (layers *.Cu *.Mask) (tstamp 60976e7f-7185-4aff-a7f7-93717d909370))
(model "${KICAD6_3DMODEL_DIR}/Button_Switch_THT.3dshapes/SW_Slide_1P2T_CK_OS102011MS2Q.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

View File

@ -0,0 +1,43 @@
(footprint "BF@USB-4AF103BS" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 634FE4DF)
(descr "https://akizukidenshi.com/download/ds/useconn/USB-4AF103BS-Rev_C.PDF")
(tags "USB A-type Female Single-Deck Right-Angle White-Insulator")
(attr through_hole)
(fp_text reference "REF**" (at 0 -2 180) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp fdc5457c-d84f-42e6-996a-776abdf988b6)
)
(fp_text value "BF@USB-4AF103BS" (at 0 14.5 180) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 1f4ad4fd-1ffe-434c-a82b-a226d70bf630)
)
(fp_text user "${REFERENCE}" (at 0 5 180) (layer "F.Fab")
(effects (font (size 0.6 0.6) (thickness 0.09)))
(tstamp a6b32a22-e6b3-4e02-b206-635356f9e02b)
)
(fp_line (start -6.7 8) (end 6.7 8) (layer "F.SilkS") (width 0.12) (tstamp 0c4e2ccd-1a78-4170-aedf-ec086b3493d7))
(fp_line (start -6.7 -1) (end -6.7 13.6) (layer "F.SilkS") (width 0.12) (tstamp 0da6db2b-0389-4edc-b615-c8a0af336d6f))
(fp_line (start 6.7 -1) (end 6.7 13.6) (layer "F.SilkS") (width 0.12) (tstamp 32a6f545-0b95-42b0-a79f-7bcf9e01d6a6))
(fp_line (start -6.7 -1) (end 6.7 -1) (layer "F.SilkS") (width 0.12) (tstamp 52d67a3d-4b45-4dcf-adab-fe5e99b2b4c2))
(fp_line (start -6.7 13.6) (end 6.7 13.6) (layer "F.SilkS") (width 0.12) (tstamp 85e52238-891a-45ad-9986-a97dafd86ba1))
(fp_line (start -8.5 13.7) (end 8.5 13.7) (layer "F.CrtYd") (width 0.05) (tstamp 62f71b1a-2ff4-4aae-b0cd-683916c728b8))
(fp_line (start -8.5 -1.1) (end 8.5 -1.1) (layer "F.CrtYd") (width 0.05) (tstamp 64236772-a2ed-4e40-b1ff-58ffb62b404c))
(fp_line (start 8.5 -1.1) (end 8.5 13.7) (layer "F.CrtYd") (width 0.05) (tstamp edcf3c2f-cb22-458c-abc9-d27ef18e3302))
(fp_line (start -8.5 -1.1) (end -8.5 13.7) (layer "F.CrtYd") (width 0.05) (tstamp f11dfea6-9fa3-4b65-b341-ee4d17787c90))
(fp_line (start 6.58 -0.5) (end 6.58 13.5) (layer "F.Fab") (width 0.1) (tstamp 871dbca4-abae-4618-9ab3-a5d595769ecc))
(fp_line (start -6.58 -0.5) (end 6.58 -0.5) (layer "F.Fab") (width 0.1) (tstamp 8f30c75a-bba3-4b6e-b1bc-7f1499d7c692))
(fp_line (start -6.58 13.5) (end 6.58 13.5) (layer "F.Fab") (width 0.1) (tstamp b3f58cb6-2421-4470-848c-0323600c8335))
(fp_line (start -6.58 -0.5) (end -6.58 13.5) (layer "F.Fab") (width 0.1) (tstamp e894e83e-8c4d-4db4-a889-a4723e783e86))
(pad "1" thru_hole circle (at -3.5 0) (size 1.6 1.6) (drill 0.9) (layers *.Cu *.Mask) (tstamp 829191f7-e52d-46b2-9ddf-945e2cbe52d8))
(pad "2" thru_hole circle (at -1 0) (size 1.6 1.6) (drill 0.9) (layers *.Cu *.Mask) (tstamp 65d38591-1983-40f5-a05a-ec557449cee0))
(pad "3" thru_hole circle (at 1 0) (size 1.6 1.6) (drill 0.9) (layers *.Cu *.Mask) (tstamp ce8f91a3-dfe1-4816-88a8-b1594151e9d0))
(pad "4" thru_hole circle (at 3.5 0) (size 1.6 1.6) (drill 0.9) (layers *.Cu *.Mask) (tstamp 6c81d053-0bfa-446e-8902-ef587580ebe9))
(pad "5" thru_hole circle (at -6.52 2.6) (size 3.6 3.6) (drill 2.3) (layers *.Cu *.Mask) (tstamp 844b0f39-7121-4633-a00f-6dd9ad4aa071))
(pad "5" thru_hole circle (at 6.52 2.6) (size 3.6 3.6) (drill 2.3) (layers *.Cu *.Mask) (tstamp addd242d-feb7-4087-94f6-863de31a66a8))
(model "C:/Users/Yoshiyuki/OneDrive/@bf_kicad/@3d/femaleThruHoleUSB.stp"
(offset (xyz 0 0 4))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 180))
)
)

View File

@ -0,0 +1,45 @@
(footprint "BF@USB-4AM103" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 634FAD5D)
(descr "https://akizukidenshi.com/download/ds/useconn/USB-4AM103.pdf")
(tags "USB A-type Male Right-Angle PCB")
(attr through_hole)
(fp_text reference "REF**" (at 0 2 180) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp a4422e22-090e-4e93-a68f-e1fb50f268fa)
)
(fp_text value "BF@USB-4AM103" (at 0 -21.5 180) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp f94689e4-ee5f-4d6f-80e3-f43d104e0af9)
)
(fp_text user "${REFERENCE}" (at 0 -10 180) (layer "F.Fab")
(effects (font (size 0.6 0.6) (thickness 0.09)))
(tstamp 848ffc5a-d25b-4abf-97ad-711e4996da05)
)
(fp_line (start -6.1 -5.2) (end 6.1 -5.2) (layer "F.SilkS") (width 0.12) (tstamp 83babb8e-ca5b-498c-8233-74a10700b487))
(fp_line (start -6.1 -20.3) (end -6.1 1) (layer "F.SilkS") (width 0.12) (tstamp 9f5100fe-f8aa-4fa9-9694-1bd42a5582cf))
(fp_line (start 6.1 -20.3) (end 6.1 1) (layer "F.SilkS") (width 0.12) (tstamp b02f709f-de2f-4d71-8689-ad7ad5e62c47))
(fp_line (start -6.1 -20.3) (end 6.1 -20.3) (layer "F.SilkS") (width 0.12) (tstamp c2b28e21-ee5a-47cf-bde9-5760c645f125))
(fp_line (start -6.1 1) (end 6.1 1) (layer "F.SilkS") (width 0.12) (tstamp f685d30f-c4af-40b3-9d47-a34e86a4d6f9))
(fp_line (start 7.1 -20.4) (end 7.1 1.1) (layer "F.CrtYd") (width 0.05) (tstamp 50800ce5-2f9e-45dd-8491-70e352879126))
(fp_line (start -7.1 -20.4) (end 7.1 -20.4) (layer "F.CrtYd") (width 0.05) (tstamp 76c6ef92-4644-486b-bb16-3a2f7e9ebfa8))
(fp_line (start -7.1 1.1) (end 7.1 1.1) (layer "F.CrtYd") (width 0.05) (tstamp 7a6754f6-963b-4507-957b-34544fe9c72f))
(fp_line (start -7.1 -20.4) (end -7.1 1.1) (layer "F.CrtYd") (width 0.05) (tstamp ba98df55-a6da-4ec3-8df8-1a1b9abdbdef))
(fp_line (start -6 0) (end 6 0) (layer "F.Fab") (width 0.1) (tstamp 1c1fab98-7d29-4193-9662-a4883b133448))
(fp_line (start -6 -20.2) (end -6 0) (layer "F.Fab") (width 0.1) (tstamp 375a0efe-0632-4920-b2c3-67fa32ab6c66))
(fp_line (start -6 -20.2) (end 6 -20.2) (layer "F.Fab") (width 0.1) (tstamp 689f3263-2869-4436-8d80-917fbcf1e5dc))
(fp_line (start 6 -20.2) (end 6 0) (layer "F.Fab") (width 0.1) (tstamp 8314d48e-7a01-43ed-9485-92c3610a99ce))
(pad "" np_thru_hole circle (at 2.25 -2.4) (size 1.3 1.3) (drill 1.3) (layers *.Cu *.Mask) (tstamp 776f65c2-1e29-4069-8083-b2ac4ac15153))
(pad "" np_thru_hole circle (at -2.25 -2.4) (size 1.3 1.3) (drill 1.3) (layers *.Cu *.Mask) (tstamp b5060aba-646b-4b7c-a77b-278bffdeba3b))
(pad "1" thru_hole circle (at -3.5 0) (size 1.6 1.6) (drill 0.93) (layers *.Cu *.Mask) (tstamp 232eb339-6f7c-4110-a412-b2a72dab1471))
(pad "2" thru_hole circle (at -1 0) (size 1.6 1.6) (drill 0.93) (layers *.Cu *.Mask) (tstamp 37fb2f33-cac8-4f33-9b5e-f9eed801a78b))
(pad "3" thru_hole circle (at 1 0) (size 1.6 1.6) (drill 0.93) (layers *.Cu *.Mask) (tstamp 955982d1-a8dd-4aa4-a1cf-072565370601))
(pad "4" thru_hole circle (at 3.5 0) (size 1.6 1.6) (drill 0.93) (layers *.Cu *.Mask) (tstamp 11c478a6-006f-407b-8da5-ace538a7b586))
(pad "5" thru_hole oval (at 5.85 -2.4) (size 2.2 3.5) (drill oval 1.2 2.5) (layers *.Cu *.Mask) (tstamp 881c76aa-31cb-48ae-9bf1-e4f1dbd9d875))
(pad "5" thru_hole oval (at -5.85 -2.4) (size 2.2 3.5) (drill oval 1.2 2.5) (layers *.Cu *.Mask) (tstamp f9aabea4-20a5-49f2-9cfd-a883bbbdb3d9))
(model "C:/Users/Yoshiyuki/OneDrive/@bf_kicad/@3d/femaleThruHoleUSB.stp"
(offset (xyz 0 0 4))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 180))
)
)

View File

@ -0,0 +1,58 @@
(footprint "BF@USB-C-5077CR-16-SMC2-BK-TR" (version 20211014) (generator pcbnew)
(layer "F.Cu")
(tedit 63509105)
(descr "https://akizukidenshi.com/download/ds/akizuki/5077CR-16-SMC2-BK-TR.pdf")
(tags "USB 3.1 Type-C Female WIth-Peg")
(attr through_hole)
(fp_text reference "REF**" (at 0 -6.5) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 9a1032aa-771d-467c-8a0b-14a85901b988)
)
(fp_text value "BF@USB-C-5077CR-16-SMC2-BK-TR" (at 0 3.5) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp f3f85dc4-7baf-43c9-84e4-c5c2c2e65f2c)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 0.6 0.6) (thickness 0.09)))
(tstamp 38c1a611-92dc-4142-8d21-6f3a94fb78de)
)
(fp_line (start 4.65 -5.5) (end 4.65 2.7) (layer "F.SilkS") (width 0.12) (tstamp 4cd0aea2-b016-43c7-9329-e5955b355de7))
(fp_line (start 4.65 2.7) (end -4.65 2.7) (layer "F.SilkS") (width 0.12) (tstamp 5a869e5b-df6f-4db4-902a-acf519b1f8fe))
(fp_line (start -4.65 2.7) (end -4.65 -5.5) (layer "F.SilkS") (width 0.12) (tstamp d537c26e-419e-4f4b-a9bd-1058a751571e))
(fp_line (start -4.65 -5.5) (end 4.65 -5.5) (layer "F.SilkS") (width 0.12) (tstamp dbdf3fd2-5979-4021-b63d-d6c7fa8a5c4a))
(fp_line (start -4.9 -5.6) (end -4.9 2.8) (layer "F.CrtYd") (width 0.05) (tstamp 348513c6-7599-4794-ab16-e973a4d57e95))
(fp_line (start 4.9 2.8) (end -4.9 2.8) (layer "F.CrtYd") (width 0.05) (tstamp 75bac25a-48d3-4ab2-b05e-088fde71a20e))
(fp_line (start -4.9 -5.6) (end 4.9 -5.6) (layer "F.CrtYd") (width 0.05) (tstamp 95ae3573-860f-4067-ac49-5a5b961312a4))
(fp_line (start 4.9 -5.6) (end 4.9 2.8) (layer "F.CrtYd") (width 0.05) (tstamp f6d99cd3-d1ce-4d93-bfc6-f349417c447a))
(fp_line (start -4.32 -5) (end -4.32 2.6) (layer "F.Fab") (width 0.1) (tstamp 203c4bf4-f3ec-4acd-9ba8-da9a653b33bf))
(fp_line (start 4.32 -5) (end 4.32 2.6) (layer "F.Fab") (width 0.1) (tstamp 45782b47-7936-48fb-8195-b91cc8827359))
(fp_line (start -4.32 -5) (end 4.32 -5) (layer "F.Fab") (width 0.1) (tstamp a664e1a0-b4a8-474d-b20e-66ee51d79268))
(fp_line (start 4.32 2.6) (end -4.32 2.6) (layer "F.Fab") (width 0.1) (tstamp bb48fcfb-86ea-4935-9b78-26598d940bfa))
(pad "" np_thru_hole circle (at -2.89 -3.68) (size 0.65 0.65) (drill 0.65) (layers *.Cu *.Mask) (tstamp 755435d3-51d9-4c8f-89d6-5bea64b6b0c1))
(pad "" np_thru_hole circle (at 2.89 -3.68) (size 0.65 0.65) (drill 0.65) (layers *.Cu *.Mask) (tstamp bf28a04f-deb0-41c5-93ab-af449f51259b))
(pad "A1" smd rect (at -3.35 -4.75) (size 0.3 1.14) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp ea36569d-9d4c-4d00-9564-826eeddeb0f6))
(pad "A4" smd rect (at -2.55 -4.75) (size 0.3 1.14) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 543325ed-814c-4be0-8959-d56b618ee3b7))
(pad "A5" smd rect (at -1.25 -4.75) (size 0.3 1.14) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 1895ca3a-410b-4293-a912-fe26d5b0172c))
(pad "A6" smd rect (at -0.25 -4.75) (size 0.3 1.14) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp acca2aac-9742-4cd1-a7e8-499085d778b5))
(pad "A7" smd rect (at 0.25 -4.75) (size 0.3 1.14) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp a02c63ba-1a4e-4439-b193-5ead4149887a))
(pad "A8" smd rect (at 1.25 -4.75) (size 0.3 1.14) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 948f1748-ff57-4b0b-ae17-6fbd3c1ec757))
(pad "A9" smd rect (at 2.55 -4.75) (size 0.3 1.14) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 0f31a24a-8cca-4445-a01d-bb34a910f63f))
(pad "A12" smd rect (at 3.35 -4.75) (size 0.3 1.14) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 2d65ddf6-0b21-40ba-8eb6-cfaaf2211674))
(pad "B1" smd rect (at 3.05 -4.8) (size 0.3 1.04) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp c2723562-2d76-499f-a315-445c0cdfddc3))
(pad "B4" smd rect (at 2.25 -4.75) (size 0.3 1.14) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 0bd36fb3-dc02-485b-8c8f-936a1ccebc58))
(pad "B5" smd rect (at 1.75 -4.75) (size 0.3 1.14) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp e609232c-268b-4b13-af1a-a216ed6dfb51))
(pad "B6" smd rect (at 0.75 -4.75) (size 0.3 1.14) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 8b3c9418-2a86-496e-b855-03276b85c8c4))
(pad "B7" smd rect (at -0.75 -4.75) (size 0.3 1.14) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 8187f137-62fc-4beb-bc66-dbf32734f894))
(pad "B8" smd rect (at -1.75 -4.75) (size 0.3 1.14) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 0af51ad7-fd81-41b2-b7a4-37e90134c2bc))
(pad "B9" smd rect (at -2.25 -4.75) (size 0.3 1.14) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 14fd24b6-8485-423e-9c38-b119cf0a408f))
(pad "B12" smd rect (at -3.05 -4.8) (size 0.3 1.04) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 65de49b6-2a7e-4412-8989-af3f4c398cd6))
(pad "S1" thru_hole oval (at -4.32 -4.18) (size 1 2.1) (drill oval 0.6 1.7) (layers *.Cu *.Mask) (tstamp 89ac7ba7-cfb1-4966-8a37-40fad9f669f4))
(pad "S1" thru_hole oval (at 4.32 -4.18) (size 1 2.1) (drill oval 0.6 1.7) (layers *.Cu *.Mask) (tstamp c00199ef-3a7a-4bbd-a259-f2428e89484d))
(pad "S1" thru_hole oval (at -4.32 0) (size 1 1.8) (drill oval 0.6 1.4) (layers *.Cu *.Mask) (tstamp dc68c080-3ea1-4613-bd52-578169a5659c))
(pad "S1" thru_hole oval (at 4.32 0) (size 1 1.8) (drill oval 0.6 1.4) (layers *.Cu *.Mask) (tstamp eb81278e-4aac-4eca-b7be-22299f752e5c))
(model "C:/Users/Yoshiyuki/OneDrive/@bf_kicad/@3d/femaleThruHoleUSB.stp"
(offset (xyz 0 0 4))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 180))
)
)

View File

@ -0,0 +1,38 @@
(module HW4-2.0-90D (layer F.Cu) (tedit 5BD4AAAC)
(attr virtual)
(fp_text reference REF** (at 0 -5.95) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value HW4-2.0-90D (at -0.025 6.45) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -4.99872 2.5019) (end -4.99872 4.49834) (layer F.SilkS) (width 0.127))
(fp_line (start -5 -4.9) (end -5 4.9) (layer F.SilkS) (width 0.127))
(fp_line (start -5 4.9) (end 5 4.9) (layer F.Fab) (width 0.1))
(fp_line (start 5 -4.9) (end 5 4.9) (layer F.SilkS) (width 0.127))
(fp_line (start 5 4.9) (end -5 4.9) (layer F.SilkS) (width 0.127))
(fp_line (start -5 4.9) (end -5 -4.9) (layer F.Fab) (width 0.1))
(fp_line (start -5 1.6) (end 5 1.6) (layer F.Fab) (width 0.1))
(fp_line (start -5 -4.9) (end -2.79908 -4.9) (layer F.Fab) (width 0.1))
(fp_line (start -2.79908 -4.9) (end -2.79908 -3.8989) (layer F.Fab) (width 0.1))
(fp_line (start -2.79908 -3.8989) (end 2.79908 -3.8989) (layer F.Fab) (width 0.1))
(fp_line (start 2.79908 -3.8989) (end 2.79908 -4.9) (layer F.Fab) (width 0.1))
(fp_line (start 2.79908 -4.9) (end 5 -4.9) (layer F.Fab) (width 0.1))
(fp_line (start 5 4.9) (end 5 -4.9) (layer F.Fab) (width 0.1))
(fp_line (start 2.79908 -4.9) (end 5 -4.9) (layer F.SilkS) (width 0.127))
(fp_line (start 2.79908 -3.8989) (end 2.79908 -4.9) (layer F.SilkS) (width 0.127))
(fp_line (start -2.79908 -3.9) (end 2.79908 -3.9) (layer F.SilkS) (width 0.127))
(fp_line (start -2.8 -4.9) (end -2.8 -3.8989) (layer F.SilkS) (width 0.127))
(fp_line (start -5.00092 -4.9) (end -2.8 -4.9) (layer F.SilkS) (width 0.127))
(fp_text user REF** (at 0 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 5.25 5.15) (end 5.25 -5.15) (layer F.CrtYd) (width 0.05))
(fp_line (start 5.25 -5.15) (end -5.25 -5.15) (layer F.CrtYd) (width 0.05))
(fp_line (start -5.25 -5.15) (end -5.25 5.15) (layer F.CrtYd) (width 0.05))
(fp_line (start -5.25 5.15) (end 5.25 5.15) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole rect (at -2.99974 3.20012) (size 1.27 1.27) (drill 0.79756) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at -0.99822 3.2) (size 1.27 1.27) (drill 0.79756) (layers *.Cu *.Mask))
(pad 3 thru_hole circle (at 0.99822 3.2) (size 1.27 1.27) (drill 0.79756) (layers *.Cu *.Mask))
(pad 4 thru_hole circle (at 2.99974 3.2) (size 1.27 1.27) (drill 0.79756) (layers *.Cu *.Mask))
)

View File

@ -0,0 +1,45 @@
(module HW4-2.0 (layer F.Cu) (tedit 5BD4A519)
(attr virtual)
(fp_text reference REF** (at -0.025 -3.375) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value HW4-2.0 (at -0.025 5.3) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -4.99872 -0.99822) (end -4.99872 0.99822) (layer F.SilkS) (width 0.127))
(fp_line (start -4.99872 -2.19964) (end -4.99872 2.95) (layer F.SilkS) (width 0.127))
(fp_line (start 5 2.95) (end 5 -2.19964) (layer F.SilkS) (width 0.127))
(fp_line (start -4.99872 -2.19964) (end 4.99872 -2.19964) (layer F.SilkS) (width 0.127))
(fp_line (start -4.99872 2.95) (end -3.19786 2.95) (layer F.Fab) (width 0.1))
(fp_line (start -5 -2.15) (end 5 -2.15) (layer F.Fab) (width 0.1))
(fp_line (start 5 2.95) (end 5 -2.15) (layer F.Fab) (width 0.1))
(fp_line (start -5 2.95) (end -5 -2.15) (layer F.Fab) (width 0.1))
(fp_line (start -3.175 2.95) (end -3.175 2.159) (layer F.Fab) (width 0.1))
(fp_line (start -3.175 2.159) (end -1.778 2.159) (layer F.Fab) (width 0.1))
(fp_line (start -1.778 2.159) (end -1.778 2.95) (layer F.Fab) (width 0.1))
(fp_line (start -1.778 2.95) (end 1.778 2.95) (layer F.Fab) (width 0.1))
(fp_line (start 1.778 2.95) (end 1.778 2.159) (layer F.Fab) (width 0.1))
(fp_line (start 1.778 2.159) (end 3.175 2.159) (layer F.Fab) (width 0.1))
(fp_line (start 3.175 2.159) (end 3.175 2.95) (layer F.Fab) (width 0.1))
(fp_line (start 3.175 2.95) (end 5 2.95) (layer F.Fab) (width 0.1))
(fp_text user %R (at -0.025 -3.375) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 3.175 2.95) (end 5 2.95) (layer F.SilkS) (width 0.127))
(fp_line (start 3.175 2.159) (end 3.175 2.95) (layer F.SilkS) (width 0.127))
(fp_line (start 1.778 2.159) (end 3.175 2.159) (layer F.SilkS) (width 0.127))
(fp_line (start 1.775 2.95) (end 1.775 2.159) (layer F.SilkS) (width 0.127))
(fp_line (start -1.781 2.95) (end 1.775 2.95) (layer F.SilkS) (width 0.127))
(fp_line (start -1.778 2.159) (end -1.778 2.95) (layer F.SilkS) (width 0.127))
(fp_line (start -3.175 2.159) (end -1.778 2.159) (layer F.SilkS) (width 0.127))
(fp_line (start -3.175 2.95) (end -3.175 2.159) (layer F.SilkS) (width 0.127))
(fp_line (start -5.00086 2.95) (end -3.2 2.95) (layer F.SilkS) (width 0.127))
(fp_line (start 5.25 -2.4) (end 5.25 3.2) (layer F.CrtYd) (width 0.05))
(fp_line (start 5.25 3.2) (end -5.25 3.2) (layer F.CrtYd) (width 0.05))
(fp_line (start -5.25 3.2) (end -5.25 -2.4) (layer F.CrtYd) (width 0.05))
(fp_line (start -5.25 -2.4) (end 5.25 -2.4) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole rect (at -2.99974 0) (size 1.27 1.27) (drill 0.79756) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at -0.99822 0) (size 1.27 1.27) (drill 0.79756) (layers *.Cu *.Mask))
(pad 3 thru_hole circle (at 0.99822 0) (size 1.27 1.27) (drill 0.79756) (layers *.Cu *.Mask))
(pad 4 thru_hole circle (at 2.99974 0) (size 1.27 1.27) (drill 0.79756) (layers *.Cu *.Mask))
)

View File

@ -0,0 +1,46 @@
(module HW4-SMD-2.0-90D (layer F.Cu) (tedit 5BD4BCC4)
(attr smd)
(fp_text reference REF** (at 0 -6.05) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value HW4-SMD-2.0-90D (at 0 7.9) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0.025 0.02564) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 3.39852 -4.49924) (end 5.99948 -4.49924) (layer F.SilkS) (width 0.127))
(fp_line (start 3.39852 -3.49848) (end 3.39852 -4.55) (layer F.Fab) (width 0.1))
(fp_line (start -3.39852 -3.49848) (end 3.39852 -3.49848) (layer F.SilkS) (width 0.127))
(fp_line (start -3.39852 -4.49924) (end -3.39852 -3.49848) (layer F.SilkS) (width 0.127))
(fp_line (start -6.09854 -4.49924) (end -3.39852 -4.49924) (layer F.SilkS) (width 0.127))
(fp_line (start 3.39852 -3.49848) (end 3.39852 -4.49924) (layer F.SilkS) (width 0.127))
(fp_line (start -3.39852 -3.49848) (end 3.39852 -3.49848) (layer F.Fab) (width 0.1))
(fp_line (start -3.39852 -4.55) (end -3.39852 -3.49848) (layer F.Fab) (width 0.1))
(fp_line (start 6.09854 -0.7629) (end 6.09854 4.7) (layer F.SilkS) (width 0.127))
(fp_line (start 6 4.55) (end 6 -4.55) (layer F.Fab) (width 0.1))
(fp_line (start -6.05282 4.7) (end -5 4.7) (layer F.SilkS) (width 0.127))
(fp_line (start 4.99872 4.55) (end 6 4.55) (layer F.Fab) (width 0.1))
(fp_line (start 4.99872 3.20204) (end 4.99872 4.55) (layer F.Fab) (width 0.1))
(fp_line (start -5 3.20204) (end 5 3.20204) (layer F.Fab) (width 0.1))
(fp_line (start -5 4.55) (end -5 3.20204) (layer F.Fab) (width 0.1))
(fp_line (start -6 4.55) (end -5 4.55) (layer F.Fab) (width 0.1))
(fp_line (start -6.09854 -0.7629) (end -6.09854 4.70064) (layer F.SilkS) (width 0.127))
(fp_line (start 3.39852 -4.55) (end 6 -4.55) (layer F.Fab) (width 0.1))
(fp_line (start -6 -4.55) (end -3.39852 -4.55) (layer F.Fab) (width 0.1))
(fp_line (start -6 4.55) (end -6 -4.55) (layer F.Fab) (width 0.1))
(fp_line (start 6.0545 4.7) (end 5 4.7) (layer F.SilkS) (width 0.127))
(fp_line (start 5 3.20204) (end 5 4.7) (layer F.SilkS) (width 0.127))
(fp_line (start -5 3.20204) (end -5 4.7) (layer F.SilkS) (width 0.127))
(fp_line (start -5 3.20204) (end 5 3.20204) (layer F.SilkS) (width 0.127))
(fp_line (start 6.4 -4.8) (end 6.4 6.425) (layer F.CrtYd) (width 0.05))
(fp_line (start 6.4 6.425) (end -6.4 6.425) (layer F.CrtYd) (width 0.05))
(fp_line (start -6.4 6.425) (end -6.4 -4.8) (layer F.CrtYd) (width 0.05))
(fp_line (start -6.4 -4.8) (end 6.4 -4.8) (layer F.CrtYd) (width 0.05))
(pad 6 smd rect (at 5.3975 -2.69838 90) (size 2.99974 1.5) (layers F.Cu F.Paste F.Mask))
(pad 5 smd rect (at -5.3975 -2.69838 90) (size 2.99974 1.5) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at 2.99974 4.7997 90) (size 2.73812 1.00838) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at 0.99822 4.7997 90) (size 2.73812 1.00838) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -0.99822 4.7997 90) (size 2.73812 1.00838) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at -2.99974 4.7997 90) (size 2.73812 1.00838) (layers F.Cu F.Paste F.Mask))
)

View File

@ -0,0 +1,42 @@
(module HW4-SMD-2.0 (layer F.Cu) (tedit 5C380F48)
(attr smd)
(fp_text reference REF** (at -0.025 -3.325) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value HW4-SMD-2.0 (at -0.025 6.45) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 6 -2.15) (end 6 3.35) (layer F.Fab) (width 0.1))
(fp_line (start 1.64896 2.06062) (end 2.35 2.06062) (layer F.SilkS) (width 0.127))
(fp_line (start -0.3485 2.06062) (end 0.35 2.06062) (layer F.SilkS) (width 0.127))
(fp_line (start -2.3485 2.06062) (end -1.65 2.06062) (layer F.SilkS) (width 0.127))
(fp_line (start 6 -2.15) (end 6 -1.4395) (layer F.SilkS) (width 0.127))
(fp_line (start 6 1.425) (end 6 3.35) (layer F.SilkS) (width 0.127))
(fp_line (start -6 1.45) (end -6 3.35) (layer F.SilkS) (width 0.127))
(fp_line (start -6 -2.15) (end -6 -1.4395) (layer F.SilkS) (width 0.127))
(fp_line (start 3.8 3.35) (end 6 3.35) (layer F.Fab) (width 0.1))
(fp_line (start -6 3.35) (end -3.8 3.35) (layer F.SilkS) (width 0.127))
(fp_line (start -6 -2.15) (end 6 -2.15) (layer F.SilkS) (width 0.127))
(fp_line (start 3.8 2.06062) (end 3.8 3.35) (layer F.Fab) (width 0.1))
(fp_line (start -3.8 3.35) (end -3.8 2.06) (layer F.Fab) (width 0.1))
(fp_line (start -6 3.35) (end -3.8 3.35) (layer F.Fab) (width 0.1))
(fp_line (start -6 -2.15) (end 6 -2.15) (layer F.Fab) (width 0.1))
(fp_line (start -6 -2.15) (end -6 3.35) (layer F.Fab) (width 0.1))
(fp_line (start -3.8 3.35) (end -3.8 2.06) (layer F.SilkS) (width 0.127))
(fp_line (start -3.8 2.06062) (end 3.8 2.06062) (layer F.Fab) (width 0.1))
(fp_line (start 3.8 3.35) (end 6 3.35) (layer F.SilkS) (width 0.127))
(fp_line (start 3.8 2.06062) (end 3.8 3.35) (layer F.SilkS) (width 0.127))
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 6.6 -2.4) (end -6.6 -2.4) (layer F.CrtYd) (width 0.05))
(fp_line (start -6.6 -2.4) (end -6.6 5.25) (layer F.CrtYd) (width 0.05))
(fp_line (start -6.6 5.25) (end 6.6 5.25) (layer F.CrtYd) (width 0.05))
(fp_line (start 6.6 5.25) (end 6.6 -2.4) (layer F.CrtYd) (width 0.05))
(pad 6 smd rect (at 5.575 0.01084 90) (size 2.6 1.55) (layers F.Cu F.Paste F.Mask))
(pad 5 smd rect (at -5.575 0.01084 90) (size 2.6 1.55) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at 3 3.5 90) (size 3 1) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at 1 3.5 90) (size 3 1) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -1 3.5 90) (size 3 1) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at -3 3.5 90) (size 3 1) (layers F.Cu F.Paste F.Mask))
)

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,442 @@
{
"board": {
"design_settings": {
"defaults": {
"board_outline_line_width": 0.049999999999999996,
"copper_line_width": 0.19999999999999998,
"copper_text_italic": false,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"copper_text_upright": false,
"courtyard_line_width": 0.049999999999999996,
"dimension_precision": 4,
"dimension_units": 3,
"dimensions": {
"arrow_length": 1270000,
"extension_offset": 500000,
"keep_text_aligned": true,
"suppress_zeroes": false,
"text_position": 0,
"units_format": 1
},
"fab_line_width": 0.09999999999999999,
"fab_text_italic": false,
"fab_text_size_h": 1.0,
"fab_text_size_v": 1.0,
"fab_text_thickness": 0.15,
"fab_text_upright": false,
"other_line_width": 0.09999999999999999,
"other_text_italic": false,
"other_text_size_h": 1.0,
"other_text_size_v": 1.0,
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.762,
"height": 1.524,
"width": 1.524
},
"silk_line_width": 0.12,
"silk_text_italic": false,
"silk_text_size_h": 1.0,
"silk_text_size_v": 1.0,
"silk_text_thickness": 0.15,
"silk_text_upright": false,
"zones": {
"45_degree_only": false,
"min_clearance": 0.508
}
},
"diff_pair_dimensions": [],
"drc_exclusions": [],
"meta": {
"filename": "board_design_settings.json",
"version": 2
},
"rule_severities": {
"annular_width": "error",
"clearance": "error",
"copper_edge_clearance": "error",
"courtyards_overlap": "error",
"diff_pair_gap_out_of_range": "error",
"diff_pair_uncoupled_length_too_long": "error",
"drill_out_of_range": "error",
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"footprint_type_mismatch": "error",
"hole_clearance": "error",
"hole_near_hole": "error",
"invalid_outline": "error",
"item_on_disabled_layer": "error",
"items_not_allowed": "error",
"length_out_of_range": "error",
"malformed_courtyard": "error",
"microvia_drill_out_of_range": "error",
"missing_courtyard": "ignore",
"missing_footprint": "warning",
"net_conflict": "warning",
"npth_inside_courtyard": "ignore",
"padstack": "error",
"pth_inside_courtyard": "ignore",
"shorting_items": "error",
"silk_over_copper": "warning",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error",
"track_dangling": "warning",
"track_width": "error",
"tracks_crossing": "error",
"unconnected_items": "error",
"unresolved_variable": "error",
"via_dangling": "warning",
"zone_has_empty_net": "error",
"zones_intersect": "error"
},
"rule_severitieslegacy_courtyards_overlap": true,
"rule_severitieslegacy_no_courtyard_defined": false,
"rules": {
"allow_blind_buried_vias": false,
"allow_microvias": false,
"max_error": 0.005,
"min_clearance": 0.0,
"min_copper_edge_clearance": 0.024999999999999998,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_silk_clearance": 0.0,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.19999999999999998,
"min_via_annular_width": 0.049999999999999996,
"min_via_diameter": 0.39999999999999997,
"use_height_for_length_calcs": true
},
"track_widths": [],
"via_dimensions": [],
"zones_allow_external_fillets": false,
"zones_use_no_outline": true
},
"layer_presets": []
},
"boards": [],
"cvpcb": {
"equivalence_files": []
},
"erc": {
"erc_exclusions": [],
"meta": {
"version": 0
},
"pin_map": [
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
1,
2
],
[
0,
1,
0,
0,
0,
0,
1,
1,
2,
1,
1,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2
],
[
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
2
],
[
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
1,
2,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
0,
2,
1,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
],
"rule_severities": {
"bus_definition_conflict": "error",
"bus_entry_needed": "error",
"bus_label_syntax": "error",
"bus_to_bus_conflict": "error",
"bus_to_net_conflict": "error",
"different_unit_footprint": "error",
"different_unit_net": "error",
"duplicate_reference": "error",
"duplicate_sheet_names": "error",
"extra_units": "error",
"global_label_dangling": "warning",
"hier_label_mismatch": "error",
"label_dangling": "error",
"lib_symbol_issues": "warning",
"multiple_net_names": "warning",
"net_not_bus_member": "warning",
"no_connect_connected": "warning",
"no_connect_dangling": "warning",
"pin_not_connected": "error",
"pin_not_driven": "error",
"pin_to_pin": "warning",
"power_pin_not_driven": "error",
"similar_labels": "warning",
"unannotated": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
}
},
"libraries": {
"pinned_footprint_libs": [],
"pinned_symbol_libs": []
},
"meta": {
"filename": "bf-018a.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [
{
"bus_width": 12.0,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6.0
},
{
"bus_width": 12.0,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Power",
"nets": [
"GND",
"VDD"
],
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.6,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6.0
}
],
"meta": {
"version": 2
},
"net_colors": null
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "bf-018a.net",
"specctra_dsn": "",
"step": "",
"vrml": ""
},
"page_layout_descr_file": ""
},
"schematic": {
"annotate_start_num": 0,
"drawing": {
"default_line_thickness": 6.0,
"default_text_size": 50.0,
"field_names": [],
"intersheets_ref_own_page": false,
"intersheets_ref_prefix": "",
"intersheets_ref_short": false,
"intersheets_ref_show": false,
"intersheets_ref_suffix": "",
"junction_size_choice": 3,
"label_size_ratio": 0.25,
"pin_symbol_size": 0.0,
"text_offset_ratio": 0.08
},
"legacy_lib_dir": "",
"legacy_lib_list": [],
"meta": {
"version": 1
},
"net_format_name": "Pcbnew",
"ngspice": {
"fix_include_paths": true,
"fix_passive_vals": false,
"meta": {
"version": 0
},
"model_mode": 0,
"workbook_filename": ""
},
"page_layout_descr_file": "",
"plot_directory": "",
"spice_adjust_passive_values": false,
"spice_external_command": "spice \"%I\"",
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [
[
"bf356ec8-3f45-49cd-a2ec-57599062e682",
""
]
],
"text_variables": {}
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,407 @@
{
"board": {
"design_settings": {
"defaults": {
"board_outline_line_width": 0.049999999999999996,
"copper_line_width": 0.19999999999999998,
"copper_text_italic": false,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"copper_text_upright": false,
"courtyard_line_width": 0.049999999999999996,
"dimension_precision": 4,
"dimension_units": 3,
"dimensions": {
"arrow_length": 1270000,
"extension_offset": 500000,
"keep_text_aligned": true,
"suppress_zeroes": false,
"text_position": 0,
"units_format": 1
},
"fab_line_width": 0.09999999999999999,
"fab_text_italic": false,
"fab_text_size_h": 1.0,
"fab_text_size_v": 1.0,
"fab_text_thickness": 0.15,
"fab_text_upright": false,
"other_line_width": 0.09999999999999999,
"other_text_italic": false,
"other_text_size_h": 1.0,
"other_text_size_v": 1.0,
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.6,
"height": 0.6,
"width": 0.6
},
"silk_line_width": 0.12,
"silk_text_italic": false,
"silk_text_size_h": 1.0,
"silk_text_size_v": 1.0,
"silk_text_thickness": 0.15,
"silk_text_upright": false,
"zones": {
"45_degree_only": false,
"min_clearance": 0.508
}
},
"diff_pair_dimensions": [],
"drc_exclusions": [],
"meta": {
"filename": "board_design_settings.json",
"version": 2
},
"rule_severities": {
"annular_width": "error",
"clearance": "error",
"copper_edge_clearance": "error",
"courtyards_overlap": "error",
"diff_pair_gap_out_of_range": "error",
"diff_pair_uncoupled_length_too_long": "error",
"drill_out_of_range": "error",
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"footprint_type_mismatch": "error",
"hole_clearance": "error",
"hole_near_hole": "error",
"invalid_outline": "error",
"item_on_disabled_layer": "error",
"items_not_allowed": "error",
"length_out_of_range": "error",
"malformed_courtyard": "error",
"microvia_drill_out_of_range": "error",
"missing_courtyard": "ignore",
"missing_footprint": "warning",
"net_conflict": "warning",
"npth_inside_courtyard": "ignore",
"padstack": "error",
"pth_inside_courtyard": "ignore",
"shorting_items": "error",
"silk_over_copper": "warning",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error",
"track_dangling": "warning",
"track_width": "error",
"tracks_crossing": "error",
"unconnected_items": "error",
"unresolved_variable": "error",
"via_dangling": "warning",
"zone_has_empty_net": "error",
"zones_intersect": "error"
},
"rule_severitieslegacy_courtyards_overlap": true,
"rule_severitieslegacy_no_courtyard_defined": false,
"rules": {
"allow_blind_buried_vias": false,
"allow_microvias": false,
"max_error": 0.005,
"min_clearance": 0.0,
"min_copper_edge_clearance": 0.024999999999999998,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_silk_clearance": 0.0,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.19999999999999998,
"min_via_annular_width": 0.049999999999999996,
"min_via_diameter": 0.39999999999999997,
"use_height_for_length_calcs": true
},
"track_widths": [],
"via_dimensions": [],
"zones_allow_external_fillets": false,
"zones_use_no_outline": true
},
"layer_presets": []
},
"boards": [],
"cvpcb": {
"equivalence_files": []
},
"erc": {
"erc_exclusions": [],
"meta": {
"version": 0
},
"pin_map": [
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
1,
2
],
[
0,
1,
0,
0,
0,
0,
1,
1,
2,
1,
1,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2
],
[
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
2
],
[
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
1,
2,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
0,
2,
1,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
],
"rule_severities": {
"bus_definition_conflict": "error",
"bus_entry_needed": "error",
"bus_label_syntax": "error",
"bus_to_bus_conflict": "error",
"bus_to_net_conflict": "error",
"different_unit_footprint": "error",
"different_unit_net": "error",
"duplicate_reference": "error",
"duplicate_sheet_names": "error",
"extra_units": "error",
"global_label_dangling": "warning",
"hier_label_mismatch": "error",
"label_dangling": "error",
"lib_symbol_issues": "warning",
"multiple_net_names": "warning",
"net_not_bus_member": "warning",
"no_connect_connected": "warning",
"no_connect_dangling": "warning",
"pin_not_connected": "error",
"pin_not_driven": "error",
"pin_to_pin": "warning",
"power_pin_not_driven": "error",
"similar_labels": "warning",
"unannotated": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
}
},
"libraries": {
"pinned_footprint_libs": [],
"pinned_symbol_libs": []
},
"meta": {
"filename": "bf-018a_panel_base.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [
{
"bus_width": 12.0,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6.0
}
],
"meta": {
"version": 2
},
"net_colors": null
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "",
"specctra_dsn": "",
"step": "",
"vrml": ""
},
"page_layout_descr_file": ""
},
"schematic": {
"annotate_start_num": 0,
"drawing": {
"default_line_thickness": 6.0,
"default_text_size": 50.0,
"field_names": [],
"intersheets_ref_own_page": false,
"intersheets_ref_prefix": "",
"intersheets_ref_short": false,
"intersheets_ref_show": false,
"intersheets_ref_suffix": "",
"junction_size_choice": 3,
"label_size_ratio": 0.25,
"pin_symbol_size": 0.0,
"text_offset_ratio": 0.08
},
"legacy_lib_dir": "",
"legacy_lib_list": [],
"meta": {
"version": 1
},
"net_format_name": "",
"page_layout_descr_file": "",
"plot_directory": "",
"spice_adjust_passive_values": false,
"spice_external_command": "spice \"%I\"",
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [],
"text_variables": {}
}

View File

@ -0,0 +1,407 @@
{
"board": {
"design_settings": {
"defaults": {
"board_outline_line_width": 0.049999999999999996,
"copper_line_width": 0.19999999999999998,
"copper_text_italic": false,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"copper_text_upright": false,
"courtyard_line_width": 0.049999999999999996,
"dimension_precision": 4,
"dimension_units": 3,
"dimensions": {
"arrow_length": 1270000,
"extension_offset": 500000,
"keep_text_aligned": true,
"suppress_zeroes": false,
"text_position": 0,
"units_format": 1
},
"fab_line_width": 0.09999999999999999,
"fab_text_italic": false,
"fab_text_size_h": 1.0,
"fab_text_size_v": 1.0,
"fab_text_thickness": 0.15,
"fab_text_upright": false,
"other_line_width": 0.09999999999999999,
"other_text_italic": false,
"other_text_size_h": 1.0,
"other_text_size_v": 1.0,
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.6,
"height": 0.6,
"width": 0.6
},
"silk_line_width": 0.12,
"silk_text_italic": false,
"silk_text_size_h": 1.0,
"silk_text_size_v": 1.0,
"silk_text_thickness": 0.15,
"silk_text_upright": false,
"zones": {
"45_degree_only": false,
"min_clearance": 0.508
}
},
"diff_pair_dimensions": [],
"drc_exclusions": [],
"meta": {
"filename": "board_design_settings.json",
"version": 2
},
"rule_severities": {
"annular_width": "error",
"clearance": "error",
"copper_edge_clearance": "error",
"courtyards_overlap": "error",
"diff_pair_gap_out_of_range": "error",
"diff_pair_uncoupled_length_too_long": "error",
"drill_out_of_range": "error",
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"footprint_type_mismatch": "error",
"hole_clearance": "error",
"hole_near_hole": "error",
"invalid_outline": "error",
"item_on_disabled_layer": "error",
"items_not_allowed": "error",
"length_out_of_range": "error",
"malformed_courtyard": "error",
"microvia_drill_out_of_range": "error",
"missing_courtyard": "ignore",
"missing_footprint": "warning",
"net_conflict": "warning",
"npth_inside_courtyard": "ignore",
"padstack": "error",
"pth_inside_courtyard": "ignore",
"shorting_items": "error",
"silk_over_copper": "warning",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error",
"track_dangling": "warning",
"track_width": "error",
"tracks_crossing": "error",
"unconnected_items": "error",
"unresolved_variable": "error",
"via_dangling": "warning",
"zone_has_empty_net": "error",
"zones_intersect": "error"
},
"rule_severitieslegacy_courtyards_overlap": true,
"rule_severitieslegacy_no_courtyard_defined": false,
"rules": {
"allow_blind_buried_vias": false,
"allow_microvias": false,
"max_error": 0.005,
"min_clearance": 0.0,
"min_copper_edge_clearance": 0.024999999999999998,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_silk_clearance": 0.0,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.19999999999999998,
"min_via_annular_width": 0.049999999999999996,
"min_via_diameter": 0.39999999999999997,
"use_height_for_length_calcs": true
},
"track_widths": [],
"via_dimensions": [],
"zones_allow_external_fillets": false,
"zones_use_no_outline": true
},
"layer_presets": []
},
"boards": [],
"cvpcb": {
"equivalence_files": []
},
"erc": {
"erc_exclusions": [],
"meta": {
"version": 0
},
"pin_map": [
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
1,
2
],
[
0,
1,
0,
0,
0,
0,
1,
1,
2,
1,
1,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2
],
[
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
2
],
[
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
1,
2,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
0,
2,
1,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
],
"rule_severities": {
"bus_definition_conflict": "error",
"bus_entry_needed": "error",
"bus_label_syntax": "error",
"bus_to_bus_conflict": "error",
"bus_to_net_conflict": "error",
"different_unit_footprint": "error",
"different_unit_net": "error",
"duplicate_reference": "error",
"duplicate_sheet_names": "error",
"extra_units": "error",
"global_label_dangling": "warning",
"hier_label_mismatch": "error",
"label_dangling": "error",
"lib_symbol_issues": "warning",
"multiple_net_names": "warning",
"net_not_bus_member": "warning",
"no_connect_connected": "warning",
"no_connect_dangling": "warning",
"pin_not_connected": "error",
"pin_not_driven": "error",
"pin_to_pin": "warning",
"power_pin_not_driven": "error",
"similar_labels": "warning",
"unannotated": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
}
},
"libraries": {
"pinned_footprint_libs": [],
"pinned_symbol_libs": []
},
"meta": {
"filename": "bf-018a_panel_base.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [
{
"bus_width": 12.0,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6.0
}
],
"meta": {
"version": 2
},
"net_colors": null
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "",
"specctra_dsn": "",
"step": "",
"vrml": ""
},
"page_layout_descr_file": ""
},
"schematic": {
"annotate_start_num": 0,
"drawing": {
"default_line_thickness": 6.0,
"default_text_size": 50.0,
"field_names": [],
"intersheets_ref_own_page": false,
"intersheets_ref_prefix": "",
"intersheets_ref_short": false,
"intersheets_ref_show": false,
"intersheets_ref_suffix": "",
"junction_size_choice": 3,
"label_size_ratio": 0.25,
"pin_symbol_size": 0.0,
"text_offset_ratio": 0.08
},
"legacy_lib_dir": "",
"legacy_lib_list": [],
"meta": {
"version": 1
},
"net_format_name": "",
"page_layout_descr_file": "",
"plot_directory": "",
"spice_adjust_passive_values": false,
"spice_external_command": "spice \"%I\"",
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [],
"text_variables": {}
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,326 @@
{
"board": {
"design_settings": {
"defaults": {
"board_outline_line_width": 0.1,
"copper_line_width": 0.2,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"other_line_width": 0.15,
"silk_line_width": 0.15,
"silk_text_size_h": 1.0,
"silk_text_size_v": 1.0,
"silk_text_thickness": 0.15
},
"diff_pair_dimensions": [],
"drc_exclusions": [],
"rules": {
"min_copper_edge_clearance": 0.0,
"solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0
},
"track_widths": [],
"via_dimensions": []
},
"layer_presets": []
},
"boards": [],
"cvpcb": {
"equivalence_files": []
},
"erc": {
"erc_exclusions": [],
"meta": {
"version": 0
},
"pin_map": [
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
1,
2
],
[
0,
1,
0,
0,
0,
0,
1,
1,
2,
1,
1,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2
],
[
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
2
],
[
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
1,
2,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
0,
2,
1,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
],
"rule_severities": {
"bus_definition_conflict": "error",
"bus_entry_needed": "error",
"bus_label_syntax": "error",
"bus_to_bus_conflict": "error",
"bus_to_net_conflict": "error",
"different_unit_footprint": "error",
"different_unit_net": "error",
"duplicate_reference": "error",
"duplicate_sheet_names": "error",
"extra_units": "error",
"global_label_dangling": "warning",
"hier_label_mismatch": "error",
"label_dangling": "error",
"lib_symbol_issues": "warning",
"multiple_net_names": "warning",
"net_not_bus_member": "warning",
"no_connect_connected": "warning",
"no_connect_dangling": "warning",
"pin_not_connected": "error",
"pin_not_driven": "error",
"pin_to_pin": "warning",
"power_pin_not_driven": "error",
"similar_labels": "warning",
"unannotated": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
}
},
"libraries": {
"pinned_footprint_libs": [],
"pinned_symbol_libs": []
},
"meta": {
"filename": "bf-039.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [
{
"bus_width": 12.0,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6.0
}
],
"meta": {
"version": 2
},
"net_colors": null
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "",
"specctra_dsn": "",
"step": "",
"vrml": ""
},
"page_layout_descr_file": ""
},
"schematic": {
"annotate_start_num": 0,
"drawing": {
"default_line_thickness": 6.0,
"default_text_size": 50.0,
"field_names": [],
"intersheets_ref_own_page": false,
"intersheets_ref_prefix": "",
"intersheets_ref_short": false,
"intersheets_ref_show": false,
"intersheets_ref_suffix": "",
"junction_size_choice": 3,
"label_size_ratio": 0.375,
"pin_symbol_size": 25.0,
"text_offset_ratio": 0.15
},
"legacy_lib_dir": "",
"legacy_lib_list": [],
"meta": {
"version": 1
},
"net_format_name": "",
"ngspice": {
"fix_include_paths": true,
"fix_passive_vals": false,
"meta": {
"version": 0
},
"model_mode": 0,
"workbook_filename": ""
},
"page_layout_descr_file": "",
"plot_directory": "",
"spice_adjust_passive_values": false,
"spice_external_command": "spice \"%I\"",
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [
[
"21eb451a-ab7a-4d29-979f-c92510c6c3ee",
""
]
],
"text_variables": {}
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,87 @@
P CODE 00
P UNITS CUST 0
P arrayDim N
317GND VIA MD0157PA00X+011650Y+001750X0315Y0000R000S3
317GND VIA MD0157PA00X+009500Y+001500X0315Y0000R000S3
317GND VIA MD0157PA00X+013750Y+001500X0315Y0000R000S3
317GND VIA MD0157PA00X+004250Y+001500X0315Y0000R000S3
317GND VIA MD0157PA00X+008400Y+000500X0315Y0000R000S3
317GND VIA MD0157PA00X+012500Y+000500X0315Y0000R000S3
317GND VIA MD0157PA00X+004250Y+000500X0315Y0000R000S3
317GND VIA MD0157PA00X+009500Y+004250X0315Y0000R000S3
317NET-(J1-PADA6) VIA MD0157PA00X+005100Y+002800X0315Y0000R000S3
317NET-(J1-PADA6) VIA MD0157PA00X+004500Y+002800X0315Y0000R000S3
317NET-(D1-PAD2) VIA MD0157PA00X+006450Y+002150X0315Y0000R000S3
317NET-(D1-PAD2) VIA MD0157PA00X+006800Y+002150X0315Y0000R000S3
317NET-(D1-PAD2) VIA MD0157PA00X+003250Y+002150X0315Y0000R000S3
317NET-(D1-PAD2) VIA MD0157PA00X+002900Y+002150X0315Y0000R000S3
317NET-(J1-PADA7) VIA MD0157PA00X+004800Y+002500X0315Y0000R000S3
317NET-(J1-PADA7) VIA MD0157PA00X+005400Y+002500X0315Y0000R000S3
317NET-(JP3-PAD1) VIA MD0157PA00X+009100Y+003300X0315Y0000R000S3
317NET-(D1-PAD1) D1 -1 D0433PA00X+007500Y+001000X0866Y0866R180S0
317NET-(D1-PAD2) D1 -2 D0433PA00X+003500Y+001000X0866Y0866R180S0
317GND J4 -1 D0394PA00X+010500Y+006008X0669Y0669R270S0
317NET-(D1-PAD2) J4 -2 D0394PA00X+010500Y+005008X0669Y0669R270S0
317GND J4 -3 D0394PA00X+011500Y+006008X0669Y0669R270S0
317NET-(D1-PAD1) J4 -4 D0394PA00X+011500Y+005008X0669Y0669R270S0
317GND J4 -5 D0394PA00X+012500Y+006008X0669Y0669R270S0
317NET-(D2-PAD2) J4 -6 D0394PA00X+012500Y+005008X0669Y0669R270S0
367N/C J1 D0256UA00X+006138Y+004352X0256Y0000R180S0
367N/C J1 D0256UA00X+003862Y+004352X0256Y0000R180S0
327GND J1 -A1 A01X+006319Y+003931X0118Y0449R180S2
327NET-(D1-PAD2) J1 -A4 A01X+006004Y+003931X0118Y0449R180S2
327NET-(J1-PADA5) J1 -A5 A01X+005492Y+003931X0118Y0449R180S2
327NET-(J1-PADA6) J1 -A6 A01X+005098Y+003931X0118Y0449R180S2
327NET-(J1-PADA7) J1 -A7 A01X+004902Y+003931X0118Y0449R180S2
327TED-(J1-PADA8) J1 -A8 A01X+004508Y+003931X0118Y0449R180S2
327NET-(D1-PAD2) J1 -A9 A01X+003996Y+003931X0118Y0449R180S2
327GND J1 -A12 A01X+003681Y+003931X0118Y0449R180S2
327GND J1 -B1 A01X+003799Y+003911X0118Y0409R180S2
327NET-(D1-PAD2) J1 -B4 A01X+004114Y+003931X0118Y0449R180S2
327NET-(J1-PADB5) J1 -B5 A01X+004311Y+003931X0118Y0449R180S2
327NET-(J1-PADA6) J1 -B6 A01X+004705Y+003931X0118Y0449R180S2
327NET-(J1-PADA7) J1 -B7 A01X+005295Y+003931X0118Y0449R180S2
327TED-(J1-PADB8) J1 -B8 A01X+005689Y+003931X0118Y0449R180S2
327NET-(D1-PAD2) J1 -B9 A01X+005886Y+003931X0118Y0449R180S2
327GND J1 -B12 A01X+006201Y+003911X0118Y0409R180S2
317GND J1 -S1 D0236PA00X+006701Y+004156X0394Y0827R180S0
317GND J1 -S1 D0236PA00X+006701Y+005801X0394Y0709R180S0
317GND J1 -S1 D0236PA00X+003299Y+005801X0394Y0709R180S0
317GND J1 -S1 D0236PA00X+003299Y+004156X0394Y0827R180S0
367N/C J2 D0512UA00X+001055Y+002614X0512Y0000R270S0
367N/C J2 D0512UA00X+001055Y+004386X0512Y0000R270S0
317NET-(D1-PAD2) J2 -1 D0366PA00X+002000Y+002122X0630Y0000R270S0
317NET-(J1-PADA7) J2 -2 D0366PA00X+002000Y+003106X0630Y0000R270S0
317NET-(J1-PADA6) J2 -3 D0366PA00X+002000Y+003894X0630Y0000R270S0
317GND J2 -4 D0366PA00X+002000Y+004878X0630Y0000R270S0
317GND J2 -5 D0472PA00X+001055Y+005803X0866Y1378R270S0
317GND J2 -5 D0472PA00X+001055Y+001197X0866Y1378R270S0
317NET-(D2-PAD2) J3 -1 D0354PA00X+014520Y+002122X0630Y0000R270S0
317NET-(J1-PADA7) J3 -2 D0354PA00X+014520Y+003106X0630Y0000R270S0
317NET-(J1-PADA6) J3 -3 D0354PA00X+014520Y+003894X0630Y0000R270S0
317GND J3 -4 D0354PA00X+014520Y+004878X0630Y0000R270S0
317GND J3 -5 D0906PA00X+015543Y+000933X1417Y0000R270S0
317GND J3 -5 D0906PA00X+015543Y+006067X1417Y0000R270S0
317NET-(D2-PAD2) R1 -1 D0315PA00X+013000Y+001000X0630Y0000R180S0
317NET-(D1-PAD1) R1 -2 D0315PA00X+009000Y+001000X0630Y0630R180S0
327GND R2 -1 A01X+006000Y+002175X0315Y0374R270S2
327NET-(J1-PADA5) R2 -2 A01X+006000Y+002825X0315Y0374R270S2
327GND R3 -1 A01X+004000Y+002175X0315Y0374R270S2
327NET-(J1-PADB5) R3 -2 A01X+004000Y+002825X0315Y0374R270S2
327NET-(R4-PAD2) R5 -1 A01X+008500Y+002175X0315Y0374R270S2
327GND R5 -2 A01X+008500Y+002825X0315Y0374R270S2
327NET-(R4-PAD2) R6 -1 A01X+009250Y+002175X0315Y0374R270S2
327NET-(JP3-PAD1) R6 -2 A01X+009250Y+002825X0315Y0374R270S2
327NET-(D1-PAD2) R4 -1 A01X+007750Y+002825X0315Y0374R090S2
327NET-(R4-PAD2) R4 -2 A01X+007750Y+002175X0315Y0374R090S2
327NET-(D2-PAD1) R7 -1 A01X+011250Y+002825X0315Y0374R090S2
327GND R7 -2 A01X+011250Y+002175X0315Y0374R090S2
327NET-(D2-PAD1) D2 -1 A01X+012000Y+002810X0344Y0374R090S2
327NET-(D2-PAD2) D2 -2 A01X+012000Y+002190X0344Y0374R090S2
327NET-(JP3-PAD1) JP3 -1 A02X+008756Y+003300X0394Y0197R180S1
327NET-(J1-PADA6) JP3 -2 A02X+008244Y+003300X0394Y0197R180S1
327NET-(D1-PAD2) JP1 -1 A02X+005244Y+001000X0394Y0197R000S1
327NET-(D1-PAD1) JP1 -2 A02X+005756Y+001000X0394Y0197R000S1
327NET-(D1-PAD1) JP2 -1 A02X+010744Y+001000X0394Y0197R000S1
327NET-(D2-PAD2) JP2 -2 A02X+011256Y+001000X0394Y0197R000S1
999

View File

@ -0,0 +1,313 @@
(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor)
(symbol "AKC6955" (in_bom yes) (on_board yes)
(property "Reference" "U" (id 0) (at -6.35 22.86 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "AKC6955" (id 1) (at 6.35 22.86 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Package_SO:TSSOP-24_4.4x7.8mm_P0.65mm" (id 2) (at 0 -36.83 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "http://www.datasheet-pdf.com/PDF/AKC6955-Datasheet-ETC-1096040" (id 3) (at 0 -39.37 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "stereo FM / TV / MW / SW / LW digital tuning radio" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "AKC6955_0_1"
(rectangle (start -7.62 21.59) (end 7.62 -21.59)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "AKC6955_1_1"
(pin input line (at -10.16 -11.43 0) (length 2.54)
(name "oscin" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 24.13 270) (length 2.54)
(name "vbat" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin output line (at 10.16 -3.81 180) (length 2.54)
(name "lout" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 -24.13 90) (length 2.54) hide
(name "gnd" (effects (font (size 1.27 1.27))))
(number "12" (effects (font (size 1.27 1.27))))
)
(pin output line (at 10.16 -6.35 180) (length 2.54)
(name "rout" (effects (font (size 1.27 1.27))))
(number "13" (effects (font (size 1.27 1.27))))
)
(pin output line (at 10.16 -13.97 180) (length 2.54)
(name "vref" (effects (font (size 1.27 1.27))))
(number "14" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -19.05 0) (length 2.54)
(name "vol" (effects (font (size 1.27 1.27))))
(number "15" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 24.13 270) (length 2.54) hide
(name "vbat" (effects (font (size 1.27 1.27))))
(number "16" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 -24.13 90) (length 2.54) hide
(name "gnd" (effects (font (size 1.27 1.27))))
(number "17" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 11.43 0) (length 2.54)
(name "mwinN" (effects (font (size 1.27 1.27))))
(number "18" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 13.97 0) (length 2.54)
(name "mwinP" (effects (font (size 1.27 1.27))))
(number "19" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -13.97 0) (length 2.54)
(name "oscout" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 16.51 0) (length 2.54)
(name "swin" (effects (font (size 1.27 1.27))))
(number "20" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 -24.13 90) (length 2.54) hide
(name "gnd" (effects (font (size 1.27 1.27))))
(number "21" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 19.05 0) (length 2.54)
(name "fmin" (effects (font (size 1.27 1.27))))
(number "22" (effects (font (size 1.27 1.27))))
)
(pin output line (at 10.16 -19.05 180) (length 2.54)
(name "ldocap" (effects (font (size 1.27 1.27))))
(number "23" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 -24.13 90) (length 2.54) hide
(name "gnd" (effects (font (size 1.27 1.27))))
(number "24" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 -24.13 90) (length 2.54)
(name "gnd" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin output line (at 10.16 13.97 180) (length 2.54)
(name "tund" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 6.35 0) (length 2.54)
(name "p_on" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -10.16 3.81 0) (length 2.54)
(name "sclk" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -10.16 1.27 0) (length 2.54)
(name "sdio" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -3.81 0) (length 2.54)
(name "inl" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -6.35 0) (length 2.54)
(name "inr" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "JJY_coil" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "L" (id 0) (at 0 8.89 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "JJY_coil" (id 1) (at 0 -8.89 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at -2.54 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at -2.54 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "JJY_coil_0_1"
(rectangle (start -5.08 7.62) (end 6.35 -7.62)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(arc (start -2.54 -5.08) (mid 1.5416 -6.0593) (end 5.08 -3.81)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(arc (start -2.54 -2.54) (mid 1.5416 -3.5193) (end 5.08 -1.27)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(arc (start -2.54 0) (mid 1.5416 -0.9793) (end 5.08 1.27)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(arc (start -2.54 2.54) (mid 1.5416 1.5607) (end 5.08 3.81)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -5.08 -5.08)
(xy -2.54 -5.08)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -5.08 5.08)
(xy -2.54 5.08)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(arc (start 5.08 -3.81) (mid 1.5397 -1.5725) (end -2.54 -2.54)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(arc (start 5.08 -1.27) (mid 1.5397 0.9675) (end -2.54 0)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(arc (start 5.08 1.27) (mid 1.5397 3.5075) (end -2.54 2.54)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(arc (start 5.08 3.81) (mid 1.5397 6.0475) (end -2.54 5.08)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "JJY_coil_1_1"
(pin input line (at -7.62 5.08 0) (length 2.54)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin input line (at -7.62 -5.08 0) (length 2.54)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "LM4871" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "U?" (id 0) (at -6.35 8.89 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "LM4871" (id 1) (at 5.08 8.89 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (id 2) (at 0 -19.05 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "https://www.tij.co.jp/lit/ds/symlink/lm4871.pdf" (id 3) (at 1.27 -21.59 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "LM4871_0_1"
(rectangle (start -7.62 7.62) (end 7.62 -7.62)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "LM4871_1_1"
(pin input line (at -10.16 -6.35 0) (length 2.54)
(name "SD" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -2.54 0) (length 2.54)
(name "BYP" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 1.27 0) (length 2.54)
(name "INP" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 5.08 0) (length 2.54)
(name "INN" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin output line (at 10.16 2.54 180) (length 2.54)
(name "VO1" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 10.16 270) (length 2.54)
(name "VDD" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 -10.16 90) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin output line (at 10.16 -2.54 180) (length 2.54)
(name "VO2" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "M5Atom" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "U" (id 0) (at 0 7.62 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "M5Atom" (id 1) (at 0 -7.62 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 10.16 6.35 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 10.16 6.35 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "M5Atom_0_1"
(rectangle (start -6.35 6.35) (end 6.35 -6.35)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "M5Atom_1_1"
(pin bidirectional line (at -8.89 2.54 0) (length 2.54)
(name "G21" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -8.89 0 0) (length 2.54)
(name "G25" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin power_out line (at -8.89 -2.54 0) (length 2.54)
(name "5V" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -8.89 -5.08 0) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 8.89 5.08 180) (length 2.54)
(name "G33" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 8.89 2.54 180) (length 2.54)
(name "G23" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 8.89 0 180) (length 2.54)
(name "G19" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 8.89 -2.54 180) (length 2.54)
(name "G22" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin power_out line (at 8.89 -5.08 180) (length 2.54)
(name "3V3" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
)
)

View File

@ -0,0 +1,326 @@
{
"board": {
"design_settings": {
"defaults": {
"board_outline_line_width": 0.1,
"copper_line_width": 0.2,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"other_line_width": 0.15,
"silk_line_width": 0.15,
"silk_text_size_h": 1.0,
"silk_text_size_v": 1.0,
"silk_text_thickness": 0.15
},
"diff_pair_dimensions": [],
"drc_exclusions": [],
"rules": {
"min_copper_edge_clearance": 0.0,
"solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0
},
"track_widths": [],
"via_dimensions": []
},
"layer_presets": []
},
"boards": [],
"cvpcb": {
"equivalence_files": []
},
"erc": {
"erc_exclusions": [],
"meta": {
"version": 0
},
"pin_map": [
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
1,
2
],
[
0,
1,
0,
0,
0,
0,
1,
1,
2,
1,
1,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2
],
[
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
2
],
[
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
1,
2,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
0,
2,
1,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
],
"rule_severities": {
"bus_definition_conflict": "error",
"bus_entry_needed": "error",
"bus_label_syntax": "error",
"bus_to_bus_conflict": "error",
"bus_to_net_conflict": "error",
"different_unit_footprint": "error",
"different_unit_net": "error",
"duplicate_reference": "error",
"duplicate_sheet_names": "error",
"extra_units": "error",
"global_label_dangling": "warning",
"hier_label_mismatch": "error",
"label_dangling": "error",
"lib_symbol_issues": "warning",
"multiple_net_names": "warning",
"net_not_bus_member": "warning",
"no_connect_connected": "warning",
"no_connect_dangling": "warning",
"pin_not_connected": "error",
"pin_not_driven": "error",
"pin_to_pin": "warning",
"power_pin_not_driven": "error",
"similar_labels": "warning",
"unannotated": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
}
},
"libraries": {
"pinned_footprint_libs": [],
"pinned_symbol_libs": []
},
"meta": {
"filename": "M5Stack_bottom_fdm.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [
{
"bus_width": 12.0,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6.0
}
],
"meta": {
"version": 2
},
"net_colors": null
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "",
"specctra_dsn": "",
"step": "",
"vrml": ""
},
"page_layout_descr_file": ""
},
"schematic": {
"annotate_start_num": 0,
"drawing": {
"default_line_thickness": 6.0,
"default_text_size": 50.0,
"field_names": [],
"intersheets_ref_own_page": false,
"intersheets_ref_prefix": "",
"intersheets_ref_short": false,
"intersheets_ref_show": false,
"intersheets_ref_suffix": "",
"junction_size_choice": 3,
"label_size_ratio": 0.375,
"pin_symbol_size": 25.0,
"text_offset_ratio": 0.15
},
"legacy_lib_dir": "",
"legacy_lib_list": [],
"meta": {
"version": 1
},
"net_format_name": "",
"ngspice": {
"fix_include_paths": true,
"fix_passive_vals": false,
"meta": {
"version": 0
},
"model_mode": 0,
"workbook_filename": ""
},
"page_layout_descr_file": "",
"plot_directory": "",
"spice_adjust_passive_values": false,
"spice_external_command": "spice \"%I\"",
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [
[
"70c425e8-c82b-42c0-a373-0ea779731c61",
""
]
],
"text_variables": {}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -0,0 +1,22 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html;
charset=windows-1252">
<TITLE>M5Stack Module</TITLE>
</HEAD>
<BODY LANG="fr-FR" DIR="LTR">
<P>This project template is a basis of the bottoms for
<A HREF="https://m5stack.com/" TARGET="blank">M5Stack.</A>
<BR><BR>This base project includes a PCB edge defined
to fit FDM frames for the M5Stack Bottoms with the connectors placed
correctly to align the M5Stack Core. All IO present on the M5Stack
is connected to the project through the M-BUS headers.
<BR><BR>The board outline looks like the following:
</P>
<P><IMG SRC="bottom.png" NAME="brd" ALIGN=BOTTOM WIDTH=680
BORDER=0><BR><BR><BR><BR>
</P>
<P>(c)2022 BotanicFields, Inc.<BR>(c)2012 KiCad Developers</P>
</BODY>
</HTML>

View File

@ -0,0 +1,433 @@
{
"board": {
"design_settings": {
"defaults": {
"board_outline_line_width": 0.09999999999999999,
"copper_line_width": 0.19999999999999998,
"copper_text_italic": false,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"copper_text_upright": false,
"courtyard_line_width": 0.049999999999999996,
"dimension_precision": 4,
"dimension_units": 3,
"dimensions": {
"arrow_length": 1270000,
"extension_offset": 500000,
"keep_text_aligned": true,
"suppress_zeroes": false,
"text_position": 0,
"units_format": 1
},
"fab_line_width": 0.09999999999999999,
"fab_text_italic": false,
"fab_text_size_h": 1.0,
"fab_text_size_v": 1.0,
"fab_text_thickness": 0.15,
"fab_text_upright": false,
"other_line_width": 0.15,
"other_text_italic": false,
"other_text_size_h": 1.0,
"other_text_size_v": 1.0,
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.762,
"height": 1.524,
"width": 1.524
},
"silk_line_width": 0.15,
"silk_text_italic": false,
"silk_text_size_h": 1.0,
"silk_text_size_v": 1.0,
"silk_text_thickness": 0.15,
"silk_text_upright": false,
"zones": {
"45_degree_only": false,
"min_clearance": 0.39999999999999997
}
},
"diff_pair_dimensions": [
{
"gap": 0.0,
"via_gap": 0.0,
"width": 0.0
}
],
"drc_exclusions": [],
"meta": {
"version": 2
},
"rule_severities": {
"annular_width": "error",
"clearance": "error",
"copper_edge_clearance": "error",
"courtyards_overlap": "error",
"diff_pair_gap_out_of_range": "error",
"diff_pair_uncoupled_length_too_long": "error",
"drill_out_of_range": "error",
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"footprint_type_mismatch": "error",
"hole_clearance": "error",
"hole_near_hole": "error",
"invalid_outline": "error",
"item_on_disabled_layer": "error",
"items_not_allowed": "error",
"length_out_of_range": "error",
"malformed_courtyard": "error",
"microvia_drill_out_of_range": "error",
"missing_courtyard": "ignore",
"missing_footprint": "warning",
"net_conflict": "warning",
"npth_inside_courtyard": "ignore",
"padstack": "error",
"pth_inside_courtyard": "ignore",
"shorting_items": "error",
"silk_over_copper": "warning",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error",
"track_dangling": "warning",
"track_width": "error",
"tracks_crossing": "error",
"unconnected_items": "error",
"unresolved_variable": "error",
"via_dangling": "warning",
"zone_has_empty_net": "error",
"zones_intersect": "error"
},
"rules": {
"allow_blind_buried_vias": false,
"allow_microvias": false,
"max_error": 0.005,
"min_clearance": 0.0,
"min_copper_edge_clearance": 0.0,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_silk_clearance": 0.0,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.19999999999999998,
"min_via_annular_width": 0.049999999999999996,
"min_via_diameter": 0.39999999999999997,
"solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0,
"use_height_for_length_calcs": true
},
"track_widths": [
0.0
],
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
}
],
"zones_allow_external_fillets": false,
"zones_use_no_outline": true
},
"layer_presets": []
},
"boards": [],
"cvpcb": {
"equivalence_files": []
},
"erc": {
"erc_exclusions": [],
"meta": {
"version": 0
},
"pin_map": [
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
1,
2
],
[
0,
1,
0,
0,
0,
0,
1,
1,
2,
1,
1,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2
],
[
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
2
],
[
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
1,
2,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
0,
2,
1,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
],
"rule_severities": {
"bus_definition_conflict": "error",
"bus_entry_needed": "error",
"bus_label_syntax": "error",
"bus_to_bus_conflict": "error",
"bus_to_net_conflict": "error",
"different_unit_footprint": "error",
"different_unit_net": "error",
"duplicate_reference": "error",
"duplicate_sheet_names": "error",
"extra_units": "error",
"global_label_dangling": "warning",
"hier_label_mismatch": "error",
"label_dangling": "error",
"lib_symbol_issues": "warning",
"multiple_net_names": "warning",
"net_not_bus_member": "warning",
"no_connect_connected": "warning",
"no_connect_dangling": "warning",
"pin_not_connected": "error",
"pin_not_driven": "error",
"pin_to_pin": "error",
"power_pin_not_driven": "error",
"similar_labels": "warning",
"unannotated": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
}
},
"libraries": {
"pinned_footprint_libs": [],
"pinned_symbol_libs": []
},
"meta": {
"filename": "M5Stack_module.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [
{
"bus_width": 12.0,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6.0
}
],
"meta": {
"version": 2
},
"net_colors": null
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "",
"specctra_dsn": "",
"step": "",
"vrml": ""
},
"page_layout_descr_file": ""
},
"schematic": {
"annotate_start_num": 0,
"drawing": {
"default_line_thickness": 6.0,
"default_text_size": 50.0,
"field_names": [],
"intersheets_ref_own_page": false,
"intersheets_ref_prefix": "",
"intersheets_ref_short": false,
"intersheets_ref_show": false,
"intersheets_ref_suffix": "",
"junction_size_choice": 3,
"label_size_ratio": 0.375,
"pin_symbol_size": 25.0,
"text_offset_ratio": 0.15
},
"legacy_lib_dir": "",
"legacy_lib_list": [],
"meta": {
"version": 1
},
"net_format_name": "",
"ngspice": {
"fix_include_paths": true,
"fix_passive_vals": false,
"meta": {
"version": 0
},
"model_mode": 0,
"workbook_filename": ""
},
"page_layout_descr_file": "",
"plot_directory": "",
"spice_adjust_passive_values": false,
"spice_external_command": "spice \"%I\"",
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [
[
"565d7bc7-793e-405c-9926-13a2971f0ec1",
""
]
],
"text_variables": {}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -0,0 +1,22 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html;
charset=windows-1252">
<TITLE>M5Stack Module</TITLE>
</HEAD>
<BODY LANG="fr-FR" DIR="LTR">
<P>This project template is a basis of the modules for
<A HREF="https://m5stack.com/" TARGET="blank">M5Stack.</A>
<BR><BR>This base project includes a PCB edge defined
as the same size as the M5Stack Modules with the connectors placed
correctly to align the M5Stack Core. All IO present on the M5Stack
is connected to the project through the M-BUS headers.
<BR><BR>The board outline looks like the following:
</P>
<P><IMG SRC="proto.png" NAME="brd" ALIGN=BOTTOM WIDTH=680
BORDER=0><BR><BR><BR><BR>
</P>
<P>(c)2022 BotanicFields, Inc.<BR>(c)2012 KiCad Developers</P>
</BODY>
</HTML>

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

View File

@ -0,0 +1,420 @@
{
"board": {
"design_settings": {
"defaults": {
"board_outline_line_width": 0.09999999999999999,
"copper_line_width": 0.19999999999999998,
"copper_text_italic": false,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"copper_text_upright": false,
"courtyard_line_width": 0.049999999999999996,
"dimension_precision": 4,
"dimension_units": 3,
"dimensions": {
"arrow_length": 1270000,
"extension_offset": 500000,
"keep_text_aligned": true,
"suppress_zeroes": false,
"text_position": 0,
"units_format": 1
},
"fab_line_width": 0.09999999999999999,
"fab_text_italic": false,
"fab_text_size_h": 1.0,
"fab_text_size_v": 1.0,
"fab_text_thickness": 0.15,
"fab_text_upright": false,
"other_line_width": 0.15,
"other_text_italic": false,
"other_text_size_h": 1.0,
"other_text_size_v": 1.0,
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.762,
"height": 1.524,
"width": 1.524
},
"silk_line_width": 0.15,
"silk_text_italic": false,
"silk_text_size_h": 1.0,
"silk_text_size_v": 1.0,
"silk_text_thickness": 0.15,
"silk_text_upright": false,
"zones": {
"45_degree_only": false,
"min_clearance": 0.39999999999999997
}
},
"diff_pair_dimensions": [],
"drc_exclusions": [],
"meta": {
"version": 2
},
"rule_severities": {
"annular_width": "error",
"clearance": "error",
"copper_edge_clearance": "error",
"courtyards_overlap": "error",
"diff_pair_gap_out_of_range": "error",
"diff_pair_uncoupled_length_too_long": "error",
"drill_out_of_range": "error",
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"footprint_type_mismatch": "error",
"hole_clearance": "error",
"hole_near_hole": "error",
"invalid_outline": "error",
"item_on_disabled_layer": "error",
"items_not_allowed": "error",
"length_out_of_range": "error",
"malformed_courtyard": "error",
"microvia_drill_out_of_range": "error",
"missing_courtyard": "ignore",
"missing_footprint": "warning",
"net_conflict": "warning",
"npth_inside_courtyard": "ignore",
"padstack": "error",
"pth_inside_courtyard": "ignore",
"shorting_items": "error",
"silk_over_copper": "warning",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error",
"track_dangling": "warning",
"track_width": "error",
"tracks_crossing": "error",
"unconnected_items": "error",
"unresolved_variable": "error",
"via_dangling": "warning",
"zone_has_empty_net": "error",
"zones_intersect": "error"
},
"rules": {
"allow_blind_buried_vias": false,
"allow_microvias": false,
"max_error": 0.005,
"min_clearance": 0.0,
"min_copper_edge_clearance": 0.0,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_silk_clearance": 0.0,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.19999999999999998,
"min_via_annular_width": 0.049999999999999996,
"min_via_diameter": 0.39999999999999997,
"solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0,
"use_height_for_length_calcs": true
},
"track_widths": [],
"via_dimensions": [],
"zones_allow_external_fillets": false,
"zones_use_no_outline": true
},
"layer_presets": []
},
"boards": [],
"cvpcb": {
"equivalence_files": []
},
"erc": {
"erc_exclusions": [],
"meta": {
"version": 0
},
"pin_map": [
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
1,
2
],
[
0,
1,
0,
0,
0,
0,
1,
1,
2,
1,
1,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2
],
[
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
2
],
[
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
1,
2,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
0,
2,
1,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
],
"rule_severities": {
"bus_definition_conflict": "error",
"bus_entry_needed": "error",
"bus_label_syntax": "error",
"bus_to_bus_conflict": "error",
"bus_to_net_conflict": "error",
"different_unit_footprint": "error",
"different_unit_net": "error",
"duplicate_reference": "error",
"duplicate_sheet_names": "error",
"extra_units": "error",
"global_label_dangling": "warning",
"hier_label_mismatch": "error",
"label_dangling": "error",
"lib_symbol_issues": "warning",
"multiple_net_names": "warning",
"net_not_bus_member": "warning",
"no_connect_connected": "warning",
"no_connect_dangling": "warning",
"pin_not_connected": "error",
"pin_not_driven": "error",
"pin_to_pin": "warning",
"power_pin_not_driven": "error",
"similar_labels": "warning",
"unannotated": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
}
},
"libraries": {
"pinned_footprint_libs": [],
"pinned_symbol_libs": []
},
"meta": {
"filename": "M5Stack_module_fdm.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [
{
"bus_width": 12.0,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6.0
}
],
"meta": {
"version": 2
},
"net_colors": null
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "",
"specctra_dsn": "",
"step": "",
"vrml": ""
},
"page_layout_descr_file": ""
},
"schematic": {
"annotate_start_num": 0,
"drawing": {
"default_line_thickness": 6.0,
"default_text_size": 50.0,
"field_names": [],
"intersheets_ref_own_page": false,
"intersheets_ref_prefix": "",
"intersheets_ref_short": false,
"intersheets_ref_show": false,
"intersheets_ref_suffix": "",
"junction_size_choice": 3,
"label_size_ratio": 0.375,
"pin_symbol_size": 25.0,
"text_offset_ratio": 0.15
},
"legacy_lib_dir": "",
"legacy_lib_list": [],
"meta": {
"version": 1
},
"net_format_name": "",
"ngspice": {
"fix_include_paths": true,
"fix_passive_vals": false,
"meta": {
"version": 0
},
"model_mode": 0,
"workbook_filename": ""
},
"page_layout_descr_file": "",
"plot_directory": "",
"spice_adjust_passive_values": false,
"spice_external_command": "spice \"%I\"",
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [
[
"70c425e8-c82b-42c0-a373-0ea779731c61",
""
]
],
"text_variables": {}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -0,0 +1,22 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html;
charset=windows-1252">
<TITLE>M5Stack Module</TITLE>
</HEAD>
<BODY LANG="fr-FR" DIR="LTR">
<P>This project template is a basis of the modules for
<A HREF="https://m5stack.com/" TARGET="blank">M5Stack.</A>
<BR><BR>This base project includes a PCB edge defined
to fit FDM frames of the M5Stack Modules with the connectors placed
correctly to align the M5Stack Core. All IO present on the M5Stack
is connected to the project through the M-BUS headers.
<BR><BR>The board outline looks like the following:
</P>
<P><IMG SRC="proto.png" NAME="brd" ALIGN=BOTTOM WIDTH=680
BORDER=0><BR><BR><BR><BR>
</P>
<P>(c)2022 BotanicFields, Inc.<BR>(c)2012 KiCad Developers</P>
</BODY>
</HTML>

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

View File

@ -0,0 +1,121 @@
Creative Commons Legal Code
CC0 1.0 Universal
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
HEREUNDER.
Statement of Purpose
The laws of most jurisdictions throughout the world automatically confer
exclusive Copyright and Related Rights (defined below) upon the creator
and subsequent owner(s) (each and all, an "owner") of an original work of
authorship and/or a database (each, a "Work").
Certain owners wish to permanently relinquish those rights to a Work for
the purpose of contributing to a commons of creative, cultural and
scientific works ("Commons") that the public can reliably and without fear
of later claims of infringement build upon, modify, incorporate in other
works, reuse and redistribute as freely as possible in any form whatsoever
and for any purposes, including without limitation commercial purposes.
These owners may contribute to the Commons to promote the ideal of a free
culture and the further production of creative, cultural and scientific
works, or to gain reputation or greater distribution for their Work in
part through the use and efforts of others.
For these and/or other purposes and motivations, and without any
expectation of additional consideration or compensation, the person
associating CC0 with a Work (the "Affirmer"), to the extent that he or she
is an owner of Copyright and Related Rights in the Work, voluntarily
elects to apply CC0 to the Work and publicly distribute the Work under its
terms, with knowledge of his or her Copyright and Related Rights in the
Work and the meaning and intended legal effect of CC0 on those rights.
1. Copyright and Related Rights. A Work made available under CC0 may be
protected by copyright and related or neighboring rights ("Copyright and
Related Rights"). Copyright and Related Rights include, but are not
limited to, the following:
i. the right to reproduce, adapt, distribute, perform, display,
communicate, and translate a Work;
ii. moral rights retained by the original author(s) and/or performer(s);
iii. publicity and privacy rights pertaining to a person's image or
likeness depicted in a Work;
iv. rights protecting against unfair competition in regards to a Work,
subject to the limitations in paragraph 4(a), below;
v. rights protecting the extraction, dissemination, use and reuse of data
in a Work;
vi. database rights (such as those arising under Directive 96/9/EC of the
European Parliament and of the Council of 11 March 1996 on the legal
protection of databases, and under any national implementation
thereof, including any amended or successor version of such
directive); and
vii. other similar, equivalent or corresponding rights throughout the
world based on applicable law or treaty, and any national
implementations thereof.
2. Waiver. To the greatest extent permitted by, but not in contravention
of, applicable law, Affirmer hereby overtly, fully, permanently,
irrevocably and unconditionally waives, abandons, and surrenders all of
Affirmer's Copyright and Related Rights and associated claims and causes
of action, whether now known or unknown (including existing as well as
future claims and causes of action), in the Work (i) in all territories
worldwide, (ii) for the maximum duration provided by applicable law or
treaty (including future time extensions), (iii) in any current or future
medium and for any number of copies, and (iv) for any purpose whatsoever,
including without limitation commercial, advertising or promotional
purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
member of the public at large and to the detriment of Affirmer's heirs and
successors, fully intending that such Waiver shall not be subject to
revocation, rescission, cancellation, termination, or any other legal or
equitable action to disrupt the quiet enjoyment of the Work by the public
as contemplated by Affirmer's express Statement of Purpose.
3. Public License Fallback. Should any part of the Waiver for any reason
be judged legally invalid or ineffective under applicable law, then the
Waiver shall be preserved to the maximum extent permitted taking into
account Affirmer's express Statement of Purpose. In addition, to the
extent the Waiver is so judged Affirmer hereby grants to each affected
person a royalty-free, non transferable, non sublicensable, non exclusive,
irrevocable and unconditional license to exercise Affirmer's Copyright and
Related Rights in the Work (i) in all territories worldwide, (ii) for the
maximum duration provided by applicable law or treaty (including future
time extensions), (iii) in any current or future medium and for any number
of copies, and (iv) for any purpose whatsoever, including without
limitation commercial, advertising or promotional purposes (the
"License"). The License shall be deemed effective as of the date CC0 was
applied by Affirmer to the Work. Should any part of the License for any
reason be judged legally invalid or ineffective under applicable law, such
partial invalidity or ineffectiveness shall not invalidate the remainder
of the License, and in such case Affirmer hereby affirms that he or she
will not (i) exercise any of his or her remaining Copyright and Related
Rights in the Work or (ii) assert any associated claims and causes of
action with respect to the Work, in either case contrary to Affirmer's
express Statement of Purpose.
4. Limitations and Disclaimers.
a. No trademark or patent rights held by Affirmer are waived, abandoned,
surrendered, licensed or otherwise affected by this document.
b. Affirmer offers the Work as-is and makes no representations or
warranties of any kind concerning the Work, express, implied,
statutory or otherwise, including without limitation warranties of
title, merchantability, fitness for a particular purpose, non
infringement, or the absence of latent or other defects, accuracy, or
the present or absence of errors, whether or not discoverable, all to
the greatest extent permissible under applicable law.
c. Affirmer disclaims responsibility for clearing rights of other persons
that may apply to the Work or any use thereof, including without
limitation any person's Copyright and Related Rights in the Work.
Further, Affirmer disclaims responsibility for obtaining any necessary
consents, permissions or other rights required for any use of the
Work.
d. Affirmer understands and acknowledges that Creative Commons is not a
party to this document and has no duty or obligation with respect to
this CC0 or use of the Work.

View File

@ -0,0 +1,31 @@
# KiCad6-Environment
My symbols, my footprints, my templates, etc. of KiCad6
KiCad6 による基板の設計時に作成したライブラリやテンプレートを置いています。
## 1symbols
「シンボルエディター」で作成したシンボルのライブラリです。
### (1) @bf.kicad_sym
使用しているシンボルのうち、独自に作成したシンボルの全てを含みます。
## 2footprints
「フットプリントエディター」で作成したフットプリントのライブラリです。
### (1) @bf.pretty
使用しているフットプリントのうち、独自に作成したフットプリントの全てを含みます。
## 3template
「KiCadマネージャー」において「テンプレートから新規プロジェクトを作成..」で選択可能となる「ユーザーテンプレート」のデータです。
### (1) M5Stack_module
M5Stack用のモジュール基板のテンプレートです。M-BUSのピンヘッダーとピンソケットの両方を備え、モジュールの積み重ねに対応します。フレームにはM5Stack社のPROTOモジュールのモールドを流用することを想定しています。
- 基板の厚さは1mmです
<img src="./image/M5Stack_module.jpg" width=300>
### (2) M5Stack_module_fdm
M5Stack用のモジュール基板のテンプレートです。M-BUSのピンヘッダーとピンソケットの両方を備え、モジュールの積み重ねに対応します。フレームにはFDMによるモールドを使用することを想定し、四隅に逃げがあります。
- 基板の厚さは1mmです
- FDM: Fused Deposition Modeling
<img src="./image/M5Stack_module_fdm.jpg" width=300>
### (3) M5Stack_bottom_fdm
M5Stack用のボトム基板のテンプレートです。M-BUSのピンヘッダーがありますがピンソケットはありません。フレームにはFDMによるモールドを使用することを想定し、四隅に逃げがあります。
- FDM: Fused Deposition Modeling
<img src="./image/M5Stack_bottom_fdm.jpg" width=300>

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 KiB

View File

@ -0,0 +1,86 @@
(kicad_symbol_lib (version 20220914) (generator kicad_symbol_editor)
(symbol "M5Core" (in_bom yes) (on_board yes)
(property "Reference" "M5" (at 5.08 1.27 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "" (at 2.54 -2.54 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 2.54 -2.54 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 2.54 -2.54 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "M5Core_0_1"
(rectangle (start 0 0) (end 10.16 -10.16)
(stroke (width 0) (type default))
(fill (type none))
)
)
(symbol "M5Core_1_1"
(pin bidirectional line (at -2.54 -1.27 0) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -2.54 -6.35 0) (length 2.54)
(name "SCL" (effects (font (size 1.27 1.27))))
(number "" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -2.54 -3.81 0) (length 2.54)
(name "SDA" (effects (font (size 1.27 1.27))))
(number "" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -2.54 -8.89 0) (length 2.54)
(name "VCC" (effects (font (size 1.27 1.27))))
(number "" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "M5RFID" (in_bom yes) (on_board yes)
(property "Reference" "M5RFID" (at 3.81 1.27 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "" (at 0 0 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "M5RFID_0_1"
(rectangle (start 0 0) (end 10.16 -10.16)
(stroke (width 0) (type default))
(fill (type none))
)
(rectangle (start 5.08 -1.27) (end 8.89 -8.89)
(stroke (width 0) (type default))
(fill (type none))
)
(rectangle (start 6.35 -2.54) (end 7.62 -7.62)
(stroke (width 0) (type default))
(fill (type none))
)
)
(symbol "M5RFID_1_1"
(pin bidirectional line (at -2.54 -1.27 0) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -2.54 -6.35 0) (length 2.54)
(name "SCL" (effects (font (size 1.27 1.27))))
(number "" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -2.54 -3.81 0) (length 2.54)
(name "SDA" (effects (font (size 1.27 1.27))))
(number "" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -2.54 -8.89 0) (length 2.54)
(name "VCC" (effects (font (size 1.27 1.27))))
(number "" (effects (font (size 1.27 1.27))))
)
)
)
)

View File

@ -0,0 +1,2 @@
(kicad_pcb (version 20221018) (generator pcbnew)
)

View File

@ -0,0 +1,332 @@
{
"board": {
"3dviewports": [],
"design_settings": {
"defaults": {
"board_outline_line_width": 0.1,
"copper_line_width": 0.2,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"other_line_width": 0.15,
"silk_line_width": 0.15,
"silk_text_size_h": 1.0,
"silk_text_size_v": 1.0,
"silk_text_thickness": 0.15
},
"diff_pair_dimensions": [],
"drc_exclusions": [],
"rules": {
"min_copper_edge_clearance": 0.0,
"solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0
},
"track_widths": [],
"via_dimensions": []
},
"layer_presets": [],
"viewports": []
},
"boards": [],
"cvpcb": {
"equivalence_files": []
},
"erc": {
"erc_exclusions": [],
"meta": {
"version": 0
},
"pin_map": [
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
1,
2
],
[
0,
1,
0,
0,
0,
0,
1,
1,
2,
1,
1,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2
],
[
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
2
],
[
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
1,
2,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
0,
2,
1,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
],
"rule_severities": {
"bus_definition_conflict": "error",
"bus_entry_needed": "error",
"bus_to_bus_conflict": "error",
"bus_to_net_conflict": "error",
"conflicting_netclasses": "error",
"different_unit_footprint": "error",
"different_unit_net": "error",
"duplicate_reference": "error",
"duplicate_sheet_names": "error",
"endpoint_off_grid": "warning",
"extra_units": "error",
"global_label_dangling": "warning",
"hier_label_mismatch": "error",
"label_dangling": "error",
"lib_symbol_issues": "warning",
"missing_bidi_pin": "warning",
"missing_input_pin": "warning",
"missing_power_pin": "error",
"missing_unit": "warning",
"multiple_net_names": "warning",
"net_not_bus_member": "warning",
"no_connect_connected": "warning",
"no_connect_dangling": "warning",
"pin_not_connected": "error",
"pin_not_driven": "error",
"pin_to_pin": "warning",
"power_pin_not_driven": "error",
"similar_labels": "warning",
"simulation_model_issue": "ignore",
"unannotated": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
}
},
"libraries": {
"pinned_footprint_libs": [],
"pinned_symbol_libs": []
},
"meta": {
"filename": "Schématics.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [
{
"bus_width": 12,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
}
],
"meta": {
"version": 3
},
"net_colors": null,
"netclass_assignments": null,
"netclass_patterns": []
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "",
"specctra_dsn": "",
"step": "",
"vrml": ""
},
"page_layout_descr_file": ""
},
"schematic": {
"annotate_start_num": 0,
"drawing": {
"dashed_lines_dash_length_ratio": 12.0,
"dashed_lines_gap_length_ratio": 3.0,
"default_line_thickness": 6.0,
"default_text_size": 50.0,
"field_names": [],
"intersheets_ref_own_page": false,
"intersheets_ref_prefix": "",
"intersheets_ref_short": false,
"intersheets_ref_show": false,
"intersheets_ref_suffix": "",
"junction_size_choice": 3,
"label_size_ratio": 0.375,
"pin_symbol_size": 25.0,
"text_offset_ratio": 0.15
},
"legacy_lib_dir": "",
"legacy_lib_list": [],
"meta": {
"version": 1
},
"net_format_name": "",
"page_layout_descr_file": "",
"plot_directory": "",
"spice_current_sheet_as_root": false,
"spice_external_command": "spice \"%I\"",
"spice_model_current_sheet_as_root": true,
"spice_save_all_currents": false,
"spice_save_all_voltages": false,
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [
[
"3eb58796-cbad-4337-8c85-b39c14771a38",
""
]
],
"text_variables": {}
}

View File

@ -0,0 +1,520 @@
(kicad_sch (version 20230121) (generator eeschema)
(uuid 3eb58796-cbad-4337-8c85-b39c14771a38)
(paper "A4")
(lib_symbols
(symbol "M5stack:M5Core" (in_bom yes) (on_board yes)
(property "Reference" "M5" (at 5.08 1.27 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "" (at 2.54 -2.54 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 2.54 -2.54 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 2.54 -2.54 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "M5Core_0_1"
(rectangle (start 0 0) (end 10.16 -10.16)
(stroke (width 0) (type default))
(fill (type none))
)
)
(symbol "M5Core_1_1"
(pin bidirectional line (at -2.54 -1.27 0) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -2.54 -6.35 0) (length 2.54)
(name "SCL" (effects (font (size 1.27 1.27))))
(number "" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -2.54 -3.81 0) (length 2.54)
(name "SDA" (effects (font (size 1.27 1.27))))
(number "" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -2.54 -8.89 0) (length 2.54)
(name "VCC" (effects (font (size 1.27 1.27))))
(number "" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "M5stack:M5RFID" (in_bom yes) (on_board yes)
(property "Reference" "M5RFID" (at 3.81 1.27 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "" (at 0 0 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "M5RFID_0_1"
(rectangle (start 0 0) (end 10.16 -10.16)
(stroke (width 0) (type default))
(fill (type none))
)
(rectangle (start 5.08 -1.27) (end 8.89 -8.89)
(stroke (width 0) (type default))
(fill (type none))
)
(rectangle (start 6.35 -2.54) (end 7.62 -7.62)
(stroke (width 0) (type default))
(fill (type none))
)
)
(symbol "M5RFID_1_1"
(pin bidirectional line (at -2.54 -1.27 0) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -2.54 -6.35 0) (length 2.54)
(name "SCL" (effects (font (size 1.27 1.27))))
(number "" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -2.54 -3.81 0) (length 2.54)
(name "SDA" (effects (font (size 1.27 1.27))))
(number "" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -2.54 -8.89 0) (length 2.54)
(name "VCC" (effects (font (size 1.27 1.27))))
(number "" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Motor:Motor_Servo" (pin_names (offset 0.0254)) (in_bom yes) (on_board yes)
(property "Reference" "M" (at -5.08 4.445 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "Motor_Servo" (at -5.08 -4.064 0)
(effects (font (size 1.27 1.27)) (justify left top))
)
(property "Footprint" "" (at 0 -4.826 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "http://forums.parallax.com/uploads/attachments/46831/74481.png" (at 0 -4.826 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "Servo Motor" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Servo Motor (Futaba, HiTec, JR connector)" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "PinHeader*P2.54mm*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "Motor_Servo_0_1"
(polyline
(pts
(xy 2.413 -1.778)
(xy 2.032 -1.778)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.413 -1.778)
(xy 2.286 -1.397)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.413 1.778)
(xy 1.905 1.778)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.413 1.778)
(xy 2.286 1.397)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 6.35 4.445)
(xy 2.54 1.27)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 7.62 3.175)
(xy 4.191 -1.016)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 5.08 3.556)
(xy -5.08 3.556)
(xy -5.08 -3.556)
(xy 6.35 -3.556)
(xy 6.35 1.524)
)
(stroke (width 0.254) (type default))
(fill (type none))
)
(arc (start 2.413 1.778) (mid 1.2406 0) (end 2.413 -1.778)
(stroke (width 0) (type default))
(fill (type none))
)
(circle (center 3.175 0) (radius 0.1778)
(stroke (width 0) (type default))
(fill (type none))
)
(circle (center 3.175 0) (radius 1.4224)
(stroke (width 0) (type default))
(fill (type none))
)
(circle (center 5.969 2.794) (radius 0.127)
(stroke (width 0) (type default))
(fill (type none))
)
(circle (center 6.477 3.302) (radius 0.127)
(stroke (width 0) (type default))
(fill (type none))
)
(circle (center 6.985 3.81) (radius 0.127)
(stroke (width 0) (type default))
(fill (type none))
)
(arc (start 7.62 3.175) (mid 7.4485 4.2735) (end 6.35 4.445)
(stroke (width 0) (type default))
(fill (type none))
)
)
(symbol "Motor_Servo_1_1"
(pin passive line (at -7.62 2.54 0) (length 2.54)
(name "PWM" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -7.62 0 0) (length 2.54)
(name "+" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -7.62 -2.54 0) (length 2.54)
(name "-" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Motor:Stepper_Motor_bipolar" (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
(property "Reference" "M" (at 3.81 2.54 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "Stepper_Motor_bipolar" (at 3.81 1.27 0)
(effects (font (size 1.27 1.27)) (justify left top))
)
(property "Footprint" "" (at 0.254 -0.254 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "http://www.infineon.com/dgdl/Application-Note-TLE8110EE_driving_UniPolarStepperMotor_V1.1.pdf?fileId=db3a30431be39b97011be5d0aa0a00b0" (at 0.254 -0.254 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "bipolar stepper motor" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "4-wire bipolar stepper motor" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "PinHeader*P2.54mm*Vertical* TerminalBlock* Motor*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "Stepper_Motor_bipolar_0_0"
(polyline
(pts
(xy -1.27 -1.778)
(xy -1.27 2.032)
(xy 0 -0.508)
(xy 1.27 2.032)
(xy 1.27 -1.778)
)
(stroke (width 0) (type default))
(fill (type none))
)
)
(symbol "Stepper_Motor_bipolar_0_1"
(arc (start -4.445 -2.54) (mid -3.8127 -1.905) (end -4.445 -1.27)
(stroke (width 0) (type default))
(fill (type none))
)
(arc (start -4.445 -1.27) (mid -3.8127 -0.635) (end -4.445 0)
(stroke (width 0) (type default))
(fill (type none))
)
(arc (start -4.445 0) (mid -3.8127 0.635) (end -4.445 1.27)
(stroke (width 0) (type default))
(fill (type none))
)
(arc (start -4.445 1.27) (mid -3.8127 1.905) (end -4.445 2.54)
(stroke (width 0) (type default))
(fill (type none))
)
(arc (start -2.54 4.445) (mid -1.905 3.8127) (end -1.27 4.445)
(stroke (width 0) (type default))
(fill (type none))
)
(arc (start -1.27 4.445) (mid -0.635 3.8127) (end 0 4.445)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy -5.08 -2.54)
(xy -4.445 -2.54)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy -5.08 2.54)
(xy -4.445 2.54)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy -2.54 5.08)
(xy -2.54 4.445)
)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.54 5.08)
(xy 2.54 4.445)
)
(stroke (width 0) (type default))
(fill (type none))
)
(circle (center 0 0) (radius 3.2512)
(stroke (width 0.254) (type default))
(fill (type none))
)
(arc (start 0 4.445) (mid 0.635 3.8127) (end 1.27 4.445)
(stroke (width 0) (type default))
(fill (type none))
)
(arc (start 1.27 4.445) (mid 1.905 3.8127) (end 2.54 4.445)
(stroke (width 0) (type default))
(fill (type none))
)
)
(symbol "Stepper_Motor_bipolar_1_1"
(pin passive line (at -2.54 7.62 270) (length 2.54)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 2.54 7.62 270) (length 2.54)
(name "-" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -7.62 2.54 0) (length 2.54)
(name "~" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -7.62 -2.54 0) (length 2.54)
(name "~" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
)
)
)
(junction (at 146.05 107.95) (diameter 0) (color 0 0 0 0)
(uuid 1ed38f71-2661-4700-9060-5bbebbde3d28)
)
(junction (at 143.51 105.41) (diameter 0) (color 0 0 0 0)
(uuid 5bb5a358-0c52-47d3-841c-15fa037a5486)
)
(junction (at 148.59 110.49) (diameter 0) (color 0 0 0 0)
(uuid 7d8cb253-7407-4754-9a2a-a20c154e1e48)
)
(junction (at 151.13 113.03) (diameter 0) (color 0 0 0 0)
(uuid cedcba20-12d2-442a-8059-afdf0db66392)
)
(wire (pts (xy 148.59 110.49) (xy 162.56 110.49))
(stroke (width 0) (type default))
(uuid 4b1e3a69-63ef-41c8-a87f-1c11fe87f019)
)
(wire (pts (xy 114.3 113.03) (xy 151.13 113.03))
(stroke (width 0) (type default))
(uuid 5f972b89-4130-4f3e-bb08-6373160a8815)
)
(wire (pts (xy 148.59 100.33) (xy 148.59 110.49))
(stroke (width 0) (type default))
(uuid 62f3225a-ef66-4589-a8bd-1decf58e4eaa)
)
(wire (pts (xy 143.51 100.33) (xy 143.51 105.41))
(stroke (width 0) (type default))
(uuid 6ced51f6-f62f-4962-b5a8-46ac1d4f2ddb)
)
(wire (pts (xy 151.13 100.33) (xy 151.13 113.03))
(stroke (width 0) (type default))
(uuid 89d4c9d2-9022-469f-9cb3-c7a8d304a52f)
)
(wire (pts (xy 114.3 107.95) (xy 146.05 107.95))
(stroke (width 0) (type default))
(uuid 8b5174b9-5880-4ece-be39-e3a7c7148437)
)
(wire (pts (xy 151.13 113.03) (xy 162.56 113.03))
(stroke (width 0) (type default))
(uuid 94908483-3c02-4f57-b12d-3d6be4cc8ae8)
)
(wire (pts (xy 114.3 105.41) (xy 143.51 105.41))
(stroke (width 0) (type default))
(uuid b6069adf-34ce-43ff-80f0-f3f1343dae24)
)
(wire (pts (xy 143.51 105.41) (xy 162.56 105.41))
(stroke (width 0) (type default))
(uuid bd0d581a-143e-4479-b6e0-b67e4078975f)
)
(wire (pts (xy 114.3 110.49) (xy 148.59 110.49))
(stroke (width 0) (type default))
(uuid c6860953-9754-4c16-a8f2-fa1997a52573)
)
(wire (pts (xy 146.05 107.95) (xy 162.56 107.95))
(stroke (width 0) (type default))
(uuid eab5b2c0-c185-41f3-ac04-91a078cfa258)
)
(wire (pts (xy 146.05 100.33) (xy 146.05 107.95))
(stroke (width 0) (type default))
(uuid ed94363a-77b9-47cd-bbb8-b24bee140f43)
)
(symbol (lib_id "M5stack:M5Core") (at 165.1 104.14 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 27f1be60-848e-42be-913a-00612b2889a5)
(property "Reference" "M1" (at 176.53 109.22 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "~" (at 167.64 106.68 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 167.64 106.68 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 167.64 106.68 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "" (uuid 5189e752-9750-4f5b-a8e5-e47bb57943ad))
(pin "" (uuid efb58145-23ca-46db-a180-17a979047bf1))
(pin "" (uuid e467aea5-3997-43cf-8966-e0d28e0234d6))
(pin "" (uuid 46a29bf0-2971-465b-9a49-7aafb5f99171))
(instances
(project "Schématics"
(path "/3eb58796-cbad-4337-8c85-b39c14771a38"
(reference "M1") (unit 1)
)
)
)
)
(symbol (lib_id "Motor:Motor_Servo") (at 115.57 82.55 90) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid 2fb4ef5a-6489-4a5f-8901-9956e35e1eb5)
(property "Reference" "M2" (at 120.65 80.0211 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "Motor_Servo" (at 120.65 82.5611 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "" (at 120.396 82.55 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "http://forums.parallax.com/uploads/attachments/46831/74481.png" (at 120.396 82.55 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 9997e6f5-9202-42cc-8bdc-bf3f697fdfdc))
(pin "2" (uuid 3821ce45-c5b8-4e85-814e-3283674214e7))
(pin "3" (uuid 5ff8e6e7-6031-4f80-bc1d-334d7dba2de6))
(instances
(project "Schématics"
(path "/3eb58796-cbad-4337-8c85-b39c14771a38"
(reference "M2") (unit 1)
)
)
)
)
(symbol (lib_id "M5stack:M5RFID") (at 142.24 97.79 90) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid b5debee0-8edb-4e34-b941-18f19b142504)
(property "Reference" "M5RFID1" (at 153.67 92.71 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "~" (at 142.24 97.79 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 142.24 97.79 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 142.24 97.79 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "" (uuid 45594763-dc58-473c-93ca-44397ec8e189))
(pin "" (uuid d5451eac-f811-4740-993a-41e8edf237e5))
(pin "" (uuid 47783382-f0bb-4cc9-8dc9-b5ebeb803bba))
(pin "" (uuid 369beab6-bfc9-48b1-8a64-0f0515b6d7c3))
(instances
(project "Schématics"
(path "/3eb58796-cbad-4337-8c85-b39c14771a38"
(reference "M5RFID1") (unit 1)
)
)
)
)
(symbol (lib_id "Motor:Stepper_Motor_bipolar") (at 130.81 127 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
(uuid e839126d-5abe-432c-8d85-3df907360e90)
(property "Reference" "M3" (at 135.89 124.8791 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "Stepper_Motor_bipolar" (at 135.89 127.4191 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (at 131.064 127.254 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "http://www.infineon.com/dgdl/Application-Note-TLE8110EE_driving_UniPolarStepperMotor_V1.1.pdf?fileId=db3a30431be39b97011be5d0aa0a00b0" (at 131.064 127.254 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 1a4f0821-d19c-4b3f-a525-102e14984473))
(pin "2" (uuid 4652fbd1-ffa2-469b-980d-7e4128148de6))
(pin "3" (uuid f429db35-ce6c-41e7-9097-a70a82578a28))
(pin "4" (uuid dc4774c9-c18b-4c56-bb67-8d629e1a018c))
(instances
(project "Schématics"
(path "/3eb58796-cbad-4337-8c85-b39c14771a38"
(reference "M3") (unit 1)
)
)
)
)
(sheet_instances
(path "/" (page "1"))
)
)

View File

@ -0,0 +1,5 @@
(sym_lib_table
(version 7)
(lib (name "@bf")(type "KiCad")(uri "${KIPRJMOD}/KiCad6-Environment-main/6.0/symbols/@bf.kicad_sym")(options "")(descr ""))
(lib (name "M5stack")(type "KiCad")(uri "${KIPRJMOD}/M5stack.kicad_sym")(options "")(descr ""))
)

View File

@ -0,0 +1 @@
{"hostname":"archlinux","username":"clement"}