Investigate using embedded-hal-mock for examples #80
Labels
component: dw1000
Issue concerns the DW1000 driver
good first issue
Good for newcomers
help wanted
Extra attention is needed
type: enhancement
New feature or request
A lot of this driver's API doesn't have examples, because writing them would be tedious. There are some examples, but they contain their own stub implementations of
embedded-hal
traits.I believe both of these issues could be improved using
embedded-hal-mock
. By mockingembedded-hal
traits, we should be able to write API examples that are relatively straight-forward.The actionable items here are:
embedded-hal-mock
cloud help here.embedded-hal-mock
. I don't it implements all the traits we require.The text was updated successfully, but these errors were encountered: