subghz.h 158 B

123456789
  1. #pragma once
  2. #include "subghz_i.h"
  3. typedef struct SubGhz SubGhz;
  4. SubGhz* subghz_alloc();
  5. void subghz_free(SubGhz* subghz);
  6. void subghz_send(void* context);