12 lines
198 B
C
12 lines
198 B
C
|
|
#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__ */
|