-
按钮和LED89C51
我用一个按钮和控制 led 当按钮=1导致打开布顿=0导致关闭
- 2022-11-12 11:00:03下载
- 积分:1
-
蓝牙HID设备
资源描述这是一个蓝牙设备,蓝牙HID协议通讯,程序里面包含了USB,HID的协议栈,有USB描述符,HID描述符等等!
- 2022-12-24 13:35:04下载
- 积分:1
-
This is a NC9SDG128B based on the source of the AD conversion
这是一个基于NC9SDG128B的AD转换源码-This is a NC9SDG128B based on the source of the AD conversion
- 2022-09-19 00:35:03下载
- 积分:1
-
I2C header files, compatible with TWI Communications, includes API function call...
I2C头文件,兼容TWI通信,内含API函数可做twi通信调用-I2C header files, compatible with TWI Communications, includes API function calls to do twi Communications
- 2023-05-26 07:20:03下载
- 积分:1
-
blackfin 533 code is the basis of tft
blackfin 533 的tft代码 很基础-blackfin 533 code is the basis of tft
- 2022-03-29 02:37:40下载
- 积分:1
-
MPLAB C18编译器软件。为microch PIC18F设备编译C源代码…
MPLAB C18 Compiler software. Compile C source code for PIC18F devices of Microchip
- 2023-03-26 06:15:12下载
- 积分:1
-
基于89C52+T6963C的液晶驱动程序,可以显示16*16汉字32个,8*16点阵ASC,8*8点阵ASC,绘制直线等...
基于89C52+T6963C的液晶驱动程序,可以显示16*16汉字32个,8*16点阵ASC,8*8点阵ASC,绘制直线等--A LCD driver program based on 89C52+T6963C. it could display 32 Chinese characters(16* 16), 8*16 lattice ASC, 8* 8 lattice ASC, straight lines and etc.
- 2022-12-29 22:50:03下载
- 积分:1
-
sample code for the protocol spi atmega
sample code for the protocol spi atmega-sample code for the protocol spi atmega88
- 2022-08-22 21:44:29下载
- 积分:1
-
matlab的应用,关于线性回归的。
值得参考。
matlab的应用,关于线性回归的。
值得参考。-matlab applications, on the linear regression. Worth considering.
- 2022-08-24 22:05: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