main/buttons.h

changeset 19
49e2960d4642
parent 1
ad2c8b13eb88
child 41
7639cfa6aec0
equal deleted inserted replaced
18:5d4a40fe9967 19:49e2960d4642
223 * @param val The SSR2 value. 223 * @param val The SSR2 value.
224 */ 224 */
225 void EditSSR2(int *val); 225 void EditSSR2(int *val);
226 226
227 /** 227 /**
228 * @brief Edit Mashtype value
229 * @param val The mash type
230 */
231 void EditMashType(uint8_t *val);
232
233 /**
228 * @brief Confirm or not choice. Uses the whole screen. 234 * @brief Confirm or not choice. Uses the whole screen.
229 * @param top The top screen message. 235 * @param top The top screen message.
230 * @param ack The text for the ack button. 236 * @param ack The text for the ack button.
231 * @param nak The text for the nack button. 237 * @param nak The text for the nack button.
232 * @return true when ack, or false. 238 * @return true when ack, or false.

mercurial