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: input_driver.h
- Revision:
- 8:9f59ef177620
- Parent:
- 6:4e6d51d8cc06
diff -r 12eed49f95fc -r 9f59ef177620 input_driver.h --- a/input_driver.h Mon Nov 30 22:34:25 2020 +0000 +++ b/input_driver.h Mon Nov 30 23:42:26 2020 +0000 @@ -3,7 +3,7 @@ #define LIGHT_SENSOR_PIN p15 -AnalogIn lightSensorVoltage(LIGHT_SENSOR_PIN); bool getFlashDetected(); +float getSensorStrength(); #endif \ No newline at end of file
