Vu Meter with Attiny85 ( mini arduino mcu ) source code comming soon

Sdílet
Vložit
  • čas přidán 28. 09. 2021
  • source code comming soon!
    www.tinyjoypad.com
    Many bug to fix before release code!
  • Zábava

Komentáře • 11

  • @adambeedle
    @adambeedle Před 2 lety +1

    Awesome work 👍

  • @vangeziyorum9725
    @vangeziyorum9725 Před 2 lety

    Is there an error in this line? arduino sometimes freezes
    previousTimeButton=millis();
    do
    {
    currentTimeButton=millis();
    if (currentTimeButton-previousTimeButton>=buttonInterval)
    {
    //5000ms geçti
    yazdirSureBitti=true;
    break;
    }
    } while(digitalRead(yazdirPin)==HIGH);

    //Buton basma için zaman geçti
    if (yazdirSureBitti==false)
    {
    print();
    }
    yazdirSureBitti=false; //
    wdt_reset();
    }

    • @ElectroLIB
      @ElectroLIB  Před rokem

      @vangeziyorum9725 the code was not developed for arduino but for attiny85!

  • @DjamalUk
    @DjamalUk Před 2 lety +1

    👍👍👍👍👍

    • @ElectroLIB
      @ElectroLIB  Před 2 lety +1

      you are very fast! ;)

    • @DjamalUk
      @DjamalUk Před 2 lety

      @@ElectroLIB I just got to sleep 7:08 morning stayed late ⏰ with project coming sooner , I need to wake around 9 - 10 am working 🤕

    • @ElectroLIB
      @ElectroLIB  Před 2 lety

      @@DjamalUk 😲 good short night!

  • @VDC48
    @VDC48 Před 2 lety +1

    Nice project...👍👍👍 can i have source code...😊

    • @ElectroLIB
      @ElectroLIB  Před 2 lety +1

      thanks a lot!

    • @ElectroLIB
      @ElectroLIB  Před 2 lety +1

      source code available soon on the website www.tinyjoypad.com ;)

    • @VDC48
      @VDC48 Před 2 lety

      @@ElectroLIB thankyou 👍👍👍