An open API service indexing awesome lists of open source software.

https://github.com/joequery/arduinorequests

Simple C style Bindings for HTTP Requests via Arduino Uno.
https://github.com/joequery/arduinorequests

Last synced: 4 months ago
JSON representation

Simple C style Bindings for HTTP Requests via Arduino Uno.

Awesome Lists containing this project

README

          

ArduinoRequests
===============

This project aims to allow developers to easily construct and execute basic HTTP
Requests from their Arduino Uno.

See the requests.ino file for examples and usage.