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 --- .../avr/atmega1281/zigBit/include/halAtmelUid.h | 68 ---------------------- 1 file changed, 68 deletions(-) delete mode 100644 digital/beacon/src/Bitcloud_stack/Components/HAL/avr/atmega1281/zigBit/include/halAtmelUid.h (limited to 'digital/beacon/src/Bitcloud_stack/Components/HAL/avr/atmega1281/zigBit/include/halAtmelUid.h') diff --git a/digital/beacon/src/Bitcloud_stack/Components/HAL/avr/atmega1281/zigBit/include/halAtmelUid.h b/digital/beacon/src/Bitcloud_stack/Components/HAL/avr/atmega1281/zigBit/include/halAtmelUid.h deleted file mode 100644 index d3931966..00000000 --- a/digital/beacon/src/Bitcloud_stack/Components/HAL/avr/atmega1281/zigBit/include/halAtmelUid.h +++ /dev/null @@ -1,68 +0,0 @@ -/**************************************************************************//** - \file halAtmelUid.h - - \brief The header file describes the UID interface for Atmel MeshBean. - - \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: - 10/12/10 A. Malkin - Created - ******************************************************************************/ -/****************************************************************************** - * WARNING: CHANGING THIS FILE MAY AFFECT CORE FUNCTIONALITY OF THE STACK. * - * EXPERT USERS SHOULD PROCEED WITH CAUTION. * - ******************************************************************************/ - -#ifndef _HALATMELUID_H -#define _HALATMELUID_H - -/****************************************************************************** - Includes section -******************************************************************************/ -#include -#include - -/****************************************************************************** - Definitions section -******************************************************************************/ -#define SINGLE_WIRE_SUCCESS_STATUS 0 -#define SINGLE_WIRE_ERROR_STATUS -1 - -/****************************************************************************** - Types section -******************************************************************************/ -/** \brief uid type. */ -typedef union -{ - uint64_t uid; - uint8_t array[sizeof(uint64_t)]; -} HalUid_t; - -/****************************************************************************** - Inline static functions prototypes section. -******************************************************************************/ -HAL_ASSIGN_PIN(SINGLE_WIRE, G, 5); // Macros for the Single-wire pin actions. - -/****************************************************************************** - Prototypes section -******************************************************************************/ -/**************************************************************************//** -\brief Reads Atmel MeshBean UID from ATTiny13A - -\param[in] uidBuffer - memory for unique ID. - -\return - SINGLE_WIRE_SUCCESS_STATUS - if UID read successfully; - SINGLE_WIRE_ERROR_STATUS - if error occured during UID read. -******************************************************************************/ -int halReadAtmelMeshbeanUid(uint8_t *uidBuffer); - -#endif /* _HALATMELUID_H */ - -// eof halAtmelUid.h -- cgit v1.2.3