starting with ESP-IDF
- initial ESP-IDF project - starting custom component (Timber) Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
6
ePaper-ESP-IDF/components/timber/tree.cpp
Normal file
6
ePaper-ESP-IDF/components/timber/tree.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "tree.h"
|
||||
#include <stdio.h>
|
||||
|
||||
Tree::~Tree() {
|
||||
printf("Tree destructor\n");
|
||||
};
|
Reference in New Issue
Block a user