subghz_capture.h 242 B

1234567891011
  1. #pragma once
  2. #include <gui/view.h>
  3. typedef struct SubghzCapture SubghzCapture;
  4. SubghzCapture* subghz_capture_alloc();
  5. void subghz_capture_free(SubghzCapture* subghz_capture);
  6. View* subghz_capture_get_view(SubghzCapture* subghz_capture);