mirror of https://github.com/sfeakes/AqualinkD.git
12 lines
174 B
C
12 lines
174 B
C
|
|
||
|
#ifndef INIT_BUTTONS_H_
|
||
|
#define INIT_BUTTONS_H_
|
||
|
|
||
|
#define PUMP_INDEX 0
|
||
|
#define SPA_INDEX 1
|
||
|
|
||
|
void initButtons(struct aqualinkdata *aqdata);
|
||
|
|
||
|
#define TOTAL_BUTONS 12
|
||
|
|
||
|
#endif
|