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

Add new blinky example using GPIOs on STM32H747i-Disco #480

Merged
merged 3 commits into from
Jan 27, 2024

Commits on Jan 18, 2024

  1. This is an example of controlling LEDs using GPIOs on STM32H747i-Disco.

    Changes to be committed:
    	modified:   Cargo.toml
    	new file:   examples/blinky-stm32h747i-disco.rs
    
    by Youndong (youndong.park@gmail.com)
    youndong-lg committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d33298a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Update blinky-stm32h747i-disco.rs

    check code formatting
    youndong authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    7ae2df5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6f6065 View commit details
    Browse the repository at this point in the history