-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Things to do for this driver code:
- Implement msg() function to handle the requests formatting
- Implement initialization of the thermometers and heaters (8? thermometers; 2? heaters)
- Implement and test first additional method for each class (probably easiest to start with one of the get() functions, and it would be nice to start with the one to extract the temperature readings from the thermometers)
From there we should be good to flesh out the functionality as needed. There are two basic types of functions for something like this: get functions and set functions. The get functions should just return the data that you requested from the BF TC, while the set functions should change something on the BF TC (and ideally report whether they were successful or not).
Metadata
Metadata
Assignees
Labels
No labels