JM9 XRCU Board 0.1.1
Libraries API Reference
Loading...
Searching...
No Matches
Motors.h File Reference
#include <Arduino.h>
#include <Supported_actuator.h>

Go to the source code of this file.

Classes

class  Mtr
 Motor Driver for XRCU. More...
 

Variables

Mtr mtrs [4]
 The Motors at M-Ports.
 
Mtrmtr1
 The Motor at Port M1.
 
Mtrmtr2
 The Motor at Port M2.
 
Mtrmtr3
 The Motor at Port M3.
 
Mtrmtr4
 The Motor at Port M4.
 

Detailed Description

Motors.h - Motor Driver for XRCU.

Variable Documentation

◆ mtr1

Mtr& mtr1
extern

The Motor at Port M1.

You may use it as a Mtr object.

◆ mtr2

Mtr& mtr2
extern

The Motor at Port M2.

You may use it as a Mtr object.

◆ mtr3

Mtr& mtr3
extern

The Motor at Port M3.

You may use it as a Mtr object.

◆ mtr4

Mtr& mtr4
extern

The Motor at Port M4.

You may use it as a Mtr object.

◆ mtrs

Mtr mtrs[4]
extern

The Motors at M-Ports.

You may use its elements as Mtr objects.