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

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
blink timer
#endif //#ifdef _BUTTONS_
interval
Repeating mode (TIMER_REPEAT_MODE or TIMER_ONE_SHOT_MODE)
Callback function for timer fire event
blink timer
}
#ifndef _BUTTONS_
void changeTimerFired(void)
{
}
#endif //#ifndef _BUTTONS_
/***********************************************************
Description: blinking timer fire event handler.
***********************************************************/
static void blinkTimerFired()
{
}
/***********************************************************
***********************************************************/
HAL_StartAppTimer(&changeBlinkTimer);
// Configure blink timer
blinkTimer.interval = BLINK_INTERVAL;
blinkTimer.mode
blinkTimer.callback = blinkTimerFired;
HAL_StartAppTimer(&blinkTimer);
static uint8_t button = HALF_PERIOD_BUTTON;
//Buttons emulation
buttonsReleased(button);
if (HALF_PERIOD_BUTTON == button)
else
Parameters: none.
Returns: nothing.
BSP_ToggleLed(LED_RED);
BSP_ToggleLed(LED_YELLOW);
BSP_ToggleLed(LED_GREEN);
Description: button release event handler.
Parameters: buttonNumber - released button number.
Returns: nothing.
button = DOUBLE_PERIOD_BUTTON;
button = HALF_PERIOD_BUTTON;
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
= TIMER_REPEAT_MODE;
// Start
// Timer
//
//
// Start
U S E R ’ S G U I D E
Page 52/56

Related parts for MNZB-DKC-900