c05564c4d8
Android 13
14 lines
242 B
Plaintext
Executable file
14 lines
242 B
Plaintext
Executable file
* MEMSIC MMC35240 magnetometer sensor
|
|
|
|
Required properties:
|
|
|
|
- compatible : should be "memsic,mmc35240"
|
|
- reg : the I2C address of the magnetometer
|
|
|
|
Example:
|
|
|
|
mmc35240@30 {
|
|
compatible = "memsic,mmc35240";
|
|
reg = <0x30>;
|
|
};
|