spacepaste

  1.  
  2. void
  3. toggle_green_timed (const struct muos_spriq_entry* event)
  4. {
  5. PIND = _BV(PIND3);
  6. muos_clpq_repeat (event, MUOS_CLOCK_MILLISECONDS (250));
  7. }
  8.