• 大小: 1.16MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-16
  • 语言: 其他
  • 标签: ZigBee  

资源简介

无线龙的点对点通信代码,可以用的。但愿能给下载的朋友帮上忙

资源截图

代码片段和文件信息

/******************************************************************************
*                                                                             *
*        **********                                                           *
*       ************                                                          *
*      ***        ***                                                         *
*     ***    ++    ***                                                        *
*     ***   +  +   ***                      CHIPCON                           *
*     ***   +                                                                 *
*     ***   +  +   ***                                                        *
*     ***    ++    ***                                                        *
*      ***        ***                                                         *
*       ************                                                          *
*        **********                                                           *
*                                                                             *
*******************************************************************************

Filename:     adc.c
Target:       cc2430
Author:       KJA
Revised:      16/12-2005
Revision:     1.0

Description:
    This application shows how to use the AD-converter (single sample mode).

    When the potmeter at the Evaluation Board is turned the output voltage is
    sampled converted and written to LCD. The blinking speed of the green and
    yellow LEDs is adjusted according to the voltage.
    The direction of the joystick is shown on the LCD.

******************************************************************************/
#include “app_ex.h“

// Prototypes
void initAdc(void);
void adc_main(void);
void updateVoltageLCD(INT8 potVoltage INT8 adc_value);
void updateJoystickDirectionLCD(JOYSTICK_DIRECTION direction);
void updateCounter(INT8 delay);
INT8 scaleValue(INT8 adc_value);


/******************************************************************************
* @fn  initAdc
*
* @brief
*      Initializes components for use with the ADC application example (e.g.
*      LEDs PotMeter Joystick).
*
* Parameters:
*
* @param  void
*
* @return void
*
******************************************************************************/
void initAdc(void)
{
   initLcd();

   SET_MAIN_CLOCK_SOURCE(CRYSTAL);

   //init LEDs
   INIT_GLED();
   INIT_YLED();

   INIT_POT();
   INIT_JOYSTICK();
}


/******************************************************************************
* @fn  adc_main
*
* @brief
*      Main function of the ADC application example.
*
* Parameters:
*
* @param  void
*
* @return void
*
******************************************************************************/
#ifdef COMPLETE_APPLICATION
void adc_main(void){
#else
void main(void){
#endif
   JOYSTICK_DIRECTION joyst

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     696508  2008-06-04 17:05  点对点无线通信\点对点无线基本通信\CC2430点对点使用说明.pdf

     文件      42581  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\appEx_cc2430.dep

     文件      26300  2009-02-04 16:38  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\appEx_cc2430.ewd

     文件      57868  2010-07-22 13:49  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\appEx_cc2430.ewp

     文件      24856  2008-05-27 10:47  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\Backup of appEx_cc2430.ewd

     文件      57296  2008-05-27 10:47  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\Backup of appEx_cc2430.ewp

     文件      11476  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Exe\appEx_cc2430.hex

     文件     209314  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\List\appEx_cc2430.map

     文件       7758  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\adcSampleSingle.r51

     文件      21684  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\app_ex_interrupt.r51

     文件       7356  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\app_ex_main.r51

     文件      11537  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\dmaAllocChannel.r51

     文件       6252  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\dmaFreeChannel.r51

     文件       4460  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\dmaFromRadio.r51

     文件      21547  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\dmaInit.r51

     文件      10463  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\dmaSetUpChannel.r51

     文件       4930  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\dmaToRadio.r51

     文件       4934  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\dmaToUart0.r51

     文件       2857  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\putchar.r51

     文件      26297  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\radio.r51

     文件       6972  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\rfConfig.r51

     文件       8156  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\rfReceivePacket.r51

     文件       4247  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\rfSendPacket.r51

     文件       7176  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\rfSetRadioFrequency.r51

     文件      19743  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\rf_test.r51

     文件      20460  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\setTimer1Period.r51

     文件       8329  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\setTimer2Period.r51

     文件      14664  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\setTimer34Period.r51

     文件      83768  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\spp.r51

     文件       6122  2010-07-27 15:57  点对点无线通信\点对点无线基本通信\点对点无线通信\App_Ex\cc2430\IAR_files\RX\Obj\timer4AdmClear.r51

............此处省略299个文件信息

评论

共有 条评论