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
Diff: H_sol.h
- Revision:
- 31:4a880aaabd1e
- Parent:
- 24:580ba1221fc8
- Child:
- 45:60f602ecd59b
diff -r 8fc073c2a3a9 -r 4a880aaabd1e H_sol.h --- a/H_sol.h Tue Sep 25 13:52:57 2018 +0000 +++ b/H_sol.h Tue Sep 25 15:32:21 2018 +0000 @@ -0,0 +1,12 @@ +#ifndef H_SOL +#define H_SOL + +#include "mbed.h" + +#define LOW_H 160 +#define HIGH_H 520 + +//AnalogIn moisture(A0);//( A0 -> A7 ) +float getSoilHumidity(AnalogIn sensor); + +#endif \ No newline at end of file
