mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-04-20 07:17:11 +02:00
fix small MD syntax issues
This commit is contained in:
parent
89d699b5a9
commit
a76cce2e21
|
@ -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_. Here’s 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_. Here’s 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") }}
|
||||||
|
|
Loading…
Reference in a new issue