Pod Connections

Is there a specific pod file (like daisy_pod.h, where I can access the pots/LEDs and switches? As used here:

 //Process controls
 if(hw.button2.RisingEdge())
     octave++;
 if(hw.button1.RisingEdge())
     octave--;
 octave = DSY_CLAMP(octave, 0, 4);
 ```
1 Like