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 9
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);
"\033[0m" // Reset all text attributes to default
"\033[1m" // Bold on
"\033[2m" // Faint off
"\033[3m" // Italic on
"\033[4m" // Underline on