Search results

  1. F

    Trying to write an event listener with Teensyduino 2.0

    Good news, I figured out that my issue was related to some of the pins not being connected yet. I used "INPUT_PULLUP" as the type, and now it works perfectly. I still feel like this is the sloppiest code I've ever written...but it does the job I guess :)
  2. F

    Trying to write an event listener with Teensyduino 2.0

    Good observation, I corrected that, however I'm still having issue with the program. It actually flashes the LED by itself between green and blue, but it seems totally random. Is there a way to do this without a loop and just have board listening for the trigger from the hall effect sensor?
  3. F

    Trying to write an event listener with Teensyduino 2.0

    I'm trying to listen to triggers from hall effect sensors on my teensyduino 2.0 board, and I'm having a lot of trouble coding this correctly. As it stands right now, my key press event isn't actually releasing. My thought is that there must be a way to actually trigger the board rather than run...
Back
Top