Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.6 12 lines 213 B view raw
1* Freescale MMA8450 3-Axis Accelerometer 2 3Required properties: 4- compatible : "fsl,mma8450". 5- reg: the I2C address of MMA8450 6 7Example: 8 9accelerometer: mma8450@1c { 10 compatible = "fsl,mma8450"; 11 reg = <0x1c>; 12};