mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-21 06:59:00 +00:00
README: Use degree sign instead of ordinal
º is the masculine ordinal in Spanish. ° is the degree sign. They look different in some fonts.
This commit is contained in:
committed by
Ayke
parent
850df0a25c
commit
2034f92d11
@@ -40,7 +40,7 @@ func main() {
|
|||||||
|
|
||||||
for {
|
for {
|
||||||
temp, _ := sensor.ReadTemperature()
|
temp, _ := sensor.ReadTemperature()
|
||||||
println("Temperature:", float32(temp)/1000, "ºC")
|
println("Temperature:", float32(temp)/1000, "°C")
|
||||||
|
|
||||||
pressure, _ := sensor.ReadPressure()
|
pressure, _ := sensor.ReadPressure()
|
||||||
println("Pressure", float32(pressure)/100000, "hPa")
|
println("Pressure", float32(pressure)/100000, "hPa")
|
||||||
|
|||||||
Reference in New Issue
Block a user