Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By sdlnv
#37376 I just finished rewriting the experimental code I made last week and pushed everything to GitHub, this is the repository of the port: :arrow: http://git.io/vEQy1

Inside you will find a basic example using DynamoDB, anyway I plan to add some more functionalities in the future. The compatibility for the other platforms is kept intact, so it can be used also to get rid of the compile errors from the original repository.


You should check out also this other guy's work, he is doing a similar thing hile adding also IoT service support. I decided to use DnamoDB in my project because the IoT service does not have "Non-expiring Offers" (they last only 12 months) unlike DynamoDB.