Tomas Flores
/
bluetooth
EEQWRQEWF
bluetooth.h@0:c58c860f51f3, 2022-09-27 (annotated)
- Committer:
- manzi
- Date:
- Tue Sep 27 11:41:12 2022 +0000
- Revision:
- 0:c58c860f51f3
RENZO BOBI
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
manzi | 0:c58c860f51f3 | 1 | #ifndef BLUETOOTH_H |
manzi | 0:c58c860f51f3 | 2 | #define BLUETOOTH_H |
manzi | 0:c58c860f51f3 | 3 | |
manzi | 0:c58c860f51f3 | 4 | #include "mbed.h" |
manzi | 0:c58c860f51f3 | 5 | |
manzi | 0:c58c860f51f3 | 6 | extern Serial pc; |
manzi | 0:c58c860f51f3 | 7 | extern Serial bt; |
manzi | 0:c58c860f51f3 | 8 | |
manzi | 0:c58c860f51f3 | 9 | |
manzi | 0:c58c860f51f3 | 10 | extern char beb1[25],beb2[25],beb3[25],beb4[25],beb5[25],beb6[25]; |
manzi | 0:c58c860f51f3 | 11 | extern int auxBL; |
manzi | 0:c58c860f51f3 | 12 | extern char datos[100]; |
manzi | 0:c58c860f51f3 | 13 | |
manzi | 0:c58c860f51f3 | 14 | extern char charRecieve; |
manzi | 0:c58c860f51f3 | 15 | extern int i, bebidas, aux1, aux2, aux3, aux4, aux5, aux6; |
manzi | 0:c58c860f51f3 | 16 | |
manzi | 0:c58c860f51f3 | 17 | void bluetooth_RX(void); |
manzi | 0:c58c860f51f3 | 18 | void load_simple_drinks(void); |
manzi | 0:c58c860f51f3 | 19 | void load_elaborated_drinks(void); |
manzi | 0:c58c860f51f3 | 20 | |
manzi | 0:c58c860f51f3 | 21 | #endif |