Tomas Flores
/
bluetooth
EEQWRQEWF
bluetooth.h
- Committer:
- manzi
- Date:
- 2022-09-27
- Revision:
- 0:c58c860f51f3
File content as of revision 0:c58c860f51f3:
#ifndef BLUETOOTH_H #define BLUETOOTH_H #include "mbed.h" extern Serial pc; extern Serial bt; extern char beb1[25],beb2[25],beb3[25],beb4[25],beb5[25],beb6[25]; extern int auxBL; extern char datos[100]; extern char charRecieve; extern int i, bebidas, aux1, aux2, aux3, aux4, aux5, aux6; void bluetooth_RX(void); void load_simple_drinks(void); void load_elaborated_drinks(void); #endif