Skip to content

Commit

Permalink
update vmel6040
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Liu <[email protected]>
  • Loading branch information
andy0808 committed Jul 11, 2021
1 parent ebcf816 commit 8cc4934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/VEML6040/VEML6040.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ final public class VEML6040 {
public let address: UInt8
public let i2c: I2C

var sensitivity: Float {
public var sensitivity: Float {
switch integrationTime {
case .i40ms:
return 0.25168
Expand Down

0 comments on commit 8cc4934

Please sign in to comment.