fix small MD syntax issues

This commit is contained in:
Kyle J Carlton 2023-01-17 09:23:51 -06:00
parent 89d699b5a9
commit a76cce2e21
5 changed files with 11 additions and 7 deletions

View file

@ -32,6 +32,10 @@ Then the temperature can be calculated based on the voltage output from the TMP3
{{ image(src="/img/TMP36_Graph.png", position="left") }} {{ image(src="/img/TMP36_Graph.png", position="left") }}
After importing I also converted to Fahrenheit using _T(°F) = T(°C) × 1.8 + 32_. Heres the final output in the Google Sheet using _ImportJSON(https://api.particle.io/v1/devices/UNIQUE_ID/analogvalue?access_token=UNIQUE_TOKEN)_: After importing I also converted to Fahrenheit using _T(°F) = T(°C) × 1.8 + 32_. Heres the final output in the Google Sheet using
```javascript
ImportJSON(https://api.particle.io/v1/devices/UNIQUE_ID/analogvalue?access_token=UNIQUE_TOKEN)
```
{{ image(src="/img/TMP36_Gsheet.png", position="left") }} {{ image(src="/img/TMP36_Gsheet.png", position="left") }}