Set calibration coefficients for 2.0.0
This commit is contained in:
parent
7f652ce75d
commit
5cc40a41f6
2 changed files with 12 additions and 0 deletions
|
|
@ -6,6 +6,12 @@
|
||||||
io-channels = <&adc 1>;
|
io-channels = <&adc 1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
soil_calibration_coeffs: soil_calibration_coeffs {
|
||||||
|
compatible = "soil-calibration-coeffs";
|
||||||
|
dry = <334000 110000 (-15300)>;
|
||||||
|
wet = <299000 (-83100) 11200>;
|
||||||
|
};
|
||||||
|
|
||||||
ctrl {
|
ctrl {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
photo_transistor_enable: photo_transistor_enable {
|
photo_transistor_enable: photo_transistor_enable {
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,12 @@
|
||||||
io-channels = <&adc 1>;
|
io-channels = <&adc 1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
soil_calibration_coeffs: soil_calibration_coeffs {
|
||||||
|
compatible = "soil-calibration-coeffs";
|
||||||
|
dry = <334000 110000 (-15300)>;
|
||||||
|
wet = <299000 (-83100) 11200>;
|
||||||
|
};
|
||||||
|
|
||||||
ctrl {
|
ctrl {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
photo_transistor_enable: photo_transistor_enable {
|
photo_transistor_enable: photo_transistor_enable {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue