Skip to content
Filippo Sallemi edited this page Aug 17, 2014 · 24 revisions

Welcome to the uREST wiki!

uREST belongs to another library "uHTTP".

uHTTP

uHTTP provide methods to navigate HTTP request to Arduino Ethernet.

uREST

uREST provide an elegant way to parse and process a REST call from any browser and any device

METHOD URI DESCRIPTION
GET /{PIN}/HIGH Call digitalWrite(pin, HIGH);
GET /{PIN}/LOW Call digitalWrite(pin, LOW);
GET /{PIN}/{VALUE} Call digitalWrite(pin, VALUE);
GET /{PIN}/INPUT Call pinMode(pin, INPUT);
GET /{PIN}/OUTPUT Call pinMode(pin, OUTPUT);
Clone this wiki locally