diff --git a/.github/workflows/arduino-lint.yml b/.github/workflows/arduino-lint.yml new file mode 100644 index 0000000..46397ce --- /dev/null +++ b/.github/workflows/arduino-lint.yml @@ -0,0 +1,20 @@ +# From: https://github.com/marketplace/actions/arduino-arduino-lint-action +# Use this action for libraries published to the Arduino Library Manager +name: Arduino Lint + +on: + push: + workflow_dispatch: + inputs: + message: + description: Message to display in job summary + required: false + type: string + +jobs: + arduino-lint: + name: call-arduino-lint-workflow + uses: Andy4495/.github/.github/workflows/arduino-lint.yml@main + with: + message: ${{ inputs.message }} + secrets: inherit diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..0560107 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,3 @@ +The source code in this library is licensed under the terms of the +Creative Commons Attribution-NonCommercial-ShareAlike license, +also referred to as CC BY-NC-SA. \ No newline at end of file diff --git a/README.md b/README.md index 8f82503..b3330e4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ Texas Instruments MSP430 and Tiva microcontrollers can be compiled using the Ard So I am publishing this library separately so that it can be easily installed as a library for the Arduino IDE or CLI. This also makes it available for use in GitHub workflow actions. +## Installation + +This library can be installed with the Arduino Library Manager with the library name `LCD_SharpBP_SPI`. + ## Usage See the sketches in the `examples` folder. diff --git a/library.properties b/library.properties index 97fe85f..b644f9b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ -name=LCD_SharpBoosterPack_SPI -version=2.0.0 +name=LCD_SharpBP_SPI +version=2.0.1 author=Rei Vilo, Stefan Schauer maintainer=Andreas Taylor sentence=This library supports the Sharp ® Memory LCD BoosterPacks 430BOOST-SHARP96 and BOOSTXL-SHARP128.