13 lines
379 B
C++
13 lines
379 B
C++
#include "DRV8833.h"
|
|
|
|
namespace RoboidControl {
|
|
|
|
DRV8833::DRV8833(unsigned char pinAIn1,
|
|
unsigned char pinAIn2,
|
|
unsigned char pinBIn1,
|
|
unsigned char pinBIn2,
|
|
unsigned char pinStandby,
|
|
RotationDirection directionA,
|
|
RotationDirection directionB) {}
|
|
|
|
} // namespace RoboidControl
|