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

Various updates and corrections #15

Merged
merged 4 commits into from
Oct 30, 2023
Merged

Conversation

UncleGrumpy
Copy link
Collaborator

Update erlang blinky and gpio_interrupt, and elixir Blinky to work with STM32 without editing. Onboard Pico W LED can be used with both languages by uncommenting the correct pin definition, until a programmatic way is established to differentiate the picow from a regular pico.

This should make blinky functional on all supported devices.
It will also work with any Pico device using an external LED on pin 2.
Poco-W uses can use the commented out PIN definition rather than the default to
use the onboard LED instead of connecting an external one, until we have a
programatic way to determine if the device is a regualr `pico` or a `picow`.
This should make elixir `Blinky` functional on all supported devices.
It will also work with any Pico device using an external LED on pin 2.
Poco-W uses can use the commented out PIN definition rather than the default to
use the onboard LED instead of connecting an external one, until we have a
programatic way to determine if the device is a regualr `pico` or a `picow`.

Signed-off-by: Winford <winford@object.stream>
This updates the `gpio_interrupt` to work with STM32 Nucleo and ESP32
board default user buttons.
Fix outdated URLS.

Signed-off-by: Winford <winford@object.stream>
@fadushin fadushin merged commit aa3b77a into atomvm:master Oct 30, 2023
1 check passed
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.

2 participants