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: driverLifiRx.h
- Revision:
- 21:82b5759f5047
- Parent:
- 5:5fe30df87772
--- a/driverLifiRx.h Mon Apr 08 04:39:22 2019 +0000 +++ b/driverLifiRx.h Tue Apr 09 09:11:24 2019 +0000 @@ -18,6 +18,7 @@ extern AnalogIn adc_2; extern AnalogIn adc_3; extern AnalogIn adc_4; +extern DigitalIn led_rx_debug; extern int LifiRx_AdcRead(int num); // 0 (0v) ~ 1000 (3.3v) extern void LifiRx_Run(); @@ -26,5 +27,6 @@ extern void LifiRx_PdTunning(); extern double LifiRx_GetLux_Temt6000(double vol); extern float LifiRx_GetLuxFromPdVoltage(float volt_mili); +extern int LifiRx_GetDebugLed(); #endif