Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated TemperatureControl class #18

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Conversation

shivamdesai04
Copy link
Contributor

No description provided.

// THERMOCOUPLE_REQUEST_DEBUG // Send the current temperature data over the Debug UART
//};

enum TARGET_CONTROLS{
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make this an enum class

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Comment on lines 61 to 65
//Fields
uint8_t dataBuffer1[4] = {0};
uint8_t dataBuffer2[4] = {0};
int16_t temperature1 = 0;
int16_t temperature2 = 0;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove. linked to depracted code

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants