-
Notifications
You must be signed in to change notification settings - Fork 25
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
🚀 5.0.0 #280
Commits on Jul 9, 2024
-
Replacing
RPi.GPIO
withgpiozero
andlgpio
to support Raspberry…… Pi 5 (#274) * move to gpiozero * fix: use same relay object * fix: inverted state * fix(driver): add class method for get_or_create_Relay * fix(driver): fix xor * fix(__init__): remove useless space * fix(driver): remove to_return + add explicit pin_factory + fix xor * feat: drop support to py<=3.8 * fix(test): fix test_driver * fix(test_driver): revert test data + fix test + add get_or_create test * fix(test): remove test_driver_get_or_create * fix(test): fix init tests * fix(driver): add typing to relays list + fix mypy config * fix(test): remove unused import * fix(driver+test): remove Trailing whitespaces
Configuration menu - View commit details
-
Copy full SHA for 5910756 - Browse repository at this point
Copy the full SHA 5910756View commit details -
Configuration menu - View commit details
-
Copy full SHA for fec1ea9 - Browse repository at this point
Copy the full SHA fec1ea9View commit details
Commits on Jul 10, 2024
-
Fixing driver for automatic pin factory (#281)
* fix(driver): remove explicit PinFactory (to be tested) * fix(setup): add RPi.GPIO
Configuration menu - View commit details
-
Copy full SHA for 197d511 - Browse repository at this point
Copy the full SHA 197d511View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ab5c5c - Browse repository at this point
Copy the full SHA 2ab5c5cView commit details -
Remove
typing-extensions
(#215)* Drop Python 3.7 (EOL). * Type constraints for the list of Tasks. * Revert "Type constraints for the list of Tasks." This reverts commit 946f697. * Removing typing-extensions.
Configuration menu - View commit details
-
Copy full SHA for 12056c0 - Browse repository at this point
Copy the full SHA 12056c0View commit details -
* Restore standalone xor in driver. * Ref: Simpler truthy condition in Relay::toggle(). * Simpler conditional invocation of on/off in Relay::toggle(). * Reusing xor() in the condition of Relay::get_or_create_relay().
Configuration menu - View commit details
-
Copy full SHA for d350c83 - Browse repository at this point
Copy the full SHA d350c83View commit details -
Ref: naming entities in the driver (#283)
* Renaming Relay::relays to cache. * Renaming Relay::get_or_create_relay() to ensure(). * Renaming class Relay to Driver. * Renaming Driver::relay to handle. * Fix test suite name. * Renaming to DriverMock in main test.
Configuration menu - View commit details
-
Copy full SHA for 9d868c1 - Browse repository at this point
Copy the full SHA 9d868c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 964d9ec - Browse repository at this point
Copy the full SHA 964d9ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0280d5 - Browse repository at this point
Copy the full SHA e0280d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a37efe - Browse repository at this point
Copy the full SHA 8a37efeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05da3a3 - Browse repository at this point
Copy the full SHA 05da3a3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.