Abdellazizhammami / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Leonardo Hardware file missing SDA, SCL #685

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to verify any wire example with the Leonardo Board selected

What is the expected output?
A successful Compile

What do you see instead?
E:\arduino-1.0-rc1\arduino-1.0-rc1\libraries\Wire\utility\twi.c: In function 
'twi_init':
E:\arduino-1.0-rc1\arduino-1.0-rc1\libraries\Wire\utility\twi.c:69: error: 
'SDA' undeclared (first use in this function)
E:\arduino-1.0-rc1\arduino-1.0-rc1\libraries\Wire\utility\twi.c:69: error: 
(Each undeclared identifier is reported only once
E:\arduino-1.0-rc1\arduino-1.0-rc1\libraries\Wire\utility\twi.c:69: error: for 
each function it appears in.)
E:\arduino-1.0-rc1\arduino-1.0-rc1\libraries\Wire\utility\twi.c:70: error: 
'SCL' undeclared (first use in this function)

What version of the Arduino software are you using? 1.0 beta
On what operating system? Windows 7 64 bit  
Which Arduino board are you using? for Leonardo 

Please provide any additional information below.

Original issue reported on code.google.com by tomasre...@gmail.com on 21 Oct 2011 at 7:17

GoogleCodeExporter commented 9 years ago
https://github.com/arduino/Arduino/commit/f0801e61e6d39aa88f1cc6f6ca89d594e268ef
a1

Original comment by dmel...@gmail.com on 10 Nov 2011 at 6:00