OpenEL  3.0.0
Macros | Functions | Variables
utrx-17-1.c File Reference
#include "openEL.h"
#include "openEL_motor.h"
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>

Go to the source code of this file.

Macros

#define WAIT   8
 

Functions

void position1 (uint32_t m, uint32_t pos)
 
void position2 (uint32_t m, uint32_t pos, uint32_t *now)
 
int main ()
 

Variables

uint32_t now1 = 0
 
uint32_t now2 = 0
 

Macro Definition Documentation

◆ WAIT

#define WAIT   8

Definition at line 43 of file utrx-17-1.c.

Function Documentation

◆ main()

int main ( )

Definition at line 45 of file utrx-17-1.c.

◆ position1()

void position1 ( uint32_t  m,
uint32_t  pos 
)

Definition at line 11 of file utrx-17-1.c.

◆ position2()

void position2 ( uint32_t  m,
uint32_t  pos,
uint32_t *  now 
)

Definition at line 27 of file utrx-17-1.c.

Variable Documentation

◆ now1

uint32_t now1 = 0

Definition at line 8 of file utrx-17-1.c.

◆ now2

uint32_t now2 = 0

Definition at line 9 of file utrx-17-1.c.