dim bla$(10) ' Sets up a string array
dim yay() 'Sets up a numeric array.
http://esp8266basic.com
A BASIC interpreter for your ESP
Working now on Autodrop3d. A 3d printer with automatic part ejection system. https://autodrop3d.com
Explore... Chat... Share...
Moderator: Mmiscool
memclear
dim RatedDatum$(15)
dim RTDatum$(15)
dim RTStatus$(15)
dim StatP$(15)
dim SettingP1$(15)
dim SettingP2$(15)
dim SettingP3$(15)
dim SwitchP$(15)
dim DiscreteP$(15)
gosub [Clear_Stats]
gosub [Init_Data]
'
'wait
end
[Clear_Stats]
Stat0 = " "
Stat1 = " "
Stat2 = " "
Stat3 = " "
Stat4 = " "
Stat5 = " "
Stat6 = " "
Stat7 = " "
Stat8 = " "
Stat9 = " "
Stat10 = " "
Stat11 = " "
Stat12 = " "
Stat13 = " "
Stat14 = " "
return
'
[Init_Data]
gosub [Init_R_D]
gosub [Init_R_T_D]
gosub [Init_R_T_S]
gosub [Init_S_P]
gosub [Init_S_P_1]
gosub [Init_S_P_2]
gosub [Init_S_P_3]
gosub [Init_Sw_P]
gosub [Init_D_P]
return
'
[Init_R_D]
for i=0 to 7
RatedDatum$(i) = "?"
next i
return
'
[Init_R_T_D]
for i=0 to 11
RTDatum$(i) = "?"
next i
return
'
[Init_R_T_S]
for i=0 to 2
RTStatus$(i) = "?"
next i
return
'
[Init_S_P]
for i=0 to 13
StatP$(i) = "?"
next i
return
'
[Init_S_P_1]
for i=0 to 14
SettingP1$(i) = "?"
next i
return
'
[Init_S_P_2]
for i=0 to 12
SettingP2$(i) = "?"
next i
return
'
[Init_S_P_3]
for i=0 to 13
SettingP3$(i) = "?"
next i
return
'
[Init_Sw_P]
for i=0 to 7
SwitchP$(i) = "?"
next i
return
'
[Inite_D_P]
for i=0 to 1
DiscreteP$(i) = "?"
next i
return
'
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]