Skip to content

Write BF TC driver code #1

@zhuber21

Description

@zhuber21

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions