Re: [Amforth] TWI question

2012-06-04 Thread Matthias Trute
Hi Jan, > Wire.beginTransmission(THERM); > Wire.send(0); > Wire.endTransmission(); > Wire.requestFrom(THERM, 2);<== > Temperature_H = Wire.receive(); <= > Temperature_L = Wire.receive(); <= > > into the amForth without any success. > > In this case I set the re

[Amforth] TWI question

2012-06-04 Thread Jan Kromhout
Hello, I try to convert the arduino source : Wire.beginTransmission(THERM); Wire.send(0); Wire.endTransmission(); Wire.requestFrom(THERM, 2);<== Temperature_H = Wire.receive(); <= Temperature_L = Wire.receive(); <= into the amForth without any success. In this