Skip to content

Conversation

@CrashOverride2
Copy link
Contributor

Add a new esp32egpio module to control the ESP32’s native GPIOs using the existing, well-integrated, and easy-to-use EGPIO framework.

This is primarily intended for external OVMS-based modules and serves as an addendum to @zbchristian’s work.

It has been running flawlessly to control an additional heater in a friend’s car, and I thought it might be useful for the project as well.

@dexterbg
Copy link
Member

LGTM. Only thing I'd recommend is to assert at most one of the two EGPIO modules is enabled, to assist users configuring their own build. I think the Kconfig syntax provides mutual exclusion (IIRC), another option could be to change the type of EGPIO subsystem to a selection of none / MAX7317 / native or similar.

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.

2 participants