This website requires JavaScript.
Explore
Help
Register
Sign In
liz
/
flipperzero-firmware
Watch
1
Star
0
Fork
0
You've already forked flipperzero-firmware
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6c4983c6b6
flipperzero-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 09:39:11 +00: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 16:28:35 +00:00
void
ir_nec_send
(
uint16_t
addr
,
uint8_t
data
)
;
Reference in New Issue
Copy Permalink