From 5a7e5a9235c85a109f90b9e0389eceb6613b8dea Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Thu, 25 Jan 2024 20:02:23 +0100 Subject: [PATCH] fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 221646b..db97fbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.5.2] - 2024-01-25 - add experimental error handling +- add **int lastError()** so user can check the status of last I2C actions. - update examples - minor edits