Set arduino LOOP_INTERVAL in project-conf.h
This commit is contained in:
parent
3defa16553
commit
d890a492bb
3 changed files with 4 additions and 0 deletions
|
@ -98,4 +98,6 @@
|
|||
#define SICSLOWPAN_CONF_FRAG 1
|
||||
*/
|
||||
|
||||
#define LOOP_INTERVAL (20 * CLOCK_SECOND)
|
||||
|
||||
#endif /* PROJECT_RPL_WEB_CONF_H_ */
|
||||
|
|
|
@ -31,4 +31,5 @@ void setup (void)
|
|||
|
||||
void loop (void)
|
||||
{
|
||||
printf ("Hello\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue