0.2.4 Par27979

This commit is contained in:
rob tillaart 2022-11-19 14:49:48 +01:00
parent 4bca1212b1
commit b6ba560a83
5 changed files with 71 additions and 29 deletions

View File

@ -1,11 +1,28 @@
platforms:
rpipico:
board: rp2040:rp2040:rpipico
package: rp2040:rp2040
gcc:
features:
defines:
- ARDUINO_ARCH_RP2040
warnings:
flags:
packages:
rp2040:rp2040:
url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
compile:
# Choosing to run compilation tests on 2 different Arduino platforms
platforms:
- uno
- due
- zero
# - due
# - zero
# - leonardo
# - m4
- m4
- esp32
- esp8266
- mega2560
# - esp8266
# - mega2560
- rpipico

View File

@ -0,0 +1,35 @@
# Change Log PAR27979
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.2.4] - 2022-11-19
- add RP2040 in build-CI
- add changelog.md
## [0.2.3] - 2021-12-22
- update library.json, license, minor edits
## [0.2.2] - 2021-11-10
- Update Arduino-CI,
- update readme.md + badges,
- fix version number
- update Print interface
## [0.2.1] - 2021-01-03
- add Arduino-CI + unit test
## [0.2.0] - 2020-06-23
- complete redo as class
- support for 27976, 27977 (not tested)
----
.... eons ago ...
## [0.1.0] - 2010-03-06
- initial version, Macro's only

View File

@ -2,23 +2,13 @@
//
// FILE: PAR27979.h
// AUTHOR: Rob Tillaart
// VERSION: 0.2.3
// VERSION: 0.2.4
// PURPOSE: Arduino library for Parallax 27979 _serial LCD display
// URL: https://github.com/RobTillaart/PAR27979
//
// HISTORY:
// 0.1.0 2010-03-06 initial version Macro's only
// 0.2.0 2020-06-23 complete redo as class
// also support for 27976, 27977 (not tested)
// 0.2.1 2021-01-03 Arduino-CI + unit test
// 0.2.2 2021-11-10 Update Arduino-CI,
// update readme.md + badges,
// fix version number
// update Print interface
// 0.2.3 2021-12-22 update library.json, license, minor edits
#define PAR27929_LIB_VERSION (F("0.2.3"))
#define PAR27929_LIB_VERSION (F("0.2.4"))
#include "Arduino.h"

View File

@ -15,7 +15,7 @@
"type": "git",
"url": "https://github.com/RobTillaart/PAR27979.git"
},
"version": "0.2.3",
"version": "0.2.4",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",

View File

@ -1,5 +1,5 @@
name=PAR27979
version=0.2.3
version=0.2.4
author=Rob Tillaart <rob.tillaart@gmail.com>
maintainer=Rob Tillaart <rob.tillaart@gmail.com>
sentence=Arduino library for Parallax 27979 serial LCD display.