Description: One of the codemelted command long term support ideas is for running on a raspberry pi wrapping the camera module to take photos, videos, and interface with GPS. This issue will prototype the wrappers of those commands providing proper error detection of the raspberry pi being setup properly to wrap those APIs. These will be wrapped in a cli_pi() function.
Acceptance Criteria:
- When the
codemelted --pi-xxx actions are added to the native command.
- When the
cli_help() documents these new actions.
- When the
mdbook section 3 contains examples and UML call sequence of these actions.
Description: One of the
codemeltedcommand long term support ideas is for running on a raspberry pi wrapping the camera module to take photos, videos, and interface with GPS. This issue will prototype the wrappers of those commands providing proper error detection of the raspberry pi being setup properly to wrap those APIs. These will be wrapped in acli_pi()function.Acceptance Criteria:
codemelted --pi-xxxactions are added to the native command.cli_help()documents these new actions.mdbooksection 3 contains examples and UML call sequence of these actions.