You can create multiple plots in your MegunoLink and send different data to each from your Arduino sketch using channels. This is useful if, for example, you’d like to plot temperature on [...]
MegunoLink gets values for the property table visualizer from specially formatted messages in serial streams. Each command must be surrounded by braces (‘{‘ and ‘}‘). Any [...]
CircularBuffer is a circular buffer template for Arduino. The template takes two parameters: the type of data to store the maximum number of items to store in the buffer The buffer starts empty. [...]