3 LED’s stay on solid after disarm?

Store Forums Defusable Clock General Discussion 3 LED’s stay on solid after disarm?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #506
    exibar
    Member

    Hi There!
    I’m in need of at least one of the 3 LED’s to stay lit continously after a disarm. I’m going to use the +5v from one of them to power a CD-Rom tray motor to open up the tray, I’d only need the LED to stay lit for 2 -3 second in order to open the CD-Rom drive tray.

    Can this be done easily through the firmware code?

    thanks again!
    Mike B

    #984
    Michael
    Keymaster

    Yes, these types of modifications can be done by changing the code. Have you studied the code? It is downloadable from here: http://nootropicdesign.com/defusableclock/hack.html

    This is the bit of code that controls what happens when the device is defused or not.


    if (!defused) {
    detonate();
    } else {
    beep(4500, 80);
    delay(2000);
    displayCountdown = false;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.