Skip to content

Commit 8cc4934

Browse files
committed
update vmel6040
Signed-off-by: Andy Liu <[email protected]>
1 parent ebcf816 commit 8cc4934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/VEML6040/VEML6040.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ final public class VEML6040 {
1414
public let address: UInt8
1515
public let i2c: I2C
1616

17-
var sensitivity: Float {
17+
public var sensitivity: Float {
1818
switch integrationTime {
1919
case .i40ms:
2020
return 0.25168

0 commit comments

Comments
 (0)