commit 14fee5a7e2b009fb63a70d2fa5934516a7ebe30f Author: Nis Wechselberg Date: Sun May 20 21:38:35 2018 +0200 Initial commit Added readme, license and gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0234bd4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +###KiCad### + +# For PCBs designed using KiCad: http://www.kicad-pcb.org/ + +# Temporary files +*.000 +*.bak +*.bck +*.kicad_pcb-bak +*~ +_autosave-* +*.tmp + +# Netlist files (exported from Eeschema) +*.net + +# Autorouter files (exported from Pcbnew) +*.dsn +*.ses + +# Exported BOM files +*.xml +*.csv + + +###SublimeText### + +# cache files for sublime text +*.tmlanguage.cache +*.tmPreferences.cache +*.stTheme.cache + +# workspace files are user-specific +*.sublime-workspace + +# project files should be checked into the repository, unless a significant +# proportion of contributors will probably not be using SublimeText +# *.sublime-project + +# sftp configuration file +sftp-config.json diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e97308c --- /dev/null +++ b/LICENSE @@ -0,0 +1,23 @@ +/* + * MIT License + * + * Copyright (c) 2018 Nis Wechselberg + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ diff --git a/MiCS6814-I2C-PCB.sublime-project b/MiCS6814-I2C-PCB.sublime-project new file mode 100644 index 0000000..24db303 --- /dev/null +++ b/MiCS6814-I2C-PCB.sublime-project @@ -0,0 +1,8 @@ +{ + "folders": + [ + { + "path": "." + } + ] +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..61db047 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# MiCS6814-I2C-PCBa + +KiCad board design files for controller boards connecting MiCS-6814 gas sensors to the I2C bus.