I need to drive a BLDC controller using Teensy 3.1. The rotation direction pin is described like this:
TTL-CMOS Compatible
Logic “0” = 0-0.8VDC
Logic “1” = OPEN
How do I control it using a Teensy digital pin (e.g., can I connect it directly to the Teensy digital pin)?
Thanks.