Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Data-Management-Honka
Diff: BluetoothComm.h
- Revision:
- 14:ac9949a0aff5
- Parent:
- 11:56bd3affbbfc
- Child:
- 18:34ccf02fdbe7
diff -r 67492109a66d -r ac9949a0aff5 BluetoothComm.h --- a/BluetoothComm.h Thu Mar 12 20:59:57 2015 +0000 +++ b/BluetoothComm.h Sat Mar 14 00:09:22 2015 +0000 @@ -27,7 +27,7 @@ void write_params_to_sd_card(); void write_data_to_sd_card(); void send(char* cmd); - void send_values(char* paramList, short *dataOut); + void send_values(char* paramList, char *message, short *dataOut); void send_read_only_values(); bool msg_check(char* msg, int len); void process_read_only(char* message, int len);