Skip to content

Deprecate command_creator and command_unpacker

Gabriel Gallardo requested to merge remove_cc_cu into dev

Using these interfaces will now raise a DeprecationWarning, but under the hood they use the constructors, to_binary() and getter methods of the new QHALCommand class. Only the tests for these interfaces remain, but all other references are removed.

Edited by Gabriel Gallardo

Merge request reports