libec/libec.h
changeset 59 c8bd4fe3b38c
parent 58 21b7342e2a90
child 60 2d2b120ba734
--- a/libec/libec.h	Thu Jan 26 09:12:09 2006 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-/******************************************************************************
- *
- *  l i b e c . h
- *
- *  EtherCAT-Library fuer Echtzeitmodule
- *
- *  $Id$
- *
- *****************************************************************************/
-
-#ifndef _LIBEC_H_
-#define _LIBEC_H_
-
-#ifndef _ETHERCAT_RT_H_
-#include "../include/EtherCAT_rt.h"
-#endif
-
-/*****************************************************************************/
-
-int LEC_read_EL10XX(ec_slave_t *slave, unsigned int channel);
-int LEC_read_EL31XX(ec_slave_t *slave, unsigned int channel);
-
-void LEC_write_EL20XX(ec_slave_t *slave, unsigned int channel, int value);
-void LEC_write_EL41XX(ec_slave_t *slave, unsigned int channel, int value);
-
-/*****************************************************************************/
-
-#endif
-
-/* Emacs-Konfiguration
-;;; Local Variables: ***
-;;; c-basic-offset:4 ***
-;;; End: ***
-*/