IRDA samsung protocol (#200)

* samsung irda protocol implementation
* app for samsung irda protocol
* smaller strings and hal pwm

Co-authored-by: aanper <mail@s3f.ru>
This commit is contained in:
DrZlo13
2020-10-26 10:27:27 +03:00
committed by GitHub
parent f5b342abbe
commit 69d97afea8
5 changed files with 118 additions and 8 deletions

View File

@@ -9,6 +9,9 @@ extern TIM_HandleTypeDef htim2;
#define RC6_CARRIER_FREQUENCY 36000
#define RC6_DUTY_CYCLE 0.33
#define SAMSUNG_CARRIER_FREQUENCY 37900
#define SAMSUNG_DUTY_CYCLE 0.33
#define NEC_CARRIER_FREQUENCY 38000
#define NEC_DUTY_CYCLE 0.33