Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented peripheral functionality #58

Merged
merged 23 commits into from
Mar 2, 2023
Merged

Conversation

PoorRican
Copy link
Owner

@PoorRican PoorRican commented Feb 25, 2023

Description

This major update provides functionality for arbitrary I/O peripheral functionality. There is now the ability to manipulate GPIO registers or execute arbitrary commands using GPIOCommand within the main event loop, and commands can be scheduled outside of the main event loop using Routine.

Changelog

@PoorRican PoorRican added the enhancement New feature or request label Mar 2, 2023
@PoorRican PoorRican marked this pull request as ready for review March 2, 2023 18:07
@PoorRican PoorRican merged commit c01f07c into master Mar 2, 2023
@PoorRican PoorRican deleted the device_functionality branch March 2, 2023 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment