Out of curiosity did you edit just the file "hardware\arduino\avr\libraries\Wire\src\utility\twi.c" as that's the only copy of twi.c I can find.
Out of curiosity did you edit just the file "hardware\arduino\avr\libraries\Wire\src\utility\twi.c" as that's the only copy of twi.c I can find.
3 hours ago, ChrisRiddell said:Out of curiosity did you edit just the file "hardware\arduino\avr\libraries\Wire\src\utility\twi.c" as that's the only copy of twi.c I can find.
arduino-0023\libraries\Wire\utility\twi.c
Old version v23 of arduino. It's the version suggested in the instructions.
Recommended Posts
killerb77 2
I figured it out. I had to delete or comment out the entire TWI_vect function. I guess they were referencing about line 364.
Link to post
Share on other sites
CarloK 204
I rewrote this line of the build instructions to be more clear.
Link to post
Share on other sites