Skip to content

Feature/espp peripheral api update#7

Merged
finger563 merged 2 commits intomainfrom
feature/espp-peripheral-api-update
Nov 6, 2023
Merged

Feature/espp peripheral api update#7
finger563 merged 2 commits intomainfrom
feature/espp-peripheral-api-update

Conversation

@finger563
Copy link
Copy Markdown
Contributor

Description

  • Removed old esp-idf i2c configuration in favor of new espp::I2c class
  • Updated function binding for magnetic encoder peripheral on i2c bus
  • Updated espp submodule for latest peripheral APIs and new espp::I2c class

Motivation and Context

Simplifies the code and keeps it up to date with the espp submodule for clarity.

How has this been tested?

Building the example.

Screenshots (if appropriate, e.g. schematic, board, console logs, lab pictures):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update
  • Hardware (schematic, board, system design) change
  • Software change

Checklist:

  • My change requires a change to the documentation.
  • I have added / updated the documentation related to this change via either README or WIKI

Software

  • I have added tests to cover my changes.
  • I have updated the .github/workflows/build.yml file to add my new test to the automated cloud build github action.
  • All new and existing tests passed.
  • My code follows the code style of this project.

* Removed old esp-idf i2c configuration in favor of new espp::I2c class
* Updated function binding for magnetic encoder peripheral on i2c bus
@finger563 finger563 merged commit 0527e80 into main Nov 6, 2023
@finger563 finger563 deleted the feature/espp-peripheral-api-update branch November 6, 2023 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant