1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2024-05-17 04:26:00 +02:00
cdf2018-principal/chef/src/testFree.c
2018-05-11 05:34:06 +02:00

18 lines
207 B
C

/* Teste si une broche est connecté à une autre */
#include <stdlib.h>
#include "motor.h"
int main(int argc, char* argv[])
{
(void)argc;
(void)argv;
configureMotor();
freewheel();
}