OpenEL
3.0.0
|
#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 |
#define WAIT 8 |
Definition at line 43 of file utrx-17-1.c.
int main | ( | ) |
Definition at line 45 of file utrx-17-1.c.
void position1 | ( | uint32_t | m, |
uint32_t | pos | ||
) |
Definition at line 11 of file utrx-17-1.c.
void position2 | ( | uint32_t | m, |
uint32_t | pos, | ||
uint32_t * | now | ||
) |
Definition at line 27 of file utrx-17-1.c.
uint32_t now1 = 0 |
Definition at line 8 of file utrx-17-1.c.
uint32_t now2 = 0 |
Definition at line 9 of file utrx-17-1.c.