登录
首页 » 嵌入式系统 » 利用winavr 编写的舵机控制程序,调试通过。大家可下载使用

利用winavr 编写的舵机控制程序,调试通过。大家可下载使用

于 2022-01-22 发布 文件大小:30.24 kB
0 83
下载积分: 2 下载次数: 1

代码说明:

利用winavr 编写的舵机控制程序,调试通过。大家可下载使用-Winavr prepared to use the steering gear control procedures, debugging through. Everyone can be downloaded using the

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 炬力MP3软件和程序包括sdk_i_32f_16.rar,修订过程…
    ATJ2085 mp3软件,程序包括sdk u i u 32f u 16.rar,修改程序
    2022-02-10 00:45:34下载
    积分:1
  • 32位arm9微处理器S3C2440的i2c测试源代码
    32位arm9微处理器S3C2440的i2c测试源代码-32-bit ARM9 microprocessor S3C2440 test the i2c source code
    2022-06-11 15:12:33下载
    积分:1
  • VisualSocpe通讯协议
    visual socpe 的通信协议。只需更改宏,即可适用于不同平台#define UART_VS_PORT         #define UART_SendData(data)  默认给出的是STM32的驱动。
    2022-02-01 16:43:44下载
    积分:1
  • 遥控小车
    应用背景51单片机智能遥控下车原理图及代码实现;资料齐全,对电机原理有详细的描述,软硬件文档齐全,可以参考学习;关键技术 基于蓝牙远程遥控小车,51单片机实现的电机控制;电子设计的可以参考一下;里面有详细的实现文档和说明;原理图和代码;
    2022-05-21 13:08:44下载
    积分:1
  • tft3.5彩屏测试程序
    stm32f103x处理器 3.5寸彩屏 屏幕主控芯片ili9325 代码从51单片机移植过来, 需要注意的是如果屏幕显示不正常,需要stm32与屏幕之间需要电平转换, stm32电平3.3v
    2022-07-19 02:35:37下载
    积分:1
  • 练习多任务实时操作下Task 调度、Task 间主要通信手段、I/O 子基本应用 等内容,并形成实时应用软件的良好编程习惯。 内容:...
    练习多任务实时操作系统下Task 调度、Task 间主要通信手段、I/O 子系统基本应用 等内容,并形成嵌入式实时应用软件的良好编程习惯。 内容: 1. 创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私 有Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送 消息完成。 2. Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量 的semFlush()完成。同时接收各Task 的告警信息,告警信息需编号以logmsg 方式 输出。本task 负责系统结束时的Task 删除处理。 3. Task2:console 命令行接收Task。接收并分析console 发来的命令行及参数。自行 设置5 种以上命令,并根据命令的内容向Task3 发送激励消息。同时实现系统退出 命令,使系统采用适当方式安全退出。收到非法命令向Task1 告警。 4. Task3:console 输出Task。接收需打印输出的字串消息(命令),输出到console。 收到长度为0 或超常字串向Task1 告警。 5. 在以下基本功能完成基础上,自选扩展一项功能。-none
    2022-12-09 23:00:08下载
    积分:1
  • linux 下CAN总线驱动源码,该程序已验经过,成功运在2510上.
    linux 下CAN总线驱动源码,该程序已验经过,成功运在2510上.-linux CAN bus driver source code, the post-mortem after the procedure has been successfully transported in 2510 on.
    2022-07-07 02:40:24下载
    积分:1
  • PLC 高级指令 包含有osr、osf,算术指令、移位指令等
    PLC 高级指令 包含有osr、osf,算术指令、移位指令等-Senior Command PLC contains osr, osf, arithmetic instructions, shift instructions, etc.
    2022-03-24 13:06:37下载
    积分:1
  • Computer Architecture cache Principle and solutions simulation program.
    计算机体系结构中cache实现原理及解决方案的模拟程序.-Computer Architecture cache Principle and solutions simulation program.
    2022-01-26 04:15:41下载
    积分:1
  • 利用集成智能温度传感器测量温度,采用光纤传输温度信号。由单片机(HT46R24)控制温度传感器(DS18B20)的温度采集。当有采集温度的指令的时候,...
    本系统利用集成智能温度传感器测量温度,采用光纤传输温度信号。系统由单片机(HT46R24)控制温度传感器(DS18B20)的温度采集。当有采集温度的指令的时候,才启动温度传感器并采回其数据,在没有进行温度采集的时候,将通过抬高温度传感器的地,关断其工作电源,如此可以降低系统的功耗。系统将每一次采集回来的数据与前一次的数据比较,若温度变化超限或温升超标,立即发送上述温度值;否则,累加到采集了一定的次数,再向主机发送最新温度值。-The system uses an integrated smart temperature sensors measure temperature, using optical fiber transmission temperature signal. System consists of microcontroller (HT46R24) controlling the temperature sensor (DS18B20) the temperature of collection. When a collection of instructions, when the temperature before start-up temperature sensors and taken back to its data, collected in the absence of the temperature when the temperature sensor will raise, the turn-off the power of their work, so you can reduce system power consumption. The system will come back every time collecting data and previous data comparison, if the temperature changes or temperature exceeding overrun immediately send the temperature value otherwise accumulate to collect a certain number of times, again
    2022-02-22 01:47:25下载
    积分:1
  • 696518资源总数
  • 104360会员总数
  • 40今日下载