Skip to content

Commit 9319b17

Browse files
committed
Fix unit test
1 parent 94ed5ce commit 9319b17

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/IO/TestingInterface.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ void TestingInterface::createNewGpioPwmOutput(std::string name, int pinNbr, int
7171
{
7272
return; // don't do anything for now
7373
}
74+
void TestingInterface::createNewGpioDCMotorOutput(std::string name, int pinForward, int pinReverse, int motorPower,
75+
int limitSwitchMinPin, int limitSwitchMaxPin, int potentiometerPin)
76+
{
77+
return; // don't do anything for now
78+
}
7479
#endif
7580

7681
void TestingInterface::calibrateTelemetry()

working/cross-compile-paths.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export RPI_TOOLS=~/projects/rocket-code-2020/working/tools
2+
export BOOST_DIRECTORY=~/projects/rocket-code-2020/boost_1_76_0

0 commit comments

Comments
 (0)