├── .travis.yml ├── README.md ├── aREST_UI.h ├── examples ├── ESP8266 │ └── ESP8266.ino ├── WiFi_CC3000 │ └── WiFi_CC3000.ino └── WildFire │ └── WildFire.ino ├── library.json └── library.properties /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoschwartz/aREST_UI/HEAD/.travis.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoschwartz/aREST_UI/HEAD/README.md -------------------------------------------------------------------------------- /aREST_UI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoschwartz/aREST_UI/HEAD/aREST_UI.h -------------------------------------------------------------------------------- /examples/ESP8266/ESP8266.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoschwartz/aREST_UI/HEAD/examples/ESP8266/ESP8266.ino -------------------------------------------------------------------------------- /examples/WiFi_CC3000/WiFi_CC3000.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoschwartz/aREST_UI/HEAD/examples/WiFi_CC3000/WiFi_CC3000.ino -------------------------------------------------------------------------------- /examples/WildFire/WildFire.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoschwartz/aREST_UI/HEAD/examples/WildFire/WildFire.ino -------------------------------------------------------------------------------- /library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoschwartz/aREST_UI/HEAD/library.json -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcoschwartz/aREST_UI/HEAD/library.properties --------------------------------------------------------------------------------