Home > other >  ESP8266 pin connected to the control
ESP8266 pin connected to the control

Time:11-23

Can use the method of cloud control multiple pins? Now use the method of cloud control program of a pin,

CodePudding user response:

The
refer to the original poster qq_45729297 response:
can use the method of cloud control multiple pins? Now use the method of cloud control program of a pin,

Finally
Void setup () {
Serial.begin(115200);
PinMode (LED_Pin, the OUTPUT);
DigitalWrite (LED_Pin, EIGE);
//cycle
Void loop () I
DowiFiTick ();
DoTCPClientTick ();

CodePudding user response:

Finally

Void setup () {
Serial.begin(115200);
PinMode (LED_Pin, the OUTPUT);
DigitalWrite (LED_Pin, EIGE);
//cycle
Void loop () I
DowiFiTick ();
DoTCPClientTick ();
  • Related