Replies: 1 comment 1 reply
-
@Bwanna I think the easiest way is to add the following include at the top of your *.ino file then simply do:
or to use:
Paul-- |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I realize this is a super dumb question, but how do you serial print the GUIslice Version?
How to translate the .h file information into a Serial.print(); statement?
I'm assuming there is a variable needed in the parens, but can't find what this might be.
Serial.print(gslc_GetVer());
Beta Was this translation helpful? Give feedback.
All reactions