Skip to content

Commit

Permalink
updated version info in libDaisy, and CHANGELOG prepped for release. (#…
Browse files Browse the repository at this point in the history
…462)

Co-authored-by: stephenhensley <stephen.p.hensley@gmail.com>
  • Loading branch information
stephenhensley and stephenhensley authored Dec 15, 2021
1 parent f99ff47 commit 121074f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,22 @@

### Breaking Changes

### Features

### Bug Fixes

### Other

### Migrating

## v4.0.0

### Breaking Changes

* driver: added support for the 0 .. 2.5V ADC range to MAX11300 getter functions `const`, splitting the `enum VoltageRange` into two enums for the ADC and DAC configurations.

### Features

* driver: added support for the MCP23x17 I/O Expander with I2C transport implementation

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#ifndef DSY_VERSION_H
#define DSY_VERSION_H

#define LIBDAISY_VER_MAJ 1
#define LIBDAISY_VER_MAJ 4
#define LIBDAISY_VER_MIN 0
#define LIBDAISY_VER_PATCH 0

Expand Down

0 comments on commit 121074f

Please sign in to comment.