Skip to content

Commit

Permalink
Fix "humidity" typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mireille-T authored Feb 28, 2022
1 parent a5c2539 commit ffb03bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver_sht2x.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace SHT2xDriver {
* humidity
*/
//% blockId="SHT2xDriver_read_humidity"
//% block="read humidty"
//% block="read humidity"
export function read_humidity(): number {
pins.i2cWriteNumber(sht_i2c_address, 0xF3, NumberFormat.UInt8LE, false);
basic.pause(100);
Expand Down

0 comments on commit ffb03bb

Please sign in to comment.