Skip to content
View EbramMaher95's full-sized avatar

Block or report EbramMaher95

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. UART-in-interrupt-task-STM32- UART-in-interrupt-task-STM32- Public

    a task to use UART in interrupt mode while a LED is being toggled in the main function every 500 ms. the UART interrupt asks the user to enter their name, when the user enters their name and presse…

    C

  2. UART-in-interrupt-STM-32- UART-in-interrupt-STM-32- Public

    using UART module in interrupt mode to receive 1 byte of data and resend it while toggling a pin (GPIO) every 500 ms regardless of the UART mode state (receive data or not)

    C

  3. Stopwatch Stopwatch Public

    A simple stopwatch code on STM32 with start, stop and reset buttons functionality without using interrupts

    C

  4. PWM_Servo PWM_Servo Public

    Using STM32 microcontroller to drive a servo motor using PWM signal

    C

  5. PWM_servo-Encoder_Timer PWM_servo-Encoder_Timer Public

    Using STM32 microcontroller to drive a servo motor on Timer1 using an encoder connected to Timer2

    C

  6. UART_Interrupt_DMA UART_Interrupt_DMA Public

    C