David A. Mellis
|
1a4dfa9d87
|
Fixing SoftwareSerial bug (call to printByte('0') instead of print('0')).
|
2007-07-16 15:52:01 +00:00 |
|
Hans-Christoph Steiner
|
0761e779b0
|
I somehow checked in the Firmata library in the wrong place, so I am moving it to the right place (sorry all, I am just learning svn... :)
|
2007-07-01 11:21:02 +00:00 |
|
David A. Mellis
|
d706245ea5
|
Added the Stepper motor library (and reference, and to the readme).
|
2007-05-17 17:34:48 +00:00 |
|
David A. Mellis
|
fa585fd099
|
Moving Firmata (since it's not ready for release at the moment).
|
2007-05-09 15:05:47 +00:00 |
|
David A. Mellis
|
dd9444a718
|
Activating pull-up resistors on the ATmega168 (in addition to the ATmega8).
|
2007-05-09 15:05:01 +00:00 |
|
David A. Mellis
|
42db4942dd
|
Adding EEPROM library examples.
|
2007-05-04 21:53:23 +00:00 |
|
David A. Mellis
|
81b0054893
|
Modifying SoftwareSerial timing to work with new digitalRead() and digitalWrite() functions.
|
2007-04-20 23:18:25 +00:00 |
|
Hans-Christoph Steiner
|
440033c814
|
First working sketch of the Firmata protocol as a library. Just the
printVersion and input messages.
|
2007-04-14 15:20:14 +00:00 |
|
David A. Mellis
|
ce57fe617d
|
Adding EEPROM library. API: EEPROM.read(addr), EEPROM.write(addr, val).
|
2006-12-27 21:36:39 +00:00 |
|
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 |
|
David A. Mellis
|
41eeba97ca
|
Removing Sonar library as per Tom Igoe's suggestion.
|
2006-12-05 20:51:03 +00:00 |
|
David A. Mellis
|
69949c2041
|
Adding #include <Wire.h> to the Wire library examples.
|
2006-12-02 20:45:04 +00:00 |
|
David A. Mellis
|
f92fd4750c
|
Adding software serial libraries. The read function doesn't quite work properly yet, but it's a start.
|
2006-11-29 23:29:01 +00:00 |
|
David A. Mellis
|
8d6176d0a4
|
Adding Sonar library for controlling Parallax Ultrasonic PING))) sensors.
|
2006-11-21 18:16:03 +00:00 |
|
David A. Mellis
|
9d62fdd479
|
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 |
|
David A. Mellis
|
dfdd7f5c02
|
Removing Foo library.
|
2006-08-30 14:38:33 +00:00 |
|
David A. Mellis
|
4ba8ffb6ee
|
Optimized size of core, fixed some warnings in libraries.
|
2006-07-09 12:39:27 +00:00 |
|
David A. Mellis
|
56c86b6f67
|
Readding Matrix examples.
|
2006-04-09 12:38:38 +00:00 |
|
David A. Mellis
|
b4c2fc9d9f
|
Removing matrix examples temporarily.
|
2006-04-09 12:37:55 +00:00 |
|
David A. Mellis
|
c2f27f227d
|
Adding examples and keyword files to Sprite and Matrix libs.
|
2006-04-09 12:35:08 +00:00 |
|
David A. Mellis
|
b5dde887ab
|
Library system working: Import Library menu adds header files to sketch, linking is conditional based on #include's in sketch.
|
2006-03-26 22:16:55 +00:00 |
|
David A. Mellis
|
ac79978ff5
|
Moved Matrix and Sprite libraries out of arduino/ core directory, as they were too big to link against every sketch.
|
2006-03-21 10:49:41 +00:00 |
|