libDaisy
Hardware Library for Daisy
Loading...
Searching...
No Matches
daisy::patch_sm Namespace Reference

Classes

class  DaisyPatchSM
 Board support file for DaisyPatchSM hardware. More...
 

Enumerations

enum  {
  CV_1 = 0 , CV_2 , CV_3 , CV_4 ,
  CV_5 , CV_6 , CV_7 , CV_8 ,
  ADC_9 , ADC_10 , ADC_11 , ADC_12 ,
  ADC_LAST
}
 
enum  { CV_OUT_BOTH = 0 , CV_OUT_1 , CV_OUT_2 }
 

Enumeration Type Documentation

◆ anonymous enum

Accessors for the Analog Controls. These cover the 8x Bipolar CV inputs as well as the 4x 0-3V3 ADC inputs on the hardware

When reading a value with DaisyPatchSM::GetAdcValue()

patch.GetAdcValue(patch_sm::CV_1);

Enumerator
CV_1 
CV_2 
CV_3 
CV_4 
CV_5 
CV_6 
CV_7 
CV_8 
ADC_9 
ADC_10 
ADC_11 
ADC_12 
ADC_LAST 

◆ anonymous enum

Enum for addressing the CV Outputs via the WriteCvOut function.

Enumerator
CV_OUT_BOTH 
CV_OUT_1 
CV_OUT_2