lib/mbselib.h

changeset 25
5e0695f6add5
parent 24
873786a20a61
child 26
9322c619c525
equal deleted inserted replaced
24:873786a20a61 25:5e0695f6add5
117 #define PROTOCOL3_0_LOW_CYCLES 11 117 #define PROTOCOL3_0_LOW_CYCLES 11
118 #define PROTOCOL3_1_HIGH_CYCLES 9 118 #define PROTOCOL3_1_HIGH_CYCLES 9
119 #define PROTOCOL3_1_LOW_CYCLES 6 119 #define PROTOCOL3_1_LOW_CYCLES 6
120 120
121 121
122 void switchOn_A(char *, char *); 122 void toggleTypeA(char *, char *, bool);
123 void switchOff_A(char *, char *); 123 void toggleTypeB(int, int, bool);
124 void switchOn_B(int, int); 124 void toggleTypeC(char, int, int, bool);
125 void switchOff_B(int, int); 125 void toggleTypeE(char, int, bool);
126 void switchOn_C(char, int, int);
127 void switchOff_C(char, int, int);
128 void switchOn_D(char, int);
129 void switchOff_D(char, int);
130 126
131 void enableReceiveIRQ(int interrupt); 127 void enableReceiveIRQ(int interrupt);
132 void enableReceive(void); 128 void enableReceive(void);
133 void disableReceive(void); 129 void disableReceive(void);
134 bool available(void); 130 bool available(void);

mercurial