Reincarnate the sensinode/cc2430 port
This commit is contained in:
parent
c78b5bad5c
commit
b7674c3636
114 changed files with 10044 additions and 3068 deletions
22
examples/sensinode/event-post/event-post.h
Normal file
22
examples/sensinode/event-post/event-post.h
Normal file
|
@ -0,0 +1,22 @@
|
|||
/*
|
||||
* event-post.h
|
||||
* Header file for the event_post example
|
||||
*
|
||||
* Created on: 30 Mar 2010
|
||||
* Author: George Oikonomou <oikonomou@users.sourceforge.net>
|
||||
*/
|
||||
|
||||
#ifndef EVENT_POST_H_
|
||||
#define EVENT_POST_H_
|
||||
|
||||
struct event_struct {
|
||||
short s_val;
|
||||
int i_val;
|
||||
long l_val;
|
||||
long long ll_val;
|
||||
u8_t u8_val;
|
||||
u16_t u16_val;
|
||||
u32_t u32_val;
|
||||
};
|
||||
|
||||
#endif /* EVENT_POST_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue