ARGO Internal Actions
Action | Description |
---|---|
.argo.port(P) | defines which serial port should be used by the agent, where P is a literal representing the port identification(e.g., COM8, ttyUSB0). |
.argo.limit(M) | defines the sensing interval, where M is a value in milliseconds. |
.argo.percepts(open|close) | decides whether or not to perceive the exogenous environment (physical world). |
.argo.act(A) | sends to the hardware an action, represented by literal A, to be executed by a microcontroller; |
Full Changelog: 1.1...1.2