0.1.2 AngleConvertor

This commit is contained in:
Rob Tillaart 2023-10-17 19:42:06 +02:00
parent e7befae33b
commit 0ef1346f56
5 changed files with 26 additions and 7 deletions

View File

@ -2,16 +2,16 @@
//
// FILE: AngleConvertor.h
// AUTHOR: Rob Tillaart
// VERSION: 0.1.1
// VERSION: 0.1.2
// DATE: 2022-12-01
// PURPOSE: angle conversion class
// PURPOSE: Angle conversion class
// URL: https://github.com/RobTillaart/AngleConvertor
#include "Arduino.h"
#define ANGLECONVERTOR_LIB_VERSION (F("0.1.1"))
#define ANGLECONVERTOR_LIB_VERSION (F("0.1.2"))
/////////////////////////////////////////////////////////////

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.1.2] - 2023-10-17
- update readme.md
## [0.1.1] - 2023-01-23
- update GitHub actions
- update license 2023
@ -14,7 +18,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- add windrose() (2x)
- add example
## [0.1.0] - 2022-12-01
- initial version

View File

@ -2,8 +2,11 @@
[![Arduino CI](https://github.com/RobTillaart/AngleConvertor/workflows/Arduino%20CI/badge.svg)](https://github.com/marketplace/actions/arduino_ci)
[![Arduino-lint](https://github.com/RobTillaart/AngleConvertor/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/RobTillaart/AngleConvertor/actions/workflows/arduino-lint.yml)
[![JSON check](https://github.com/RobTillaart/AngleConvertor/actions/workflows/jsoncheck.yml/badge.svg)](https://github.com/RobTillaart/AngleConvertor/actions/workflows/jsoncheck.yml)
[![GitHub issues](https://img.shields.io/github/issues/RobTillaart/AngleConvertor.svg)](https://github.com/RobTillaart/AngleConvertor/issues)
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobTillaart/AngleConvertor/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/RobTillaart/AngleConvertor.svg?maxAge=3600)](https://github.com/RobTillaart/AngleConvertor/releases)
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/robtillaart/library/AngleConvertor.svg)](https://registry.platformio.org/libraries/robtillaart/AngleConvertor)
# AngleConvertor
@ -143,4 +146,17 @@ See examples.
- add more conversions
- integrate with **Angle class** ?
- printing can be a lot of work
- windrose array in PROGMEM
#### Wont
## Support
If you appreciate my libraries, you can support the development and maintenance.
Improve the quality of the libraries by providing issues and Pull Requests, or
donate through PayPal or GitHub sponsors.
Thank you,

View File

@ -15,9 +15,9 @@
"type": "git",
"url": "https://github.com/RobTillaart/AngleConvertor.git"
},
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"frameworks": "arduino",
"frameworks": "*",
"platforms": "*",
"headers": "AngleConvertor.h"
}

View File

@ -1,5 +1,5 @@
name=AngleConvertor
version=0.1.1
version=0.1.2
author=Rob Tillaart <rob.tillaart@gmail.com>
maintainer=Rob Tillaart <rob.tillaart@gmail.com>
sentence=Library to convert between different less known angle formats.