Results 1 to 12 of 12

Thread:

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date: Mar:2016
    Location: Plovdiv
    Posts: 2

    . ! , : ( ?), , ( ? , ) . , , . 33% . ?

  2. #2
    Registered User
    Join Date: Sep:2006
    Location: everywhere
    Posts: 348

    , - , 1% ? ?

  3. #3
    Registered User axi's Avatar
    Join Date: Aug:2013
    Location: Sofia
    Posts: 3,638

  4. #4
    Registered User
    Join Date: Jan:2005
    Location: BG
    Posts: 4,903
    -
    http://elimex.bg/product/29321/kit-k...no-zarche.html
    4 , ( 1 2, 2- 3 4, 3- 5 6... ). -, - . - .
    , , ... ...

  5. #5

    Join Date: Sep:2005
    Location: Sofia
    Posts: 18,517
    . 25 5 10 .

  6. #6
    Registered User
    Join Date: Jan:2005
    Location: BG
    Posts: 4,903
    , 25, 3 -, , , 20 , 10, 3 1 , 1 , usbasp , 10 , , .
    , , ... ...

  7. #7
    Registered User
    Join Date: Mar:2016
    Location: Plovdiv
    Posts: 2
    Quote Originally Posted by bradata View Post

    , - , 1% ? ?
    , " 8" . - "", " " "". , magic 8 ball , . . 1% , .

    @flancer @axi , .

    @flancer ?

  8. #8
    Registered User
    Join Date: Jan:2005
    Location: BG
    Posts: 4,903
    ebay.com . arduino pro mini nano.

    , , http://olx.bg/ad/arduino-nano-arduin...tml#7bd90e60ed. 2-3. usb, . , arduino ide, , , , . , random , 3 . , - , - .
    Last edited by flancer; 23rd March 2016 at 01:02.
    , , ... ...

  9. #9

    Join Date: Sep:2005
    Location: Sofia
    Posts: 18,517
    Code:
    boolean buttonPressed = false;
    
    void setup() {
        pinMode(4, INPUT);
        pinMode(5, OUTPUT);
        pinMode(6, OUTPUT);
        pinMode(7, OUTPUT);
        digitalWrite(5, LOW);
        digitalWrite(6, LOW);
        digitalWrite(7, LOW);
    }
    
    void loop() {
        if (digitalRead(4) == HIGH) {
            buttonPressed = true;
        } else if (buttonPressed) {
            //     .
            buttonPressed = false;
            randomSeed(millis());
            int pin = random(3);
            digitalWrite(5 + pin, HIGH);
            delay(5000);
            digitalWrite(5 + pin, LOW);
        }
    }
    " ".
    Last edited by vvvlado; 23rd March 2016 at 01:40.

  10. #10
    ɐ-əpoɔᴉu⋂ ɐ ə anrieff's Avatar
    Join Date: Apr:2004
    Location: Sofia
    Posts: 8,448
    :
    , . .
    "640K ught to be enough for anybody" - Bill Gates, 1981
    ::Machine specs::Fract::AGG::::Baileys::blog::YouTube channel

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Copyright © 1999-2011 . .
iskamPC.com | mobility.BG | Bloody's Techblog | | 3D Vision Blog |