Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: darellon

Search: Search took 0.00 seconds.

  1. Replies
    60
    Views
    43,863

    By any chance has anyone got the...

    By any chance has anyone got the analogWriteFrequencySlow function running on the Teensy 4.0?
  2. I've just tried some other pins 35 to 38 with...

    I've just tried some other pins 35 to 38 with attachInterrupt() on Port_C and none of them woke the T3.6. While doing that pulling 23 to ground always woke the T3.6, no matter what pin was declared...
  3. Does that mean that i could declare a wake up pin...

    Does that mean that i could declare a wake up pin that is supported by the snooze library (ex 33 - Port_A)


    digital.pinMode(33, INPUT_PULLUP, LOW);

    then do a
    attachInterrupt(Port_A_pin,...
  4. Yes, when i press the button on pin 23 the code...

    Yes, when i press the button on pin 23 the code enters the for loop and flashes the Led
  5. Snooze library: attachInterrupt wakes up Teensy from hibernate

    i recently started playing around with the snooze library. I've noticed that when i attach an interrupt to a pin (not digital.pinMode but attachInterrupt) the interrupt will wake up my Teensy 3.6...
Results 1 to 5 of 5