Search results

  1. A

    Teensy 4.1, Serial1, Pin 0, Setting PinMode Issues

    Gotcha, will do in the future. The "i" was in the original code. This actually perplexed me and I really felt like I was getting old. Thanks for letting me know about this. It makes me feel a little better. Aaron
  2. A

    Teensy 4.1, Serial1, Pin 0, Setting PinMode Issues

    Yeah, that would do it! Sometimes when you are so engulfed in the moment, you don't see the obvious. As I get older, seems like I look for the un-obvious and start to assume things. I have to say, the Teensy is one of my favorite boards. I am using the code to adjust a servo on a train set...
  3. A

    Teensy 4.1, Serial1, Pin 0, Setting PinMode Issues

    Ran into a weird problem today. For some reason, using this code, breaks pin 0 for RX using Arduino IDE (2.3.2) : #define SENSOR_TIMEOUT 2000 // 2 seconds timeout #define COOLDOWN_TIME 5000 // 5 seconds cooldown period #define NUM_SENSORS 30 int sensorPins[NUM_SENSORS] = {2, 3, 4, 5, 6, 7, 8...
Back
Top