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

Virtual GPIO Config and State #18

Merged
merged 4 commits into from
May 14, 2024
Merged

Virtual GPIO Config and State #18

merged 4 commits into from
May 14, 2024

Conversation

andrewdavidmackenzie
Copy link
Owner

@andrewdavidmackenzie andrewdavidmackenzie commented May 14, 2024

Fixes #4

Copy link

codecov bot commented May 14, 2024

Codecov Report

Attention: Patch coverage is 14.28571% with 36 lines in your changes are missing coverage. Please review.

Project coverage is 12%. Comparing base (4dc9351) to head (ad08702).

Files Patch % Lines
src/piggui.rs 0% 19 Missing ⚠️
src/hw/none.rs 0% 11 Missing ⚠️
src/gpio.rs 67% 3 Missing ⚠️
src/hw/mod.rs 0% 3 Missing ⚠️
Additional details and impacted files
@@         Coverage Diff          @@
##           master   #18   +/-   ##
====================================
- Coverage      17%   12%   -4%     
====================================
  Files           2     4    +2     
  Lines          80   100   +20     
====================================
- Hits           13    12    -1     
- Misses         67    88   +21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andrewdavidmackenzie andrewdavidmackenzie merged commit 0b0807d into master May 14, 2024
5 checks passed
@andrewdavidmackenzie andrewdavidmackenzie deleted the pigg-4 branch May 14, 2024 20:51
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.

Create a GPIO config struct
1 participant