Estoy usando tsc2007 en linux.
El kernel de Linux tiene la siguiente configuración para usar tsc2007.
Required properties:
- compatible: must be "ti,tsc2007".
- reg: I2C address of the chip.
- ti,x-plate-ohms: X-plate resistance in ohms.
...
...
...
tsc2007@49 {
compatible = "ti,tsc2007";
reg = <0x49>;
interrupt-parent = <&gpio4>;
interrupts = <0x0 0x8>;
gpios = <&gpio4 0 0>;
ti,x-plate-ohms = <180>;
};
¿Qué significa x-plate-ohms
?
¿El valor depende del hardware?
¿Cómo se debe medir x-plate-ohms
?