dl09
Full Member level 4
If I write 1 << (twint) on an arduino ide, does that set or clear the twi interrupt flag of the twi control register? I tried researching on the internet, I cannot find an answer.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If I write 1 << (twint) on an arduino ide,
does that set or clear the twi interrupt flag
of the twi control register? I tried researching on the internet,
I cannot find an answer.
Are you sure?
1 << (twint) shifts a '1' left by '(twint)' times, it creates a value but does it change the contents of a register?
Brian.
1 << (twint) shifts a '1' left by '(twint)' times, it creates a value but does it change the contents of a register?
Honestly I don't know what it does.