// Arduino بطاقة أردوينو
// LED مصباح
// OM مقاومة
// Potensiometer مقاومة متغيرة
// PushButton زر
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
// Arduino بطاقة أردوينو
// LED مصباح
// OM مقاومة
// Potensiometer مقاومة متغيرة
// PushButton زر
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}