EE445M RTOS
Taken at the University of Texas Spring 2015
Motor

Classes

class  motor
 

Macros

#define DEFAULT_PWM_PERIOD   10000
 

Typedefs

typedef int32_t percent_t
 
typedef uint32_t memory_address_t
 

Detailed Description

Macro Definition Documentation

#define DEFAULT_PWM_PERIOD   10000

Definition at line 17 of file motorpp.hpp.

Referenced by motor::pwm_init().

Typedef Documentation

typedef uint32_t memory_address_t

Definition at line 16 of file motorpp.hpp.

typedef int32_t percent_t

Definition at line 15 of file motorpp.hpp.