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
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