10-09-2013 06:36 AM
Hi
Is it possible to create a 16-bit resolution PWM-signal using the LabView interface?
I know it should be possible to have a 16 bit signal, when not using the LabView interface. But I want to use Labview, and no matter what pin I select I can only specify a value between 0-255?
Søren
10-09-2013 02:08 PM
You can do whar you want using SPI to interface to a 16 bit PWM. See:
<http://www.adafruit.com/products/1455>
hrh1818