Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Thermocouples #17

Closed
navalog opened this issue Oct 5, 2020 · 3 comments
Closed

Thermocouples #17

navalog opened this issue Oct 5, 2020 · 3 comments
Assignees

Comments

@navalog
Copy link
Collaborator

navalog commented Oct 5, 2020

temp_probes.selectChannel(2);
delay(150);
float temp_ch2 = temp_probes.tc.readTemperature(PROBE_K);
Serial.print("Temperature CH2 [°C]: ");
Serial.println(temp_ch2);

Insert delay like in example

@navalog navalog closed this as completed Oct 5, 2020
@navalog navalog reopened this Oct 5, 2020
@navalog navalog changed the title Thermocouples type K Thermocouples Oct 5, 2020
@Rocketct
Copy link
Contributor

Rocketct commented Oct 6, 2020

why? the delay is inside the selectChannel if we add also there we double it

@navalog
Copy link
Collaborator Author

navalog commented Oct 6, 2020 via email

@Rocketct
Copy link
Contributor

Rocketct commented Oct 6, 2020

if there is not, with next pr will be present than i'll close this issue https://github.com/bcmi-labs/AutomationCarrierLibrary/blob/942fdf1cad10c00ccecbe9a44c171e36f68c84cc/src/AutomationCarrier.h#L28

@Rocketct Rocketct closed this as completed Oct 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants