You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,10 +44,12 @@ Download the `Arduino IDE <https://www.arduino.cc/en/Main/Software>`__ on your c
44
44
45
45
You're all set!
46
46
47
-
An example graph can be found `here <https://github.com/timeflux/timeflux_upsidedownlabs/blob/master/examples/uart.yaml>`__.
47
+
An example graph for the default A0 analog port can be found `here <https://github.com/timeflux/timeflux_upsidedownlabs/blob/master/examples/uart.yaml>`__.
48
48
You can run it like this:
49
49
50
50
::
51
51
52
52
$ conda activate timeflux
53
-
$ timeflux -d examples/uart.yaml
53
+
$ timeflux -d examples/uart.yaml
54
+
55
+
For an example of querying multiple ports and naming the channels, see `this graph <https://github.com/timeflux/timeflux_upsidedownlabs/blob/master/examples/channels.yaml>`__.
0 commit comments