Skip to content

Commit 9cf0f4c

Browse files
committed
boards: shields: pmod_acl: Specify accelerometer interrupt pin
Specifies which gpio pin on the pmod header is attached to the adxl345 accelerometer interrupt. Signed-off-by: Maureen Helm <[email protected]>
1 parent 0ed5409 commit 9cf0f4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/shields/pmod_acl/pmod_acl.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
compatible = "adi,adxl345";
1212
reg = <0x0>;
1313
spi-max-frequency = <DT_FREQ_M(1)>;
14+
int2-gpios = <&pmod_header 4 GPIO_ACTIVE_HIGH>;
1415
status = "okay";
1516
};
1617
};

0 commit comments

Comments
 (0)