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:
- 10:235c0b81c4c7
- Parent:
- 8:57d988783b45
- Child:
- 11:56bd3affbbfc
--- a/BluetoothComm.h Wed Feb 25 21:59:38 2015 +0000 +++ b/BluetoothComm.h Thu Mar 05 23:47:46 2015 +0000 @@ -27,14 +27,14 @@ void write_params_to_sd_card(); void write_data_to_sd_card(); void send(char* cmd); - void send_values(char* paramList); + void send_values(char* paramList, short *dataOut); void send_read_only_values(); bool msg_check(char* msg, int len); void process_read_only(char* message, int len); void process_read(char* message, int len); - void process_write(char* message, int len); - void process(char* message, int len); - void attachment(); + void process_write(char* message, int len, short* dataOut); + void process(char* message, int len, short* dataOut); + void attachment(short* dataOut); int main(); private: