-
STM8S 通用输入输出接口
本应用笔记提供简短说明示范固件发现的,预先在 STM8S003K3T6 单片机的闪存中。这个示范固件使使用的基本的 8 位定时器配置为 STM8S时基发生器来改变 LED LD1 的闪烁速度
- 2022-11-08 21:55:03下载
- 积分:1
-
lpc22xx实例代码,IAR EWARM代码
LPC22xx代码示例,IAR EWARM代码-LPC22xx code examples, IAR EWARM code
- 2022-03-20 14:11:42下载
- 积分:1
-
用OV7720制作摄像头的详细电路原理图 ,以及初始化代码,使用范例。...
用OV7720制作摄像头的详细电路原理图 ,以及初始化代码,使用范例。-OV7720 camera with the production of a detailed circuit schematic diagram, as well as initialization code, the use of examples.
- 2022-07-13 01:29:55下载
- 积分:1
-
播放声音的嵌入式程序,ADS调试器,ICE仿真器环境。
播放声音的嵌入式程序,ADS调试器,ICE仿真器环境。-Play a sound of embedded programs, ADS debugger, ICE emulator environment.
- 2022-02-12 03:14:13下载
- 积分:1
-
running character on lcd on LM016L
这段代码将显示一个单独的字符,将单独运行,它将提取一个字符。从存储字符串
- 2022-03-19 22:24:32下载
- 积分:1
-
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{...
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c = 0xA9
}
-Write binary number in C language. Cited code:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c=0xA9
}
- 2023-08-22 17:30:02下载
- 积分:1
-
fat32文件C语言的实现13
fat32文件C语言的实现13--Source code 13 for FAT32 file using C.
- 2023-09-04 13:30:03下载
- 积分:1
-
s3c44b0开发板的led实验。虽然对于高手来说简单,但对于初学者来说还是有一定的用处的。...
s3c44b0开发板的led实验。虽然对于高手来说简单,但对于初学者来说还是有一定的用处的。-It s mainly about led test for s3c44b0.Hope it will help you someway.
- 2022-03-11 14:52:18下载
- 积分:1
-
embedded data discs, just under, but also does not have enough time, if interest...
嵌入式资料光盘,刚刚下的,还没有来得及看,如果感兴趣可以先看看,含有资料文档.-embedded data discs, just under, but also does not have enough time, if interested can first look at the documents containing the information.
- 2022-02-14 21:07:05下载
- 积分:1
-
utf8与gb2312的互转
相信不少开发人员时常遇到字符编码的问题,而这个问题也让人非常头疼,本文介绍一种利用码表来实现gb2312与utf8的互转,纯c语言,没有调用icov库的实现!
- 2022-03-16 16:43:38下载
- 积分:1