Files

12 lines
198 B
C
Raw Permalink Normal View History

#ifndef __APP_KEY_H__
#define __APP_KEY_H__
#include "Int_Key.h"
#include "tim.h"
#include "Int_TMC2209.h"
#include "app_motor.h"
void App_key_run(Stepper_t *stepper);
#endif /* __APP_KEY_H__ */