Sming - Open Source framework for high efficiency native ESP8266 development

User avatar
By tavalin
#17768 Hi esp03madness

Sming provides an API that is similar to Arduino (as well as including ported versions of some Arduino libraries) so that the learning curve is smaller for those who are familiar to Arduino.

Sming programs have a user specified init() method which is similar to the setup() in an Arduino sketch. However there isn't the same concept of the loop() method which executes continuously (although it shouldn't be hard to write yourself).
User avatar
By danbicks
#17779 Hi Tav,

I have downloaded and configured the new paths for the Sming framework. I get a permissions denied error when building from the new c:\tools\sming\Sming directory.

I have checked read and write access to this location is all in place still the same error.

Any ideas ?

Thanks Dans