-
时钟芯片ds12c887读写程序.rar 小程序,请大家参考参考.
时钟芯片ds12c887读写程序.rar 小程序,请大家参考参考.
- 2022-01-25 15:36:46下载
- 积分:1
-
LCD IconEditor edit graphic creat source code
LCD IconEditor edit graphic creat source code
- 2022-04-15 09:39:40下载
- 积分:1
-
1, ps/2 keyboard input, through the led display ascii code 2, wait 1s in the lcd...
1、ps/2键盘输入,通过led显示ascii码
2、稍等1s可以在lcd上显示输入的字符
3、其中键盘上的backspce键是用来清屏的
4、当lcd上显示满字符时,在按下按键自动清屏,从第一行显示。-1, ps/2 keyboard input, through the led display ascii code 2, wait 1s in the lcd display characters input 3, which backspce keys on the keyboard was required to settle the screen 4, when the lcd display full of characters, the press the button automatically Qing-ping, from the first line of display.
- 2022-05-07 17:54:12下载
- 积分:1
-
LPC900 FLASH MCU phone remote control
LPC900 FLASH单片机实现电话远程遥控-LPC900 FLASH MCU phone remote control
- 2023-06-16 04:30:04下载
- 积分:1
-
51单片机示例程序,点亮一个灯,有助于刚接触单片机的朋友
51单片机示例程序,点亮一个灯,有助于刚接触单片机的朋友-51 Single-chip sample procedures, lit a lamp, will help刚接触Singlechip friend
- 2023-08-20 01:10:03下载
- 积分:1
-
车载DVD osdic TW8816原代码
车载DVD osdIC TW8816原厂代码-Car DVD osdIC TW8816 original code
- 2022-01-31 02:06:47下载
- 积分:1
-
12864液晶画图原C代码
12864液晶画图原C代码
- 2022-03-07 08:03:26下载
- 积分:1
-
ad转换0809的引用实例,次程序调试过,用作数字电压表,精度还不错。...
ad转换0809的引用实例,次程序调试过,用作数字电压表,精度还不错。-ad conversion of the quoted examples of 0809, sub-program debugging, and used as a digital voltage meter, accuracy was not bad.
- 2022-02-11 13:41:38下载
- 积分:1
-
ENC28J60驱动通过ping命令测试是否连同enc28j6…
enc28j60的驱动, 通过ping命令来测试enc28j60是否连同
-enc28j60 drive through ping command to test whether or not together with enc28j60
- 2022-12-19 08:10:03下载
- 积分:1
-
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双...
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双工通讯。收、发波特率相同。
4. 应把定时器中断优先级设置为最高级。
5. 本程序每接收一个字节后就把它放到一个队列缓冲区中(也可使用环行缓冲区),
待缓冲区满后,将缓冲区中的内容原样发回。这是为了测试多字节连续收发的
能力和简化程序。实际应用中应防止缓冲区溢出。
6. 由接收转换到发送时要先调用 soft_send_enable ();
由发送转换到接收时要先调用 soft_receive_enable ()。
7. 发送最后一个字节后如果要立刻转为接收,必须等待最后一个字节后发送完毕
while ( rs_f_TI == 0) // 等待最后一个字节发送完毕-err
- 2022-06-19 08:35:11下载
- 积分:1