From 8fb6a208e8af942830bc78c61dd14bc2c3b6c925 Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Thu, 2 May 2013 18:04:17 +0200 Subject: zigbit/common: add zb "start calibration" command --- digital/zigbit/common/network_send_commands.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'digital/zigbit/common/network_send_commands.h') diff --git a/digital/zigbit/common/network_send_commands.h b/digital/zigbit/common/network_send_commands.h index 116c8a10..14ad9f9c 100644 --- a/digital/zigbit/common/network_send_commands.h +++ b/digital/zigbit/common/network_send_commands.h @@ -38,4 +38,7 @@ void network_send_reset(uint16_t address); /* This function must be used to send jack state through zigbee network */ void network_send_jack_state(uint16_t address,uint8_t state); +/* This function must be used to send calibration command through zigbee network */ +void network_send_start_calibration(); + #endif -- cgit v1.2.3