Skip to content

Commit 14b92e0

Browse files
authored
Merge pull request #21 from mcci-catena/issue18
Fix #18: prepare for v0.8.1 release
2 parents aa068ba + e36274b commit 14b92e0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ The solution is a hack: undefine `min()` prior to including `<functional>`, and
172172
173173
## Library Release History
174174
175+
- V0.8.1 corrects an issue with the STM32 library (some things were here that beloned in the main Arduino libraries).
176+
175177
- V0.8.0 has some minor changes (add the Catena4551 m101/m102/m103/m104 platform, add the Catena4450 m103/m104), and a flag change which effectively changes the API (hence the bump). We add `CatenaBase::fHasLuxS1113`, which indicates the presence of a SI 1113 Lux sensor (as distinct from the BH1750 or the TSL2561 lux sensor used in the Catena4410). Further, we correct the platform flags for the 4551, as it doesn't have an I2C mux. Also incorporates some minor bug fixes for USB serial.
176178
177179
- V0.7.0 is a major refactoring adding support for the `Catena 4551`, which is based on the STM32L0. Although we think that there are no breaking changes, there might be a few, especially if code relied on structured defined internally to the MCCI-Catena-Arduino library `Catena...` classes.

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
V0.7.0
1+
V0.8.1

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=MCCI Catena Arduino Platform Library
2-
version=0.8.0
2+
version=0.8.1
33
author=Terry Moore, ChaeHee Won
44
maintainer=MCCI Corporation <techsupport@mcci.com>
55
sentence=Arduino library for MCCI Catena 4410/4420/4450/4460/4551 systems.

0 commit comments

Comments
 (0)