SOES/applications/tiesc_am335x/utypes.h

32 lines
380 B
C
Raw Normal View History

2019-04-04 17:48:16 +02:00
#ifndef __UTYPES_H__
#define __UTYPES_H__
#include "cc.h"
/* Object dictionary storage */
typedef struct
{
/* Inputs */
uint32_t BUTTON;
/* Outputs */
uint32_t LED;
/* Parameters */
/* Manufacturer specific data */
/* Dynamic TX PDO:s */
/* Dynamic RX PDO:s */
/* Sync Managers */
} _Objects;
extern _Objects Obj;
#endif /* __UTYPES_H__ */