10 Star 17 Fork 10

GrayPillow / Ananas

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
stepper.h 2.13 KB
一键复制 编辑 原始数据 按行查看 历史
/*
****************************************************************************
* Copyright (c) 2015 Dark Guan <tickel.guan@gmail.com> *
* This file is part of Ananas. *
* *
* Ananas is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation, either version 3 of the License, or *
* (at your option) any later version. *
* *
* Ananas is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with Ananas. If not, see <http://www.gnu.org/licenses/>. *
****************************************************************************
*/
/*
* stepper.h
*
* Created on: 2015128
* Author: Dark
*/
#include "configuration.h"
#include "Ananas.h"
#ifndef STEPPER_H_
#define STEPPER_H_
//extern unsigned long mindelaytime;
//extern unsigned long normal_delaytime;
extern volatile long pulseCount;
extern volatile bool is_dir_connectted;
extern volatile bool stepcountdir;
void stepastep();
//extern float destination/;
void initialStepper();
//void changeMotorDir();
void changeStepCounterdir();
void step(bool dir);
void mapThepin();
float getDestination();
long getSteps();
void setSteps(long count);
long getError();
void printOUTstate();
//#ifdef SIMPLE
//void managerDelay();
//
//void managerDalaytime(long error);
//#endif
void changeDisableMotor();
#endif /* DA_H_ */
C++
1
https://gitee.com/GaryPillow/Ananas.git
git@gitee.com:GaryPillow/Ananas.git
GaryPillow
Ananas
Ananas
PID

搜索帮助