I'm Yazeed Alahmad, a Computer Engineering student at KKU. intersted in Electronics⚡and love exploring the world of Embedded Systems 🤖.
🗓️ A website designed to help students at King Khalid University (KKU) stay informed about upcoming academic events.
JavaScript 2
A custom font that includes the new Saudi Riyal symbol for easy use in digital and print projects. 📝
HTML 6
MFC dialog-based C++ calculator where appending numbers and then evaluating them is the key ✨💡
C++
const int pwmInputPin = 3;
void setup() {
Serial.begin(9600);
pinMode(pwmInputPin, INPUT);