• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
返回

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
  • 全部板块
    • 全部板块
大家还在搜
  • DSP2812控制单个数码管显示的程序解释

    小弟初学DSP2812,希望哪位大侠帮助小弟解释一下下面这个主程序的意思,谢谢了。#include "DSP28_Device.h"#include "ext_inf.h"unsigned int Led_Flag;//unsigned int *led_7seg;//unsignedint*led_7seg = (unsignedint *)0x02000;#define led_7seg (*((unsigned int *)0x02400))void delay_ms(unsigned int n){unsigned int i,j;for(j=0;j

    2014-01-18 16:26

  • LTC3219具有什么功能应用?

    LTC3219的引脚功能是什么?LTC3219是什么工作原理?高效LED驱动器LTC3219的应用是什么?

    2021-06-07 06:28

  • 读写GPIO的正确方法是什么?

    读写从一个特定的端口引脚而不影响同一港口的其他引脚的正确方法是什么? 以上来自于百度翻译 以下为原文What is the correct way to read and write from a particular port pin without affecting the other pins of the same port?

    2019-02-19 14:15