User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
src:variables [2018-06-22 19:28]
jk created
src:variables [2018-06-22 20:02] (current)
jk
Line 3: Line 3:
 TODO: Description TODO: Description
  
 +^Type^Eample^Description^
 +|int|42<​html><​br></​html>​-23|
 +|float|3.14<​html><​br></​html>​-0.000001|
 +|string|"​Lorem Ipsum"<​html><​br></​html>"​42"​|
 +|list|[1, 2, 3, 4, 5]<​html><​br></​html>​["​a",​ "​b",​ "​c"​]|
 +|dict|{"​a":​1,​ "​b":​2,​ "​c":​3}<​html><​br></​html>​{"​ate":​42,​ "​pi":​3.14,​ "​text":"​Lorem Ipsum"​}|
  
 ===== Variable to Output ===== ===== Variable to Output =====

ezPiC

Easy *Pi Controller for IoT Devices