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:
7
ePaper-ESP-IDF/components/timber/tree_esp32.cpp
Normal file
7
ePaper-ESP-IDF/components/timber/tree_esp32.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "tree_esp32.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
TreeESP32::~TreeESP32() {
|
||||
printf("TreeESP32 destructor\n");
|
||||
};
|
Reference in New Issue
Block a user