Search results

  1. T

    Port interrupt programming in Teensy 3.5

    Hi All I am trying to get this propeller balancer https://github.com/QuadTinnakon/Arduino-Balance-a-Brushless-Motor-and-Propeller-Balancing- Working in Teensy 3.5. The following lines are written for the Mega which need to be converted to Teensy speak. //DDRK &= ~(1<<0); PORTK |= (1<<0)...
Back
Top