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.
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_3rd_nov_2017 by
Diff: struct.h
- Revision:
- 44:05dbea558c9a
- Parent:
- 31:0f67acfc6236
--- a/struct.h Mon Sep 11 13:09:29 2017 +0000 +++ b/struct.h Tue Sep 12 04:16:41 2017 +0000 @@ -82,9 +82,9 @@ uint8_t bt_send( uint8_t send_tx); uint8_t bt_receive(uint8_t send_rx); -void send(); -void sendinit(); -void sendlast(); +void send_structure(); +void send_initial_string(); +void send_last_string(); void send_data_str1(); void send_data_str2(uint8_t check_sum); //uint8_t checksum(uint32_t *v1); @@ -93,5 +93,5 @@ //uint8_t checksum_struct(); uint8_t checksum_struct(const uint8_t data[], uint16_t numBytes) ; -uint8_t checksum(const uint8_t data[], uint32_t numBytes) ; +uint8_t checksum_rawdata(const uint8_t data[], uint32_t numBytes) ; #endif \ No newline at end of file