[components][drivers] change name: encoder -> pulse_encoder

This commit is contained in:
tangweikang
2019-08-30 15:38:05 +08:00
parent 05b1dff094
commit b76d3dac8a
19 changed files with 522 additions and 522 deletions

View File

@@ -126,8 +126,8 @@ extern "C" {
#include "drivers/crypto.h"
#endif
#ifdef RT_USING_ENCODER
#include "drivers/encoder.h"
#ifdef RT_USING_PULSE_ENCODER
#include "drivers/pulse_encoder.h"
#endif
#ifdef RT_USING_INPUT_CAPTURE