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.
input_driver.h@8:9f59ef177620, 2020-11-30 (annotated)
- Committer:
- bky
- Date:
- Mon Nov 30 23:42:26 2020 +0000
- Revision:
- 8:9f59ef177620
- Parent:
- 6:4e6d51d8cc06
current code, not working; gets junk data along with values
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| manavkoolz | 4:ef09a423b255 | 1 | #ifndef INPUT_DRIVER_H |
| manavkoolz | 4:ef09a423b255 | 2 | #define INPUT_DRIVER_H |
| manavkoolz | 4:ef09a423b255 | 3 | |
| manavkoolz | 6:4e6d51d8cc06 | 4 | #define LIGHT_SENSOR_PIN p15 |
| manavkoolz | 6:4e6d51d8cc06 | 5 | |
| bky | 5:b3d4eda8a1e3 | 6 | bool getFlashDetected(); |
| bky | 8:9f59ef177620 | 7 | float getSensorStrength(); |
| manavkoolz | 4:ef09a423b255 | 8 | |
| manavkoolz | 4:ef09a423b255 | 9 | #endif |
