-
Variety of FPGA CPLD development board schematics, a good reference circuit desi...
多款FPGA CPLD开发板的原理图,很好的线路设计参考-Variety of FPGA CPLD development board schematics, a good reference circuit design
- 2022-08-15 12:52:25下载
- 积分:1
-
adc通用程序,适用于凌阳SPCE061单片机。
adc通用程序,适用于凌阳SPCE061单片机。-adc common procedures applicable to Sunplus SPCE061 SCM.
- 2023-05-02 16:20:03下载
- 积分:1
-
intel 196ea 例程
intel 196ea 例程-intel 196ea example regulation
- 2023-05-20 07:50:04下载
- 积分:1
-
EasyARM 程序 SPI_TEST.rar
EasyARM 程序 SPI_TEST.rar-EasyARM procedures SPI_TEST.rar
- 2022-04-21 20:34:08下载
- 积分:1
-
MicroChip的zigbee2006 协议栈
源代码完全公开,WSN ,自动组网
MicroChip的zigbee2006 协议栈
源代码完全公开,WSN ,自动组网-MicroChip protocol stack source code of zigbee2006 full disclosure, WSN, automatic networking
- 2022-03-16 20:24:40下载
- 积分:1
-
time and sleep function
this is sleep and time function, you can have a look. it is programming by c language, the gold of this program is achieve
1.how to use time functions to measure time
2. to understand program execution in a multi-task environment
3. to understand the concept of time drift
- 2022-09-10 12:50:03下载
- 积分:1
-
0s uc
uC/0S-II 是一种体积小巧而实用的实时操作系统,由于其代码的开放性,近年来普遍受到人们的关注,被应用到各种嵌入式系统中。
本课题要求详细了解uC/0S-II嵌入式实时操作系统的内核,分析如何将uC/0S-II移植到PIC单片机系统上,并给出一个移植的应用实例。
- Transplant uC/0S_II to PIC MCU
- 2023-03-31 22:00:04下载
- 积分:1
-
uboot, bootload code
uboot,bootload代码-uboot, bootload code
- 2022-05-22 09:49:11下载
- 积分:1
-
嵌入式Linux的研究及其设备驱动程序的开发
嵌入式Linux的研究及其设备驱动程序的开发-Embedded Linux device drivers Research and Development Program
- 2022-07-22 19:52:15下载
- 积分: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