Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/endail/hx711
Browse files Browse the repository at this point in the history
  • Loading branch information
endail committed Jan 21, 2024
2 parents 436dab1 + 62b5743 commit ff144f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.14.0
current_version = 2.15.0
tag = True
commit = True

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build on Raspberry Pi](https://github.com/endail/hx711/actions/workflows/buildcheck.yml/badge.svg)](https://github.com/endail/hx711/actions/workflows/buildcheck.yml) [![cppcheck](https://github.com/endail/hx711/actions/workflows/cppcheck.yml/badge.svg)](https://github.com/endail/hx711/actions/workflows/cppcheck.yml)

- v2.14.0
- v2.15.0
- Use with Raspberry Pi
- Requires [lgpio](http://abyz.me.uk/lg/index.html)
- Code tested inside [virtual Raspberry Pi Zero/3/4 environments](.github/workflows/buildcheck.yml) on GitHub
Expand Down
2 changes: 1 addition & 1 deletion include/Utility.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ enum class GpioLevel : bool {

class Utility {
protected:
static constexpr const char* const _VERSION = "2.14.0";
static constexpr const char* const _VERSION = "2.15.0";
static void _throwGpioExIfErr(const int code);
Utility();

Expand Down

0 comments on commit ff144f1

Please sign in to comment.