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

Commits on Oct 30, 2023

  1. Fix blinky to work on STM32 by default

    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`.
    UncleGrumpy committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d3d106c View commit details
    Browse the repository at this point in the history
  2. Fix Elixir Blinky to work on stm32

    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>
    UncleGrumpy committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    16a8ff3 View commit details
    Browse the repository at this point in the history
  3. Update Erlang gpio_interrupt example

    This updates the `gpio_interrupt` to work with STM32 Nucleo and ESP32
    board default user buttons.
    UncleGrumpy committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    e26088f View commit details
    Browse the repository at this point in the history
  4. Update URLs

    Fix outdated URLS.
    
    Signed-off-by: Winford <winford@object.stream>
    UncleGrumpy committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    1b40652 View commit details
    Browse the repository at this point in the history