-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: main
Are you sure you want to change the base?
Conversation
…AerospaceResearch/RCU-STM into grace/TempControl
// THERMOCOUPLE_REQUEST_DEBUG // Send the current temperature data over the Debug UART | ||
//}; | ||
|
||
enum TARGET_CONTROLS{ |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
//Fields | ||
uint8_t dataBuffer1[4] = {0}; | ||
uint8_t dataBuffer2[4] = {0}; | ||
int16_t temperature1 = 0; | ||
int16_t temperature2 = 0; |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
No description provided.