From b460c9b32ab71634f73caacaf9ee633934009b90 Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Tue, 23 Apr 2013 17:07:20 +0200 Subject: digital/beacon: add serial over zigbit feature --- digital/beacon/src/debug_avr.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'digital/beacon/src/debug_avr.h') diff --git a/digital/beacon/src/debug_avr.h b/digital/beacon/src/debug_avr.h index 488d8b16..cdba61c5 100644 --- a/digital/beacon/src/debug_avr.h +++ b/digital/beacon/src/debug_avr.h @@ -43,4 +43,10 @@ void debug_start_stop_task(void); /* Debug task callback */ void debug_task(void); +/* This function stops the uart over zb mode */ +void serial_over_zigbit_stop(void); + +/* This function starts the uart over zb mode */ +void serial_over_zigbit_start(uint16_t addr); + #endif -- cgit v1.2.3