ERNICommunity / lintilla-embedded

Arduino Robot SW.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST API function 'move' with time constraint to be added

dniklaus opened this issue · comments

The robot shall directly be controllable over the WLAN (REST API) executing the following commands (fixed speed):

  • move straight forward, bound to URL:
    • /move?params=f,timeMillis (i.e: /move?params=f,500 )
  • move straight backward, bound to URL:
    • /move?params=b,timeMillis
  • spin on place left, bound to URL:
    • /move?params=l,timeMillis
  • spin on place right, bound to URL:
    • /move?params=r,timeMillis