summaryrefslogtreecommitdiff
path: root/software/mpu/inc/Types.h
diff options
context:
space:
mode:
authorRoland Sahlsten <Roland.Sahlsten.ASE10@fh-joanneum.at>2012-05-08 06:43:34 +0000
committerRoland Sahlsten <Roland.Sahlsten.ASE10@fh-joanneum.at>2012-05-08 06:43:34 +0000
commit7446bd874823bb058d872fa0718ff774379e8118 (patch)
tree4506ac0a5776da491ab5755dafdcefbb3fa6ab26 /software/mpu/inc/Types.h
parentadded datasheet for RF SPDT (diff)
git-svn-id: https://svn.spreadspace.org/mur.sat@403 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/mpu/inc/Types.h')
-rw-r--r--software/mpu/inc/Types.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/software/mpu/inc/Types.h b/software/mpu/inc/Types.h
index 1ceeaad..9cb0101 100644
--- a/software/mpu/inc/Types.h
+++ b/software/mpu/inc/Types.h
@@ -4,6 +4,7 @@
#define MS(ms) portTICK_RATE_MS * (ms)
+/* Status_t*/
typedef enum
{
STATUS_OK = 0x0U,
@@ -13,14 +14,17 @@ typedef enum
STATUS_ERROR_TIMEOUT
}Status_t;
+/* Sender_t */
typedef enum
{
Sender_Kernel = 0x0,
Sender_Camera,
Sender_Spi,
- Sender_LightSens
+ Sender_LightSens,
+ Sender_UART
}Sender_t;
+/* Message_t */
typedef struct
{
void *pData;