1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2024-06-30 06:55:24 +02:00
cdf2018-principal/chef/src/testFree.c

18 lines
240 B
C
Raw Normal View History

2018-05-06 18:35:26 +02:00
/* Teste si une broche est connecté à une autre */
#include <stdlib.h>
#include "CF.h"
#include "motor.h"
int main(int argc, char* argv[])
{
(void)argc;
(void)argv;
configureCF();
2018-05-09 09:57:11 +02:00
configureMotor();
2018-05-06 18:35:26 +02:00
freewheel();
}