• 大小: 0.58M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-22
  • 标签: demo  51  开发  

资源简介

nrf51822 PPI开发demo

资源截图

代码片段和文件信息

/* Copyright (c) 2014 Nordic Semiconductor. All Rights Reserved.
 *
 * The information contained herein is property of Nordic Semiconductor ASA.
 * Terms and conditions of usage are described in detail in NORDIC
 * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
 *
 * Licensees are granted free non-transferable use of the information. NO
 * WARRANTY of ANY KIND is provided. This heading must NOT be removed from
 * the file.
 *
 */

#include “bsp.h“
#include 
#include 
#include “nordic_common.h“
#include “nrf.h“
#include “nrf_gpio.h“
#include “nrf_error.h“

#ifdef BSP_UART_SUPPORT
#include “nrf_log.h“
#endif // BSP_UART_SUPPORT

#ifndef BSP_SIMPLE
#include “app_timer.h“
#include “app_button.h“
#endif // BSP_SIMPLE

#define ADVERTISING_LED_ON_INTERVAL            200
#define ADVERTISING_LED_OFF_INTERVAL           1800

#define ADVERTISING_DIRECTED_LED_ON_INTERVAL   200
#define ADVERTISING_DIRECTED_LED_OFF_INTERVAL  200

#define ADV

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-05-21 11:37  实验11 - PPI\
     目录           0  2016-05-21 11:37  实验11 - PPI\ppi\
     目录           0  2016-05-21 11:37  实验11 - PPI\ppi\bsp\
     文件        2339  2016-03-11 01:01  实验11 - PPI\ppi\bsp\boards.h
     文件       21510  2016-03-11 01:01  实验11 - PPI\ppi\bsp\bsp.c
     文件       16286  2016-03-11 01:01  实验11 - PPI\ppi\bsp\bsp.h
     文件        8895  2016-03-11 01:01  实验11 - PPI\ppi\bsp\bsp_btn_ble.c
     文件        2755  2016-03-11 01:01  实验11 - PPI\ppi\bsp\bsp_btn_ble.h
     文件        3408  2016-03-11 01:01  实验11 - PPI\ppi\bsp\n5_starterkit.h
     文件        6487  2016-03-11 01:01  实验11 - PPI\ppi\bsp\pca10028.h
     文件        2117  2016-03-11 01:01  实验11 - PPI\ppi\bsp\pca10031.h
     目录           0  2016-05-21 11:37  实验11 - PPI\ppi\components\
     目录           0  2016-05-21 11:37  实验11 - PPI\ppi\components\drivers_nrf\
     目录           0  2016-05-21 11:37  实验11 - PPI\ppi\components\drivers_nrf\adc\
     文件        7205  2016-03-11 01:01  实验11 - PPI\ppi\components\drivers_nrf\adc\nrf_drv_adc.c
     文件       10135  2016-03-11 01:01  实验11 - PPI\ppi\components\drivers_nrf\adc\nrf_drv_adc.h
     目录           0  2016-05-21 11:37  实验11 - PPI\ppi\components\drivers_nrf\ble_flash\
     文件        8165  2016-03-11 01:01  实验11 - PPI\ppi\components\drivers_nrf\ble_flash\ble_flash.c
     文件        5828  2016-03-11 01:01  实验11 - PPI\ppi\components\drivers_nrf\ble_flash\ble_flash.h
     目录           0  2016-05-21 11:37  实验11 - PPI\ppi\components\drivers_nrf\clock\
     文件       13862  2016-03-11 01:01  实验11 - PPI\ppi\components\drivers_nrf\clock\nrf_drv_clock.c
     文件        9873  2016-03-11 01:01  实验11 - PPI\ppi\components\drivers_nrf\clock\nrf_drv_clock.h
     目录           0  2016-05-21 11:37  实验11 - PPI\ppi\components\drivers_nrf\common\
     文件        5405  2016-03-11 01:01  实验11 - PPI\ppi\components\drivers_nrf\common\nrf_drv_common.c
     文件        6320  2016-03-11 01:01  实验11 - PPI\ppi\components\drivers_nrf\common\nrf_drv_common.h
     目录           0  2016-05-21 11:37  实验11 - PPI\ppi\components\drivers_nrf\comp\
     文件        5311  2016-03-11 01:01  实验11 - PPI\ppi\components\drivers_nrf\comp\nrf_drv_comp.c
     文件        9624  2016-03-11 01:01  实验11 - PPI\ppi\components\drivers_nrf\comp\nrf_drv_comp.h
     目录           0  2016-05-21 11:37  实验11 - PPI\ppi\components\drivers_nrf\config\
     文件       13881  2016-05-04 10:08  实验11 - PPI\ppi\components\drivers_nrf\config\nrf_drv_config.h
     文件        2447  2016-03-11 01:01  实验11 - PPI\ppi\components\drivers_nrf\config\nrf_drv_config_validation.h
............此处省略298个文件信息

评论

共有 条评论