abroooo
abroooo
not done yet but if you'd like you could try it out 😄
First of all kudos for this great project! I've been tinkering with it for a couple of days (tdisplay with rotary wheel) and really am enjoying it especially the rotary...
#30 Pretty basic first commit for graphs. See commit msg for limitations and a list of todos (not all I guess :D). If you want to use check esphomeRemoteSensor.h and...
**Is your feature request related to a problem? Please describe.** Sensors currently only show numeric values. **Describe the solution you'd like** By pressing the sensor menu item it could show...
This guide outlines the specialties of IEC61131 in comparison to languages like c/cpp and shall act as help when creating a plc interface for external libraries.
coming soon...
**Is your refactor request related to a problem? Please describe.** ```iecst VAR a, b, c : INT := (0, 1, 2); END_VAR ``` This code is wrong and won't compile...
**Describe the bug** ```iecst TYPE myStruct: STRUCT a : INT; END_STRUCT END_TYPE TYPE mytypedefstruct: myStruct:=(a := 3); END_TYPE TYPE mysubtype: mytypedefstruct; END_TYPE TYPE mysubtype2: mysubtype; END_TYPE ``` Typedef instances won't...
With the current implementation we create a pointer for `THIS` in codegen. While this works fine it just might be a bit overkill because we could also just resolve all...