First milestone achieved!

The vpc_gpio_init() function is now complete (for the planned features). The last nuisance (Set or Reset the initial Output level, according to the user choices) was solved and correct SPL code is generated (knock on the wood table).Both values of the "GPIO Output Level" combobox are reflected in the code where is the case.BTW, the … Continue reading First milestone achieved!

A workaround for SYSUTILS and a fix for VSCode Intellisense

Well, some unexpected problems caused by a bug in SYSUTILS unit of FreePascal and a change made by Microsoft in the keywords of c_cpp_properties.json configuration file of Visual Studio Code.1. There is a bug in SYSUTILS unit I think, where FindFirst function can not return the correct name of a directory like "7.3.1", the result … Continue reading A workaround for SYSUTILS and a fix for VSCode Intellisense