1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-22 08:22:04 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
8059abe581 write(), print(), and println() now return number of bytes written.
The type is long, and negative values indicate errors.  Needs more testing.
http://code.google.com/p/arduino/issues/detail?id=551
2011-08-23 19:12:03 -04:00
57b4b0e10d Removing hardcoded CPU speed from Wire library.
Replacing CPU_FREQ with F_CPU.
2011-05-12 16:53:14 -04:00
9f412a2628 Changing Wire API to inherit from Stream.
Renaming send() to write(), receive() to read(), etc.
2011-04-17 13:58:14 -04:00
7392f8514d Fix to drop packets in Wire library (issue #335). 2010-09-16 01:22:36 +00:00
bf88db8484 Statically allocating buffers in Wire library (issue #351). 2010-09-16 00:50:43 +00:00
08cfd58540 Added public domain notice 2010-02-24 03:48:01 +00:00
89540b837a Added public domain notice 2010-02-24 03:47:59 +00:00
39f2ddc67e Added public domain notice 2010-02-24 03:47:54 +00:00
30ab6fd578 Added public domain notice 2010-02-24 03:47:47 +00:00
ae026b783c Added public domain notice 2010-02-24 03:47:44 +00:00
99cc559107 Added public domain notice 2010-02-24 03:47:42 +00:00
3075c8e4fd Moving libraries out of arduino platform / core directory and to top-level. 2009-11-07 17:54:56 +00:00