Hi All,
Am rather new to Arduinos etc., so please be patient. ![]()
I'm trying to achieve the equivalent of:
TWBR = 12;
On an arduino uno wifi rev2 with an atmega 4809 chipset. From the datasheet, I gather I should be doing
TWIn.MBAUD = 12;
However, I get the following error:
'TWIn' was not declared in this scope
When I try and compile the sketch.
Any ideas?