#ifndef INIT_BUTTONS_H_
#define INIT_BUTTONS_H_
#define PUMP_INDEX 0
#define SPA_INDEX 1
#define POOL_HEAT_INDEX 9
#define SPA_HEAT_INDEX 10
void initButtons(struct aqualinkdata *aqdata);
#define TOTAL_BUTONS 12
#endif