Hello,
I have been able to successfully add all of my blocks to the toolbox, with two exceptions, Variables and Functions. I want to add a variable to the Variables category, however, I am confused on how it differs from the other categories with the:
<category name="Variables" custom="VARIABLE"></category>
My application has a global variable that is already defined, and I want to add a getter and a setter to the Variables category. I am using a fork of
BlocklyDuino if that changes anything.
Can anyone point me in the right direction? I have tried chasing down the code path that adds a variable to simply call this at startup, but I haven't been successful.