teste

Description - وصف

LEDs are small, powerful lights that are used in many different applications. To start, we will work on blinking an LED, the Hello World of microcontrollers. It is as simple as turning a light on and off. Establishing this important baseline will give you a solid foundation as we work towards experiments that are more complex.

Montage - التجميع الإلكتروني

Composants - المكونات

[table id=1 /]

Vidéo - فيديو

Code ARDUINO كود

void setup() {
  // put your setup code here, to run once:

}

void loop() {
  int digit_common_pins[] = {8, 9, 10}; // This is my code, non-working sample
  int ledForwardState = LOW;
  PORTD = digits[digits_array[z]];
  digitalWrite(digit_common_pins[z], HIGH);
}

Telechargement - تحميل

Laisser un commentaire

0
    0
    Panier
    Votre panier est videRetour à la boutique