Files
MarcelMoteurSTM32/Core/Inc/functions.h
2025-03-17 20:34:10 +01:00

19 lines
326 B
C

/*
* functions.h
*
* Created on: Feb 17, 2025
* Author: CHAUVEAU Maxime
*/
#ifndef FUNCTIONS_H_
#define FUNCTIONS_H_
#include "main.h"
#include "motors.h"
bool isDelayPassed(uint32_t delay);
void handleEncoderProgression(uint16_t totalDistance, uint16_t newDistance, bool direction);
#endif /* FUNCTIONS_H_ */