mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 16:53:45 +00:00
17 lines
No EOL
318 B
C
17 lines
No EOL
318 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stddef.h>
|
|
|
|
void subghz_custom_btn_set(uint8_t b);
|
|
|
|
uint8_t subghz_custom_btn_get();
|
|
|
|
void subghz_custom_btn_set_original(uint8_t b);
|
|
|
|
uint8_t subghz_custom_btn_get_original();
|
|
|
|
void subghz_custom_btn_set_max(uint8_t b);
|
|
|
|
void subghz_custom_btns_reset(); |