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

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. TicTacToe TicTacToe Public

    🕹️ A console-based Tic Tac Toe game written in C++. Includes board, win check, and user input.

    C++ 2

  2. mfile mfile Public

    📝 mfile is a simple C++ command line that creates a file with specified filename.

    C++ 1

  3. KKUerAcademicCalendar KKUerAcademicCalendar Public

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

    JavaScript 2

  4. SaudiRiyalFont SaudiRiyalFont Public

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

    HTML 3

  5. CalculatorPlusPlus CalculatorPlusPlus Public

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

    C++

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