Skip to content

Instantly share code, notes, and snippets.

@ElectricImpSampleCode
Last active March 2, 2018 12:14
Show Gist options
  • Save ElectricImpSampleCode/9021a7ab630410d0bcf5afe6a29238b1 to your computer and use it in GitHub Desktop.
Save ElectricImpSampleCode/9021a7ab630410d0bcf5afe6a29238b1 to your computer and use it in GitHub Desktop.
imp004m fixedfrequencydac example
dac <- hardware.fixedfrequencydac;
dac.configure(hardware.pwmpairKD,
mySampleRate,
myBufferArray,
myBufferFunction,
audioOptions);
dac.start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment