From cf24a46d2aaedc74bd477398715cd8faf009d605 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Thu, 22 Mar 2007 23:56:05 +0000 Subject: [PATCH] Exported RSSI values --- core/dev/simple-cc2420.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/dev/simple-cc2420.h b/core/dev/simple-cc2420.h index cc82605e8..22c2c97a7 100644 --- a/core/dev/simple-cc2420.h +++ b/core/dev/simple-cc2420.h @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: simple-cc2420.h,v 1.1 2007/03/15 21:26:00 adamdunkels Exp $ + * $Id: simple-cc2420.h,v 1.2 2007/03/22 23:56:05 adamdunkels Exp $ */ /** @@ -61,4 +61,7 @@ void simple_cc2420_set_chan_pan_addr(unsigned channel, /* 11 - 26 */ unsigned addr, const u8_t *ieee_addr); +extern signed char simple_cc2420_last_rssi; +extern u8_t simple_cc2420_last_correlation; + #endif /* __SIMPLE_CC2420_H__ */