10 Star 17 Fork 10

GrayPillow / Ananas

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
PWMDA.h 277 Bytes
一键复制 编辑 原始数据 按行查看 历史
GrayPillow 提交于 2016-06-05 15:35 . add new features
/*
* PWMDA.h
*
* Created on: 2016531
* Author: Dark
*/
#include "configuration.h"
#ifndef PWMDA_H_
#define PWMDA_H_
#ifdef PWMDA
void initialPWMDA();
void setVoltate(uint8_t vol);
uint8_t getVoltage();
#endif
#endif /* PWMDA_H_ */
C++
1
https://gitee.com/GaryPillow/Ananas.git
git@gitee.com:GaryPillow/Ananas.git
GaryPillow
Ananas
Ananas
PID

搜索帮助