We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2074007 commit 1c6e9c9Copy full SHA for 1c6e9c9
README.md
@@ -13,7 +13,7 @@ For SPI it is then required to create a SPI interface before accessing to the se
13
An instance can be created and enabled when the SPI bus is used following the procedure below:
14
15
Accelero = new LIS3DHHSensor(dev_spi, CS_PIN);
16
- Accelero->Enable();
+ Accelero->Enable_X();
17
18
The access to the sensor values is done as explained below:
19
0 commit comments