Skip to content

Commit

Permalink
Updates for Arduino Library Manager; bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy4495 committed Jan 10, 2025
1 parent 8acdf7b commit e725949
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/arduino-lint.yml
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
3 changes: 3 additions & 0 deletions LICENSE.txt
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.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions library.properties
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.
Expand Down

0 comments on commit e725949

Please sign in to comment.