mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-01-05 20:33:01 +03:00
4 lines
80 B
C
4 lines
80 B
C
|
#pragma once
|
||
|
#include "flipper.h"
|
||
|
|
||
|
void ir_nec_send(uint8_t addr, uint8_t data);
|