-
林师傅copiler PIC18F4550 C18
这是PIC18F4550的LIN主协议的项目。此项目用于MPLAB C18编译器;
- 2022-02-15 16:16:35下载
- 积分:1
-
msp430f169 the key procedures, very useful, we must look at ah
msp430f169的key程序,很有用的,一定要看啊-msp430f169 the key procedures, very useful, we must look at ah
- 2022-01-23 10:47:52下载
- 积分:1
-
基于PCI
基于PCI-1240运动控制卡的运动控制示例-Based on the PCI-1240 Motion Control Card Motion Control sample
- 2022-07-27 04:10:55下载
- 积分:1
-
CC2430点对点通信
CC2430点对点通信,程序编译就能够实现。
void receiveMode(void)
{
BYTE* receiveBuffer;
BYTE length;
BYTE res;
BYTE sender;
while(1)
{
YLED = LED_ON;
res = radioReceive(&receiveBuffer, &length, RECEIVE_TIMEOUT, &sender);
YLED = LED_OFF;
- 2023-04-29 13:05:04下载
- 积分:1
-
avr单片机读取按键后通过HC595显示在LED上
一个使用avr单片机读取按键后通过HC595显示在LED上的程序,分多个文件,是网上的一个提问不能编译成功的程序。通过修改后已经能够正常的编译和使用。
- 2022-07-22 03:46:54下载
- 积分:1
-
SMDK6400 schematic for your reference learning to use
SMDK6400原理图,供大家参考学习使用-SMDK6400 schematic for your reference learning to use
- 2022-07-22 19:17:35下载
- 积分:1
-
Protel drawn pictures, adjustable duty cycle signal generator schematic.
protel绘制的图片,占空比可调信号发生器的原理图。-Protel drawn pictures, adjustable duty cycle signal generator schematic.
- 2022-06-29 03:00:15下载
- 积分:1
-
AD-keys - Timing
飞思卡尔单片机实现的程序,是本科教学的好工具,也是考试的参考资料,十分之宝贵,废话不说,自己下载,你懂得。每个程序都能运行,而且用好几种方法实现。
- 2022-01-31 06:20:31下载
- 积分:1
-
这是早期MiniGUI DOS版本的最终版,压缩包内包含源代码、示例程序和API参考文档。该版本适合初学者,在BC++4。5上可直接编译,本人正试图将其移植到u...
这是早期MiniGUI DOS版本的最终版,压缩包内包含源代码、示例程序和API参考文档。该版本适合初学者,在BC++4。5上可直接编译,本人正试图将其移植到uclinux中。-early MiniGUI This is the ultimate version of DOS version, compressed packet contains source code, sample program and API reference documentation. The version for beginners, the BC++4. 5 can be directly translated, I was trying to migrate to its Basis China.
- 2022-01-25 14:04:15下载
- 积分:1
-
SD模式读写源代码
难得的SD卡SD模式四线制读写源代码,没有文件系统,简单的暴力读写,可以作为开发参考。
- 2023-01-11 01:05:03下载
- 积分:1