Initial merge-commit of the OIC code. Should successfully do discovery for single...
[platform/upstream/iotivity.git] / csdk / logger / test / arduino / ArduinoLoggerTest.h
1 //******************************************************************
2 //
3 // Copyright 2014 Intel Corporation All Rights Reserved.
4 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5
6
7 // Only modify this file to include
8 // - function definitions (prototypes)
9 // - include files
10 // - extern variable definitions
11 // In the appropriate section
12
13 #ifndef ArduinoLoggerTest_H_
14 #define ArduinoLoggerTest_H_
15 #include "Arduino.h"
16 //add your includes for the project ArduinoDummyTestFramework here
17
18
19 //end of add your includes here
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 void loop();
24 void setup();
25 #ifdef __cplusplus
26 } // extern "C"
27 #endif
28
29 //add your function definitions for the project ArduinoDummyTestFramework here
30
31
32
33
34 //Do not add code below this line
35 #endif /* LoggerTest_H_ */