Restore log-on-blink

Previously blinky used the `ToggleLed` function which had its own
log message ("Toggling LED") which would appear on every blink
on/off.

Starting in 76860ac, the blink functions no longer delegate to
`ToggleLed`. This caused a reduction in log messages, which was
undesirable because it's useful to have user "heartbeat" signal
for logs.

This CL adds a new log message indicating when the LED blinks
on and off.

Change-Id: I27101d84a5d635ab9f5cdc88157ecbd0bf71518b
Reviewed-on: https://pigweed-internal-review.git.corp.google.com/c/pigweed/showcase/rp2/+/73168
Commit-Queue: Auto-Submit <auto-submit@pw-internal-service-accounts.iam.gserviceaccount.com>
Presubmit-Verified: CQ Bot Account <pigweed-internal-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Aaron Green <aarongreen@google.com>
Pigweed-Auto-Submit: Taylor Cramer <cramertj@google.com>
1 file changed
tree: f48e81063a900dd19a8c1506a5322bea79aa53d0
  1. .github/
  2. .vscode/
  3. apps/
  4. device/
  5. modules/
  6. system/
  7. targets/
  8. tools/
  9. web_app/
  10. .bazelignore
  11. .bazelrc
  12. .bazelversion
  13. .clang-format
  14. .clangd.shared
  15. .gitignore
  16. .pw_console.yaml
  17. AUTHORS
  18. BUILD.bazel
  19. CONTRIBUTING.md
  20. LICENSE
  21. MODULE.bazel
  22. OWNERS
  23. pigweed.json
  24. README.md
README.md

Pigweed Open Source Template Repository

This repository is a template that we will use when creating new open source repositories for Pigweed.