Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
protocentralashwin committed Jun 30, 2024
1 parent 1486c96 commit 889df43
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,17 @@ In the devicetree (DTS) file or DTS overlay, you need to add the following under
pinctrl-names = "default", "sleep";
cs-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
max30001: max30001@0 {
max30001: max30001@0 {
compatible = "maxim,max30001";
status = "okay";
reg = <0x0>;
spi-max-frequency = <DT_FREQ_M(1)>;
status = "okay";
intb-gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
rtor-enabled;
ecg-enabled;
bioz-enabled;
ecg-gain = <3>;
ecg-invert;
};
};
```
Expand Down

0 comments on commit 889df43

Please sign in to comment.