mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 08:31:44 +01:00
examples: Add the component manager example
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include "cmp.h"
|
||||
|
||||
void app_main(void)
|
||||
{
|
||||
cmp_hello();
|
||||
}
|
||||
Reference in New Issue
Block a user