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

@@ -60,7 +60,7 @@ osThreadId_t app_mainHandle;
const osThreadAttr_t app_main_attributes = {
.name = "app_main",
.priority = (osPriority_t) osPriorityLow,
.stack_size = 128 * 4
.stack_size = 1024 * 4
};
/* Private function prototypes -----------------------------------------------*/