Skip to content

Commit 1c6e9c9

Browse files
committed
Fix a typo in the README
1 parent 2074007 commit 1c6e9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For SPI it is then required to create a SPI interface before accessing to the se
1313
An instance can be created and enabled when the SPI bus is used following the procedure below:
1414

1515
Accelero = new LIS3DHHSensor(dev_spi, CS_PIN);
16-
Accelero->Enable();
16+
Accelero->Enable_X();
1717

1818
The access to the sensor values is done as explained below:
1919

0 commit comments

Comments
 (0)