Skip to content
View upsilun's full-sized avatar
🛰️
Beep.. Booooop!
🛰️
Beep.. Booooop!

Block or report upsilun

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 250 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
upsilun/README.md

logo

About Me

I'm Yazeed Alahmad, a Computer Engineering student at KKU. intersted in Electronics⚡and love exploring the world of Embedded Systems 🤖.

Contact Me 📬

linkedin twitter


upsilun


Pinned Loading

  1. KKUerAcademicCalendar KKUerAcademicCalendar Public

    🗓️ A website designed to help students at King Khalid University (KKU) stay informed about upcoming academic events.

    JavaScript 2

  2. SaudiRiyalFont SaudiRiyalFont Public

    A custom font that includes the new Saudi Riyal symbol for easy use in digital and print projects. 📝

    HTML 7

  3. CalculatorPlusPlus CalculatorPlusPlus Public

    MFC dialog-based C++ calculator where appending numbers and then evaluating them is the key ✨💡

    C++

  4. pwmSignalReaderFromFS-IA6B.ino pwmSignalReaderFromFS-IA6B.ino
    1
    const int pwmInputPin = 3;
    2
    
                  
    3
    void setup() {
    4
      Serial.begin(9600);
    5
      pinMode(pwmInputPin, INPUT);
  5. 8086-assembly 8086-assembly Public

    Forked from aks84/asm

    DOSBOX 8086 Driver

    Assembly