sparkfun / Arduino_Apollo3

Arduino core to support the Apollo3 microcontroller from Ambiq Micro
83 stars 37 forks source link

add getTempDegC #280

Closed oclyke closed 4 years ago

oclyke commented 4 years ago

fixes #277 actually, the getTempDegF function incorrectly returned the temperature in deg C. This changes the name of that function and adds another function to convert that value to deg F.