This website requires JavaScript.
Explore
Help
Sign In
DarkFlippers
/
unleashed-firmware
Watch
1
Star
1
Fork
0
You've already forked unleashed-firmware
mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced
2024-12-17 18:31:36 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
6c4983c6b6
unleashed-firmware
/
applications
/
irda
/
irda_nec.h
4 lines
81 B
C
Raw
Normal View
History
Unescape
Escape
IR transmit example (#180) * 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>
2020-10-23 12:39:11 +03:00
#
pragma once
#
include
"flipper.h"
[FL-572][FL-577] Irda receive feature (#282) * fix "state not acquired error" * add InterruptTypeComparatorTrigger to interrupt mgr, use interrupt mgr in irda app * separate init irda timer * capture events buffer by app * irda common decoder * irda nec decoder realization * finished work with decoder * fix app path * fix widget remove on exit * nec receive, store and send * init some packets
2021-01-07 19:28:35 +03:00
void
ir_nec_send
(
uint16_t
addr
,
uint8_t
data
)
;
Reference in New Issue
Copy Permalink