Push button | #6 STM32 GPIO Input

Поделиться
HTML-код
  • Опубликовано: 25 авг 2024

Комментарии • 24

  • @shawnconnelly1634
    @shawnconnelly1634 2 года назад +3

    Just learning embedded as a hobby. Thanks for all the shortcut key commands for referencing function parameters. Wouldn't have thought of that! Great video series!

  • @afshin3k3
    @afshin3k3 2 года назад +1

    Thanks a lot for explaining all the steps very clearly!

  • @Acidhands
    @Acidhands 3 года назад +1

    Great job! Thanks for making these videos.

  • @alessandrosantilli3277
    @alessandrosantilli3277 Год назад

    Clear and easy to understand, thank you.

  • @rosymelody4125
    @rosymelody4125 2 года назад

    great job thanks for creating this video. really helpful. waiting for more projects with this. Actually am doing embedded system development course, but i hardly understand what our teacher is trying to teach us. but i like your way of expressing each and everything clearly. 'thankyou so much.

  • @bjoernhoffmann5108
    @bjoernhoffmann5108 Год назад +2

    Thanks, nice intro on how to use button with GPIO. Some remarks on coding style... I would not hide HAL_GPIO_ReadPin behind the "CHECK_BUTTON" define as this makes code harder to read. The statement itself becomes shorter yes, but I have to jump to another location to reason what happens in the if statement. If you return the result to a local variable as you did initially code becomes easier to debug. Also I would use existing definitions over magic numbers and check if button was pressed by GPIO_PIN_RESET. If you find the negative logic confusing then it's totally fine to have #define PRESSED GPIO_PIN_RESET and add a comment that explains negative logic.

  • @michaelalex5235
    @michaelalex5235 2 года назад

    This is very good stuff!

  • @aquadap219
    @aquadap219 10 месяцев назад

    great video thanks!

  • @user-bg3lg4us8y
    @user-bg3lg4us8y 2 года назад

    You are great! Thank you very much! Your videos help me to study!!!

  • @saanidhyayadav2862
    @saanidhyayadav2862 Год назад

    Very nice vedio 👍👍

  • @SuperaapProductions
    @SuperaapProductions 2 года назад

    Nice explanation

  • @njan1242
    @njan1242 11 месяцев назад +1

    I want to make keyboard using push button that use arrow keys, space key, enter key, back space key, shift key

  • @sudheerkumar5966
    @sudheerkumar5966 2 года назад

    Very good sir
    Plz make more vedioes on STM32 of stm32...... series

  • @ganeshpatelece2730
    @ganeshpatelece2730 Месяц назад

    How much fast we toggle the gpio as a output? And how much fast it can read? Like in 50ns??

  • @rickchiang180
    @rickchiang180 2 года назад

    thanks a lot

  • @poyarezai1033
    @poyarezai1033 2 года назад +1

    kannst du bitte mehr Videos machen?

  • @liamferro7123
    @liamferro7123 2 года назад

    very goog job! how can i make a push button to change a parameter of variable in stm32 ( on every push i increase it )

  • @Makarand_Ronghe
    @Makarand_Ronghe 3 года назад +1

    👍👍👍

  • @harshitadalawat1336
    @harshitadalawat1336 2 года назад

    How will it be done if I want to turn on the LED after 6th button press

  • @skt_serpantin
    @skt_serpantin Год назад

    Danke Schön...

  • @orhanozturk1689
    @orhanozturk1689 2 года назад

    Is it possible to implement this with LL driver?

  • @stm32user
    @stm32user 3 года назад

    Hi. Could you please provide your mail at about tab in this channel. So that I can get you personally.