Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 295 Bytes

File metadata and controls

20 lines (11 loc) · 295 Bytes

Plot library

Preparation

The Plot library utilizes the C language embedding feature. Therefore, it needs to be compiled first. Please follow the steps below to compile it.

make prolog

Specification

  • open_plot/0

  • send_plot(Msg)

  • close_plot/0

screen3.png