RT-USB-9AXIS-00
総合概要
モジュール
データ構造
ファイル
ファイル一覧
大域各種
pwm.h
1
/* ------------------------------------------------------------ *
2
File pwm.h
3
4
5
* ------------------------------------------------------------ */
6
#ifndef PWM_H
7
#define PWM_H
8
9
10
void
Init_PWM2 (
void
);
11
void
Init_PWM1 (
void
);
12
void
setDutyPWM1 (
float
duty);
13
void
setDutyPWM2 (
float
duty);
14
15
16
#endif
17
18
19
/******************************************************************************
20
** End Of File
21
******************************************************************************/
RT-USB-9AXIS-sample
inc
PERIPHERAL
pwm.h
構築:
1.8.10