Skip to content
Compare
Choose a tag to compare
@nilsonLazarin nilsonLazarin released this 30 May 14:54
· 1 commit to master since this release
4d15c22

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