S.O.S

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ต.ค. 2024
  • Como fazer um sinal de socorro usando um LED e um Arduino

ความคิดเห็น • 1

  • @Francisco4ever1981
    @Francisco4ever1981  3 ปีที่แล้ว

    // SOS Morse Signaller
    // LED connected to digital pin 10
    int ledPin = 10;
    // run once, when the sketch starts
    void setup()
    {
    // sets the digital pin as output
    pinMode(ledPin, OUTPUT);
    }
    // run over and over again
    void loop()
    {
    // 3 dits
    for (int x=0; x