From: Jan K. <kro...@ho...> - 2012-06-04 18:36:25
|
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 case I set the register index at zero, and I won't to read two bytes. Can someone help me with this? Thanks in advance and regards. Cheers Jan Kromhout |