-
HID USB键盘单片机固件程序,能实现键盘输入的功能
HID USB键盘单片机固件程序,能实现键盘输入的功能-HID USB keyboard firmware single-chip, to achieve the functions of keyboard input
- 2022-01-26 03:00:25下载
- 积分:1
-
状态1:正常时,8个LED发光二极管(彩灯)循环点亮。
• 状态2:有报警时,蜂鸣器发出报警声(用P3.3接一个按键,模拟产生报警信号。当开关合上...
状态1:正常时,8个LED发光二极管(彩灯)循环点亮。
• 状态2:有报警时,蜂鸣器发出报警声(用P3.3接一个按键,模拟产生报警信号。当开关合上,发生报警;当开关断开,报警停止。用P3.7输出音频信号驱动扬声器,作为报警信号),同时8个LED发光二极管(彩灯)闪烁。
P3.2接一个按键,用于消除报警-Status 1: normal, eight LED light-emitting diodes (lantern) light cycle.
- 2022-04-28 18:39:28下载
- 积分:1
-
About SCM something for beginners have some help
关于单片机的一些东西,对初学者有一定的帮助-About SCM something for beginners have some help
- 2022-03-05 19:51:04下载
- 积分:1
-
c8051f串口通信 程序
用于测试单片机8051F单片机的串口
开串口调试助手,向单片机发送数据
单片机将数据返回给电脑进行检测...
c8051f串口通信 程序
用于测试单片机8051F单片机的串口
开串口调试助手,向单片机发送数据
单片机将数据返回给电脑进行检测
- 2022-04-01 15:40:08下载
- 积分:1
-
基于MSP430单片机的封装I2C总线
基于MSP43O单片机的I2C总线软件包-MSP43O based SCM package I2C Bus
- 2023-04-27 12:05:04下载
- 积分:1
-
开发硬件电路需要用到液晶显示模块1602的用户必备。调试实验源程序第五部分。...
开发硬件电路需要用到液晶显示模块1602的用户必备。调试实验源程序第五部分。-Hardware needed to develop liquid crystal display module 1602 required the user. Part V of the experimental source code debugging.
- 2022-01-26 04:21:57下载
- 积分:1
-
pcf8576实验程序源码,液晶驱动芯片的具体使用
pcf8576的实验程序源码,液晶驱动芯片的具体使用-pcf8576 the experimental procedure source, LCD driver chips to the specific use
- 2023-06-03 23:05:03下载
- 积分:1
-
波形发生器的源程序,能产生方波、三角波、和矩形波三种波形...
波形发生器的源程序,能产生方波、三角波、和矩形波三种波形-The source waveform generator, which can produce square, triangle wave, and rectangular-wave three kinds of waveforms
- 2022-07-04 10:00:51下载
- 积分:1
-
这是msp430与1335的接口控制程序,控制320*240的液晶显示驱动。
这是msp430与1335的接口控制程序,控制320*240的液晶显示驱动。-This is the MSP430 with the 1335 interface control procedures, control 320* 240 LCD display driver.
- 2023-08-02 15:20:03下载
- 积分:1
-
51单片机的_中文拼音输入法_c源程序 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_p...
51单片机的_中文拼音输入法_c源程序 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[])
input_py_val为已输入的拼音码字符串头指针,
反回值为中文的起始地址,当为0时,杳询失败
应用举例:
{
unsigned char input_string[]={"bang"}
unsigned char chines_string[100]
sprintf(chines_string,"%s",py_ime(input_string))
}-51 Singlechip _ Chinese Pinyin input method _c source disappeared consultation Pinyin input method function: unsigned char code* py_ime (unsigned char input_py_val []) input_py_val for Pinyin input first code string pointer, and anti-back value of Chinese starting address, as 0:00, dark and quiet consultation, for example the failure of the application: (unsigned char input_string []={ bang ) unsigned char chines_string [100] sprintf (chines_string, s , py_ime (input_string)))
- 2023-08-24 05:00:03下载
- 积分:1