I'm a bit confused by this so I'll pose my question.
I have a byte variable alias called "Config"
Using the offset bits technique can I manipulate bits by doing
Config.0[x] = 1
x being 0 to 7 in this case
The example in the manual uses a port alias for the demo.
Can x be another variable?
Bookmarks