Newer
Older
#ifndef POTENTIOMETER_h
#define POTENTIOMETER_h
static const uint8_t kEventStableUpdate = 0;
static const uint8_t kEventUnstableUpdate = 1;
void setEventHandler(void (*function)(Potentiometer*, uint8_t, uint8_t));
#ifndef POTENTIOMETER_h
#define POTENTIOMETER_h
static const uint8_t kEventStableUpdate = 0;
static const uint8_t kEventUnstableUpdate = 1;
void setEventHandler(void (*function)(Potentiometer*, uint8_t, uint8_t));