diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c98cf12..ca56f7c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -12,7 +12,16 @@ env: - name: Ethernet - name: MsgPack -jobs: +jobs: + arduino-lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: arduino/arduino-lint-action@v1 + with: + library-manager: submit + compliance: strict + build-for-arduino: runs-on: ubuntu-latest diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d38ac52 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Company of Things + +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/library.properties b/library.properties index eed9847..2d8e62d 100644 --- a/library.properties +++ b/library.properties @@ -1,10 +1,10 @@ -name=deploii-library +name=deploii version=0.0.0 author=Tobias Domaas maintainer=Tobias Domaas sentence=Library for enabling communication between a MCU and deploii paragraph= -category=communication +category=Communication url=https://github.com/Company-of-Things/deploii-library -architectures= +architectures=* includes=deploii.h \ No newline at end of file