Skip to content

Separated State code into header and cpp files

Latest
Compare
Choose a tag to compare
@jrullan jrullan released this 10 Feb 16:43
1535b53

Updated library.properties version...

From @Voha888 :

When creating a project in VScode with the Platformio plugin, it becomes necessary to re-include the library header file in several files, for example, to use the extern keyword.
The original version of the library does not allow this. I separated the class methods into .cpp files, now the library header files can be included in several compilation units.