blob: eb13e901dafb9ef65ed9f0880eb90f7279870c3f (
plain) (
blame)
1
2
3
4
5
|
function pkg = define_flashing_area_with_pattern(x1, y1, x2, y2, n1)
arg = [get_bytes(x1), get_bytes(y1), get_bytes(x2), get_bytes(y2), n1];
pkg = get_package('QM', arg);
end
|