Dear friends, please,
I have ESP01 ( ESP8266) and I please for advice how to declare pin GPIO00 and GPIO002
I am trying
but I can not turn LED on end off...
Please for advice
p4ppc
I have ESP01 ( ESP8266) and I please for advice how to declare pin GPIO00 and GPIO002
I am trying
B4X:
Sub Process_Globals
Private d1pins As D1Pins
Private d2 As Pin
Sub AppStart
d2.Initialize(d1pins.D2, d2.MODE_OUTPUT)
d2.DigitalWrite(False)
Sub OnOff
Dim b As Boolean
Dim x() As Byte
b = x(0) = 0
d2.DigitalWrite(b)
but I can not turn LED on end off...
Please for advice
p4ppc