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/include/tree.h
Normal file
6
ePaper-ESP-IDF/components/timber/include/tree.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
class Tree {
|
||||
public:
|
||||
virtual ~Tree();
|
||||
};
|
Reference in New Issue
Block a user