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: HP206C mbed HMC5883L DHT DS1820
H_sol.h@45:60f602ecd59b, 2018-10-01 (annotated)
- Committer:
- MathieuM
- Date:
- Mon Oct 01 10:02:53 2018 +0000
- Revision:
- 45:60f602ecd59b
- Parent:
- 31:4a880aaabd1e
Create config file
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Fayge | 31:4a880aaabd1e | 1 | #ifndef H_SOL |
| Fayge | 31:4a880aaabd1e | 2 | #define H_SOL |
| Fayge | 31:4a880aaabd1e | 3 | |
| Fayge | 31:4a880aaabd1e | 4 | #include "mbed.h" |
| MathieuM | 45:60f602ecd59b | 5 | #include "config.h" |
| Fayge | 31:4a880aaabd1e | 6 | |
| Fayge | 31:4a880aaabd1e | 7 | //AnalogIn moisture(A0);//( A0 -> A7 ) |
| Fayge | 31:4a880aaabd1e | 8 | float getSoilHumidity(AnalogIn sensor); |
| Fayge | 31:4a880aaabd1e | 9 | |
| Fayge | 31:4a880aaabd1e | 10 | #endif |
