Reexport everything in physical from physical-node and physical-commander #5
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently some things (e.g. specific transducers like thermocouples and lm35) are not reexported from node and commander. This is a bit annoying for library users as it means a separate dependency on physical (as opposed to physical-node or physical-commander) is needed even when the project is just a node or just a commander. However, it's also a bit tedious to implement this because these things are feature gated so we'd need to mimic the module structure for reexporting and copy over all the features.