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



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to