-
Notifications
You must be signed in to change notification settings - Fork 0
/
IO.h
34 lines (26 loc) · 1.04 KB
/
IO.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*******************************************************************************
Project: stepRocker Mini-TMCL
Module: IO.h
Definitions of I/O functions
Copyright (C) 2011 TRINAMIC Motion Control GmbH & Co KG
Waterloohain 5
D - 22769 Hamburg, Germany
http://www.trinamic.com/
This program is free software; you can redistribute it and/or modify it
freely.
This program is distributed "as is" in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.
*******************************************************************************/
/**
\file IO.h
\author Trinamic Motion Control GmbH & Co KG
\version 1.00
\brief I/O functions
This file contains definitions for using the I/O functions.
*/
void InitIO(void);
void EnableInterrupts(void);
void DisableInterrupts(void);
void SetMotorCurrent(UCHAR Motor, UCHAR Current);
UCHAR GetStallState(UCHAR Motor);