mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-21 02:03:18 +00:00
37fc47a24f
* DWT-based microsecond delay * simple ir app (work only with NEC protocol and predefined address - command) * remove space from file name, add delay_us_init_DWT header * float-based delay us * init tim2 by CubeMX * fix simple pwm functions * simple pwm timer based ir nec protocol * ir gui test app Co-authored-by: aanper <mail@s3f.ru>
4 lines
No EOL
80 B
C
4 lines
No EOL
80 B
C
#pragma once
|
|
#include "flipper.h"
|
|
|
|
void ir_nec_send(uint8_t addr, uint8_t data); |