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.
Diff: lifiTranceiver.h
- Revision:
- 11:8ffa8a36126f
- Parent:
- 3:ae1f53883bc0
- Child:
- 13:80e8347b2f6d
diff -r 4561736ca355 -r 8ffa8a36126f lifiTranceiver.h --- a/lifiTranceiver.h Fri Apr 05 08:31:05 2019 +0000 +++ b/lifiTranceiver.h Sat Apr 06 04:17:35 2019 +0000 @@ -1,5 +1,5 @@ -#ifndef __ARDUINO_LIFI_TRANCEIVER_HEADER__ -#define __ARDUINO_LIFI_TRANCEIVER_HEADER__ +#ifndef __LIFI_TRANCEIVER_HEADER__ +#define __LIFI_TRANCEIVER_HEADER__ /* LiFi Emitter and Receiver @@ -185,7 +185,7 @@ //extern void to_manchester(unsigned char data, unsigned long int * data_manchester); extern void LifiTx_OokEmitHalfBit(); //extern void init_frame(unsigned char * frame); -//extern int create_frame(char * data, int data_size, unsigned char * frame); +//extern int create_frame(char * data, uint16_t data_size, unsigned char * frame); //extern void init_emitter(); extern void LifiTx_Init(); extern void LifiTx_SendHelloMsg();