Skip to content
View sandhiya-ece's full-sized avatar
  • Joined Jul 9, 2026

Block or report sandhiya-ece

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. single-LED-blinking single-LED-blinking Public

    LED blinking program using AT89C51 microcontroller developed in keil uVision and simulated in proteus.

    Assembly

  2. Right-shift-LED-blinking-by-using-operator Right-shift-LED-blinking-by-using-operator Public

    Embedded C program for right shift LED blinking using the bitwise right shift (>>) operator on the AT89C51 (8051) microcontroller.

    Assembly

  3. Left-shift-LED-blinking-by-using-operator Left-shift-LED-blinking-by-using-operator Public

    This project demonstrates Left Shift LED Blinking using the bitwise left shift (<<) operator on the AT89C51 (8051) microcontroller. The LED pattern shifts to the left continuously using Embedded C …

    Assembly

  4. Single-7-segment-display-using-common-cathode Single-7-segment-display-using-common-cathode Public

    This project demonstrates interfacing a single Common Cathode 7-Segment Display with the AT89C51 (8051) microcontroller using Embedded C. The project is developed using Keil uVision and simulated i…

    Assembly

  5. 8-LED-Blinking-Using-AT89C51-Microcontroller 8-LED-Blinking-Using-AT89C51-Microcontroller Public

    This project demonstrates 8 LED Blinking using the AT89C51 microcontroller. All eight LEDs blink simultaneously using Embedded C. The project is developed using Keil uVision and simulated in Proteus.

    Assembly

  6. 8-LED-Blinking-Using-a-Switch-with-AT89C51-Microcontroller 8-LED-Blinking-Using-a-Switch-with-AT89C51-Microcontroller Public

    This project demonstrates controlling 8 LED Blinking using a push button switch with the AT89C51 (8051) microcontroller. When the switch is pressed, all eight LEDs blink continuously, and when the …

    Assembly