MNZB-DKC-900 MeshNetics, MNZB-DKC-900 Datasheet - Page 50

KIT DEV ZIGBIT 900 COMPLETE 1YR

MNZB-DKC-900

Manufacturer Part Number
MNZB-DKC-900
Description
KIT DEV ZIGBIT 900 COMPLETE 1YR
Manufacturer
MeshNetics
Type
802.15.4/Zigbeer
Datasheet

Specifications of MNZB-DKC-900

Frequency
868MHz, 915MHz
For Use With/related Products
MNZB-900-B0
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
758-1009
© 2008 MeshNetics
Appendix C. Minimum Application
Source Code
/***********************************************************
***********************************************************/
#include "appTimer.h"
#ifdef _SLIDERS_
#include "sliders.h"
#endif //#ifdef _SLIDERS_
#ifdef _BUTTONS_
#include "buttons.h"
#endif //#ifdef _BUTTONS_
#ifdef _LEDS_
#include "leds.h"
#endif //#ifdef _LEDS_
#include "zdo.h"
#ifndef BLINK_PERIOD
#define BLINK_PERIOD 1000 // Initial blink period, ms.
#endif
#ifndef MIN_BLINK_PERIOD
#define MIN_BLINK_PERIOD 100
#endif
#ifndef MAX_BLINK_PERIOD
#define MAX_BLINK_PERIOD 10000 // Maximum blink period, ms.
#endif
#define BLINK_INTERVAL
// Blink interval.
#define MIN_BLINK_INTERVAL
// Minimum blink interval.
#define MAX_BLINK_INTERVAL
// Maximum blink interval.
#ifndef _BUTTONS_
blink.c
Blink application.
Written by V.Marchenko
Z I G B I T ™ 9 0 0 D E V E L O P M E N T K I T 1 . 3
// Minimum blink period, ms.
(BLINK_PERIOD / 2)
(MIN_BLINK_PERIOD / 2)
(MAX_BLINK_PERIOD / 2)
U S E R ’ S G U I D E
Page 50/56

Related parts for MNZB-DKC-900