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 7a56ff7 commit 1846198Copy full SHA for 1846198
examples/Example2_Interrupts/Example2_Interrupts.ino
@@ -54,7 +54,7 @@ STHS34PF80_I2C mySensor;
54
int16_t presenceVal = 0;
55
56
// Change the pin number to the pin that has been chosen for your setup
57
-int intPin = 12;
+int intPin = 2;
58
59
// Star the flag as false
60
bool volatile interruptFlag = false;
examples/Example4_SPIFunctionality/Example4_SPIFunctionality.ino
@@ -31,9 +31,9 @@
31
with a resistive divider using the header pins like so:
32
33
ARDUINO --> STHS34PF80
34
- SCK/SCL (8) --> Clock
+ SCK/SCL (13) --> Clock
35
SDI/SDA (12) --> Data in
36
- !CS (13) --> Chip Select
+ !CS (10) --> Chip Select
37
3.3V --> 3.3V
38
GND --> GND
39
0 commit comments