Sandeep Mistry
02dcc6ec74
check TWWC (Write Collision Flag) bit after setting TWDR
...
as suggested by @earlyprogrammer in #2173 , to ensure TWDR value is set
if there is a write collision
2015-10-22 16:33:00 +02:00
Sandeep Mistry
48bcef5a15
release TWI bus right after stop or repeated start is condition
...
this resolves timing issues seen in #1477
2015-10-22 16:29:43 +02:00
Nate Williams
0b27210105
Wire (AVR): Fix bug with repeated START
...
Fix #66
2015-08-26 16:02:02 +02:00
Sandeep Mistry
eab6601ebc
implement Wire.end() for AVR core
2015-08-25 10:24:24 -04:00
Cristian Maglie
f0fa1fd39a
Revert "Wire library to the 1.5 format"
...
This reverts commit a31857688bdc270ed65307755ff3b73ef4867982.
2013-11-15 12:54:59 +01:00
Fede85
8c7c1c75fe
Wire library to the 1.5 format
2013-09-10 18:50:42 +02:00
Cristian Maglie
ee90e68e86
Merged 1.0.5
...
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
Conflicts:
app/src/processing/app/Base.java
build/shared/revisions.txt
hardware/arduino/avr/cores/arduino/malloc.c
hardware/arduino/cores/arduino/avr-libc/malloc.c
hardware/arduino/cores/arduino/malloc.c
todo.txt
2013-04-03 13:51:04 +02:00
Cristian Maglie
3786e337e0
Pre-merge upstream Arduino
2012-05-22 11:23:47 +02:00
Cristian Maglie
8c2b5b979a
Moved libraries folder inside platform folder. Now libraries and examples are searched per board/platform
2012-01-04 15:14:51 +01:00
David A. Mellis
6005c59ad0
Moving libraries out of arduino platform / core directory and to top-level.
2009-11-07 17:54:56 +00:00
David A. Mellis
f79f2e0d11
Fixing indentation in twi.c.
2009-06-20 20:48:55 +00:00
David A. Mellis
6b62b244d5
Fixing bug in Wire library that caused it to read and discard one extra byte when do a requestFrom() a slave device. Thanks to Christopher K. Johnson.
2009-06-20 20:43:24 +00:00
David A. Mellis
db605dd18b
First integration of the Arduino code in Processing 5503: PreProcessor and Compiler have been integrated with changes to the Sketch.
...
Compilation still has problems (Thread error on success, and can't handle non-pde files in a sketch).
Modified the Mac OS X make.sh to copy the hardware, avr tools, and example over.
Removing some of the antlr stuff.
Disabling the Commander (command-line execution) for now.
Added Library, LibraryManager, and Target.
Added support for prefixed preferences (e.g. for boards and programmers).
2009-06-01 08:32:11 +00:00