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

Remove repetition in storage of rain-trigger record #203

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rtyley
Copy link

@rtyley rtyley commented Sep 23, 2023

Both startup() and check_trigger() were using identical code to append a new entry to the rain.txt trigger log (introduced with #55) when a trigger pulse from the rain sensor is detected - this refactor introduces a new store_rain_trigger_record() method, meaning the code only needs to be in one place.

Both `startup()` and `check_trigger()` were using identical code
to append a new entry to the `rain.txt` trigger log (introduced with
pimoroni#55) when a pulse from the
rain sensor is detected - this refactor introduces a new
`store_rain_trigger_record()` method, meaning the code only needs
to be in one place.
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