Changes

Line 123: Line 123:  
:The problem was in initialization handshake sequence addresses that is a little different for this device.
 
:The problem was in initialization handshake sequence addresses that is a little different for this device.
   −
         <nowiki>Wire.beginTransmission (WII_NUNCHUCK_TWI_ADR)
+
         <nowiki>Wire.beginTransmission (WII_NUNCHUCK_TWI_ADR);
 
Wire.send (0xF0);
 
Wire.send (0xF0);
 
Wire.send (0x55);
 
Wire.send (0x55);
8

edits