From 22abd06132445a55a1a0266897920f26634825c1 Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Wed, 26 Dec 2012 17:38:10 +0100 Subject: digital/beacon: remove obsolete bitcloud stack --- .../Components/BSP/MESHBEAN/include/battery.h | 63 ---------------------- 1 file changed, 63 deletions(-) delete mode 100644 digital/beacon/src/Bitcloud_stack/Components/BSP/MESHBEAN/include/battery.h (limited to 'digital/beacon/src/Bitcloud_stack/Components/BSP/MESHBEAN/include/battery.h') diff --git a/digital/beacon/src/Bitcloud_stack/Components/BSP/MESHBEAN/include/battery.h b/digital/beacon/src/Bitcloud_stack/Components/BSP/MESHBEAN/include/battery.h deleted file mode 100644 index 5bdc91fe..00000000 --- a/digital/beacon/src/Bitcloud_stack/Components/BSP/MESHBEAN/include/battery.h +++ /dev/null @@ -1,63 +0,0 @@ -/**************************************************************************//** -\file battery.h - -\brief Interface to the battery sensor. - -\author - Atmel Corporation: http://www.atmel.com \n - Support email: avr@atmel.com - - Copyright (c) 2008-2011, Atmel Corporation. All rights reserved. - Licensed under Atmel's Limited License Agreement (BitCloudTM). - -\internal - History: - 29/06/07 E. Ivanov - Created -******************************************************************************/ - -#ifndef _BATTERY_H -#define _BATTERY_H - -/****************************************************************************** - Includes section -******************************************************************************/ -// \cond -#include -#include -// \endcond - -/****************************************************************************** - Prototypes section -******************************************************************************/ -/**************************************************************************//** -\brief Opens the component to use. -\return - BC_SUCCESS - the component is ready to been use. \n - BC_FAIL - otherwise. -******************************************************************************/ -result_t openBattery(void); - -/**************************************************************************//** -\brief Closes component. -\return - BC_SUCCESS - always. -******************************************************************************/ -result_t closeBattery(void); - -/**************************************************************************//** -\brief Starts ADC request on battery channel. -\param[in] - callback - callback method. -\param[in] - data - battery data. - Can use (4ul * data * 125ul * 3ul) / (1024ul * 100ul) formula to count \n - battery data in Volts. -\return - BC_FAIL - battery component was not opened. - BC_SUCCESS - other case. -******************************************************************************/ -result_t readBatteryData(BspBatteryCb_t); - -#endif /* _BATTERY_H */ -// eof battery.h - -- cgit v1.2.3