SyntaxFix
Write A Post
Hire A Developer
Questions
If you're passing literals in code, what's stopping you from simply declaring it ahead of time?
byte b = 0; //Set to desired value. f(b);