mycontroller-org / MyControllerDevice

MyController supported MQTT ESP8266 library
http://www.mycontroller.org
Apache License 2.0
4 stars 4 forks source link

Enhance core library #14

Open jkandasa opened 6 years ago

jkandasa commented 6 years ago

For now, this library exposed some of the methods to users sketch. Which will not be good. And I am unable to define macros from users sketch. core library does not take from there.

MyController mc; // <-- Remove this code from users sketch.

void loop() {
  mc.loop(); // <-- Remove this code from users sketch.
}