Skip to content

Instantly share code, notes, and snippets.

@danieljfarrell
Created August 11, 2010 09:29
Show Gist options
  • Save danieljfarrell/518737 to your computer and use it in GitHub Desktop.
Save danieljfarrell/518737 to your computer and use it in GitHub Desktop.
import DAQ
daq = DAQ("Dev1/ai0:2")
volts = daq.voltage()
amps = daq.current()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment