File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed
Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 11CONTIKI_PROJECT = test-motion
22CONTIKI = ../../../..
33
4- MOTION_CLICK = motion-click
5-
64CFLAGS += -DMOTION_CLICK
75
86APPS += motion-click
Original file line number Diff line number Diff line change 11CONTIKI_PROJECT = test-relay
22CONTIKI = ../../../..
33
4- RELAY_CLICK = relay-click
5-
64CFLAGS += -DRELAY_CLICK
75
86APPS += relay-click
Original file line number Diff line number Diff line change 3636 *
3737 */
3838
39- #ifndef __MOTION_SENSOR_H__
40- #define __MOTION_SENSOR_H__
39+ #ifndef __MOTION_CLICK_H__
40+ #define __MOTION_CLICK_H__
4141
4242#include <pic32_gpio.h>
4343
@@ -88,4 +88,4 @@ void motion_sensor_isr(void);
8888
8989extern const struct sensors_sensor motion_sensor ;
9090
91- #endif /* __MOTION_SENSOR_H__ */
91+ #endif /* __MOTION_CLICK_H__ */
Original file line number Diff line number Diff line change 3737 * http://www.mikroe.com/click/relay/
3838 */
3939
40- #ifndef RELAY_CLICK_H_
41- #define RELAY_CLICK_H_
40+ #ifndef __RELAY_CLICK_H__
41+ #define __RELAY_CLICK_H__
4242
4343typedef enum
4444{
@@ -51,4 +51,4 @@ void relay_on(Relay relay_num);
5151void relay_off (Relay relay_num );
5252void relay_toggle (Relay relay_num );
5353
54- #endif /* RELAY_CLICK_H_ */
54+ #endif /* __RELAY_CLICK_H__ */
You can’t perform that action at this time.
0 commit comments