You are on page 1of 1

/****************************************************************************

Header file for Knob


based on the Gen 2 Events and Services Framework

****************************************************************************/

#ifndef Knob_H
#define Knob_H

#include "ES_Configure.h"
#include "ES_Framework.h"
#include "ES_Types.h"
#include "ADMulti.h"

//public function declarations


void InitKnob (void);
float GetKnobValue(void);
#endif /*Knob_H */

You might also like