From a0496aead5eed90b9f9041e8146b715036e51fb4 Mon Sep 17 00:00:00 2001 From: Nis Wechselberg Date: Sun, 20 May 2018 20:38:32 +0200 Subject: [PATCH] Initial commit Added gitignore, license and readme --- .gitignore | 16 ++++++++++++++++ LICENSE | 23 +++++++++++++++++++++++ MiCS6814-I2C-Firmware.sublime-project | 8 ++++++++ README.md | 3 +++ 4 files changed, 50 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 MiCS6814-I2C-Firmware.sublime-project create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d2f291 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +###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-Firmware.sublime-project b/MiCS6814-I2C-Firmware.sublime-project new file mode 100644 index 0000000..24db303 --- /dev/null +++ b/MiCS6814-I2C-Firmware.sublime-project @@ -0,0 +1,8 @@ +{ + "folders": + [ + { + "path": "." + } + ] +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d9fd76 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# MiCS6814-I2C-Firmware + +Firmware code for controller boards connecting MiCS-6814 gas sensors to the I2C bus.