This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
Arduino
Watch
1
Star
0
Fork
0
You've already forked Arduino
mirror of
https://github.com/arduino/Arduino.git
synced
2024-12-03 14:24:15 +01:00
Code
Issues
Releases
Activity
cfeb4a3bce
Arduino
/
targets
/
libraries
/
Wire
History
David A. Mellis
122bee43c6
Adding #include <avr/signal.h> to twi.c because the older version of avr-libc for Ubuntu Linux 6.06 (Dapper) doesn't define SIGNAL() in <avr/interrupt.h>.
2006-12-26 00:01:31 +00:00
..
examples
Adding #include <Wire.h> to the Wire library examples.
2006-12-02 20:45:04 +00:00
utility
Adding #include <avr/signal.h> to twi.c because the older version of avr-libc for Ubuntu Linux 6.06 (Dapper) doesn't define SIGNAL() in <avr/interrupt.h>.
2006-12-26 00:01:31 +00:00
keywords.txt
Adding Wire (TWI/I2C) library from Wiring. Renamed TwoWire.cpp to Wire.cpp and Wire.h to Wire.cpp so that the #include in the sketch matches the name of the library.
2006-10-08 08:51:39 +00:00
Wire.cpp
Adding Wire (TWI/I2C) library from Wiring. Renamed TwoWire.cpp to Wire.cpp and Wire.h to Wire.cpp so that the #include in the sketch matches the name of the library.
2006-10-08 08:51:39 +00:00
Wire.h
Adding Wire (TWI/I2C) library from Wiring. Renamed TwoWire.cpp to Wire.cpp and Wire.h to Wire.cpp so that the #include in the sketch matches the name of the library.
2006-10-08 08:51:39 +00:00