XRAD
Reaction score
2

Latest activity Postings About

    • XRAD
      Hi Mark, thank you for reply! I figured it out late last night..... this code works in case anyone wants to use it: harware: Teensy 4.0 and x2 one color 5v LEDs with 200ohm resistors unsigned long CLEAR_LED_Timer = 0; unsigned long...
    • XRAD
      even with a simple button press, same issue. Maybe has to do with not updating LED state when I switch functions... maybe I need a global updateLED(); function... #include <LEDFader.h> unsigned long LED_BLINK_Timer = 0; //unsigned long...
    • XRAD
      updated code, but no change to initial issue.... any help MUCH appreciated! #include <LEDFader.h> #include <Ultrasonic.h> Ultrasonic ultrasonic(2, 20); int distance; unsigned long US_Distance_Ping_Timer = 0; unsigned long LED_BLINK_Timer = 0...
    • XRAD
      I have tried many variations of FADE and BLINK non blocking code (not just what is here below), but the same issue persists. Either will work fine without the other in the loop. The FADE and BLINK functions do not work together in the loop, and...
  • Loading…
  • Loading…
Back
Top