Search results

  1. M

    Confused why analogWrite blocks Bounce2::button from being responsive any longer

    I put up a gist here: https://gist.github.com/MikahB/67d3e00dac024b8a83895423a229e1be I'm working my way (relatively slowly) towards a user-configurable input (in the form of mechanical buttons and voltage-generating things) to output (in the form of PWM DC output drivers) control system. I've...
  2. M

    User-Configurable Settings in a Teensy World

    Hey guys, I'm working on an old project idea again and planning to build my components around Teensy as the "brains" since it incorporates all the hardware I need plus the (very nice) ability to encrypt source code. I know this question is very broad, apologies for that but we're early in the...
  3. M

    Teensy-LC as I2C Slave

    I'm considering using a Teensy-LC as a "Servo Coprocessor" for a project where I need very accurate control of some servos. The servos are continuous rotation, so I don't just need the normal PWM output, I need accurate control of the timing of when signals get sent so I can approximate how far...
Back
Top