-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates for Arduino Library Manager; bump version to 2.0.1
- Loading branch information
Showing
4 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> | ||
sentence=This library supports the Sharp ® Memory LCD BoosterPacks 430BOOST-SHARP96 and BOOSTXL-SHARP128. | ||
|