-
xmega bmp085 驱动程序
这是一个驱动程序软件的 Atxmega 微控制器与 bmp085 压力传感器工作。大部分的驱动程序都是为ATMEGA,不是ATXMEGA。
- 2022-01-22 13:30:22下载
- 积分:1
-
将GB转换成UNICODE的算法以及UNICODE转换成GB的算法,包含对应的数据...
将GB转换成UNICODE的算法以及UNICODE转换成GB的算法,包含对应的数据-GB will be converted into UNICODE and UNICODE algorithms into GB algorithm, including the corresponding data
- 2023-08-31 11:55:03下载
- 积分:1
-
DDS generator NIOS. C files, NIOSII can be in Verilog code generation with custo...
DDS发生器NIOS .c文件,在NIOSII中可以配合Verilog代码生成的自定义外设产生DDS信号-DDS generator NIOS. C files, NIOSII can be in Verilog code generation with custom peripherals DDS generated signal
- 2022-03-09 14:28:45下载
- 积分:1
-
一个垃圾压缩车的PLC程序。采用X端口作为模拟量转换后的数据量输入口。这种方法不需要买模拟量模块,1000块就省下来了!...
一个垃圾压缩车的PLC程序。采用X端口作为模拟量转换后的数据量输入口。这种方法不需要买模拟量模块,1000块就省下来了!-A garbage truck PLC compression procedures. X-port analog conversion, as the amount of data input. This method does not need to buy analog module 1000 on the savings!
- 2023-08-24 17:05:07下载
- 积分:1
-
全面介绍CAN总线的资料,学习CAN总线的人员只得学习。
全面介绍CAN总线的资料,学习CAN总线的人员只得学习。-A comprehensive description information on CAN bus, CAN bus, the staff had to learn to learn.
- 2022-01-22 06:08:12下载
- 积分:1
-
A complete collection of a simple alarm clock with minimum compenents used and s...
A complete collection of a simple alarm clock with minimum compenents used and simulation in proteus
The hardware is complete and practically implemented with 100 success.-A complete collection of a simple alarm clock with minimum compenents used and simulation in proteus
The hardware is complete and practically implemented with 100 success.
- 2022-01-25 23:17:50下载
- 积分:1
-
MX28裸机源代码
应用背景MX28是一个面向低功耗,高性能,低价格,多媒体ARM926EJ-S处理器,MX28的
目标市场是人机界面屏幕设备,工业控制显示驱动设备,图形远程控制,手持扫描
仪和打印设备,电子POS终端,智能网关,能量仪表,媒体网关,便携医疗设备,PDA,VOIP,汽车仪表;关键技术非常有参考价值的裸机代码,网上裸机代码很少
里面包含audio,can ddr dma enet fuce i2c
key lcd mmc nand spdif timer touchsreen uart usb等等裸机驱动
使用方法可以参考官方手册
- 2022-03-03 02:43:03下载
- 积分:1
-
我们打算开发一个WiFi功能的P2P文件共享系统在Linux平台…
We intend to develop a wifi enabled p2p file sharing system on a linux platform using jxta and java. The purpose is to build a system that can be ported to an embedded device at a later stage and be used for p2p file sharing using the 802.11b standard. 我们旨在Linux平台上使用jxta 和java来开发一个支持wifi的p2p文件共享系统。其目的是建造一个以后可以移植到嵌入式设备的系统,使用802.11b标准进行p2p文件共享。 来源: http://sourceforge.net/projects/linux-p2p-wifi/-We intend to develop a wifi enabled peer-to-peer file sharing system on a Linux platform using JXTA and java. The purpose is to build a system that can be ported to an embedded device at a later stage and be used for peer-to-peer file sharing using the 802 .11 b standard. Our aim is to use Linux and java JXTA to develop a wifi support peer-to-peer file-sharing of the system. Its goal is to build a future can be transferred to the system embedded devices, the use of 802.11b standard peer-to-peer file sharing. Source : http://sourceforge.net/projects/linux-p2p-wifi/
- 2022-05-29 05:57:41下载
- 积分:1
-
cpress鼠标固件源码
cpress鼠标固件源码--Source code for cpress mouse.
- 2022-01-25 22:12:30下载
- 积分:1
-
STM8-USB源代码
应用背景USB是串口通信协议,现在已经非常广泛应用,每个pc机都有USB借口。stm8-usb可用在电脑USB借口上,降低成本,减少开发时间。是单片机爱好者最好的练手代码。关键技术stm8-usb下载编译后就能运行,里面代码全面,可根据需要自己改编。
extern void usb_tx(void);
uint8_t usb_rx_buffer[16];
uint8_t * usb_tx_buffer_pointer;
uint8_t usb_tx_count;
uint8_t usb_rx_count;
函数可直接调用
- 2022-09-20 06:15:02下载
- 积分:1