We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c691e4 commit b6165baCopy full SHA for b6165ba
1 file changed
Java/SHT31.java
@@ -21,7 +21,7 @@ public static void main(String args[]) throws Exception
21
// Send high repeatability measurement command
22
// Command msb, command lsb
23
byte[] data = new byte[2];
24
- data = {0x2C, 0x06};
+ data = [0x2C, 0x06];
25
device.write(data, 0, 2);
26
Thread.sleep(500);
27
0 commit comments