[components][drivers] add encoder driven framework

This commit is contained in:
tangweikang
2019-08-09 18:42:14 +08:00
parent 532ad16b7b
commit cc565da5a1
5 changed files with 211 additions and 0 deletions
+4
View File
@@ -126,6 +126,10 @@ extern "C" {
#include "drivers/crypto.h"
#endif
#ifdef RT_USING_ENCODER
#include "drivers/encoder.h"
#endif
#ifdef __cplusplus
}
#endif