examples: Add the component manager example

This commit is contained in:
Sergei Silnov
2021-08-02 18:59:33 +02:00
parent 8202c12a83
commit 7fc28f7883
5 changed files with 108 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#include <stdio.h>
#include "cmp.h"
void app_main(void)
{
cmp_hello();
}