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

@@ -0,0 +1,4 @@
#pragma once
#include "flipper.h"
void ir_samsung_send(uint16_t addr, uint16_t data);