mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 09:21:12 +03:00
spelling: correct many misspellings of celsius
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@ -46,7 +46,7 @@ bar = barometerObj.HP20X()
|
||||
bar.init()
|
||||
|
||||
while(1):
|
||||
print "Temperature:", bar.getTemperature(), "Celcius"
|
||||
print "Temperature:", bar.getTemperature(), "Celsius"
|
||||
print "Pressure: ", bar.getPressure(), "Millibars"
|
||||
print "Altitude: ", bar.getAltitude(), "Meters"
|
||||
print
|
||||
|
Reference in New Issue
Block a user