-
这是AVR Eeprom的c语言编程源码,它是用ICCAVR开发
这是AVR Eeprom的c语言编程源码,它是用ICCAVR开发-This is the AVR Eeprom programming c language source code, which is used to develop ICCAVR
- 2022-03-07 09:28:43下载
- 积分:1
-
Mini STM32 示例代码
使用 min stm32 模块样品代码
SD card,USB,LED,ENC,CAn,SYSTIC,ADC,LCD,vb.
STM32 ucOS II V2.86 uCGUI 3.9 演示
- 2022-08-16 02:02:10下载
- 积分:1
-
A typical embedded applications arm Collection!
一些典型的阿arm嵌入式应用程序集锦!-A typical embedded applications arm Collection!
- 2022-08-16 23:35:43下载
- 积分:1
-
2812使用spi读写fm25cl64或者at25640的程序,已经测试通过。注意在在eeprom的datasheet中都写只支持spi的0或者3模式,但我用0...
2812使用spi读写fm25cl64或者at25640的程序,已经测试通过。注意在在eeprom的datasheet中都写只支持spi的0或者3模式,但我用0模式一直调不通,改用spi模式才可以,程序中就是使用spi的1模式。-2812 to read and write using spi or at25640 procedures FM25CL64 have the test. Attention to the datasheet in the EEPROM are write only support spi mode 0 or 3, but I used the 0 model has been adjusted barrier before they can switch to spi mode, process is the use of one mode of spi.
- 2022-01-25 21:08:07下载
- 积分:1
-
电子密码锁程序
//2013.10.05 电子密码锁的设计 要求如下:
//事先设置初始密码为910108,上电时数码管全为------,,按下S10开始输入6位密码
//如果输入的6位密码与预先设置的密码相同,则发光二极管全部亮,数码管显示GOOD;如果输入错误则蜂鸣器报警,并且8个LED发光二极管全部暗,数码管显示ERROR。
#include
#define uchar unsigned char
sbit dula=P2^6;
sbit wela=P2^7;
sbit beep=P2^3;
sbit p1_0=P1^0;
sbit p1_1=P1^1;
sbit p1_2=P1^2;
sbit p1_3=P1^3;
sbit p1_4=P1^4;
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-19 09:54:39下载
- 积分:1
-
tinyOS ECC
README for TinyECC Version 2.0
Author/Contact: An Liu, liuan79@gmail.com
Introduction
------------
TinyECC is a software package providing ECC-based PKC operations that
can be flexibly configured and integrated into sensor network
applications. It provides a digital signature scheme (ECDSA), a key
exchange protocol (ECDH), and a public key encryption scheme (ECIES).
It provides a number of optimization switches, which can turn
specific optimizations on or off based on developer"s needs.
TinyECC 2.0 supports MICA2/MICAz, TelosB/Tmote Sky, BSNV3, and Imote2
motes. It supports SECG recommended 128-bit, 160-bit and 192-bit
elliptic curve domain parameters.
How to install
--------------
1) Install TinyOS 2.1.1 or later version. ht
- 2022-07-08 09:02:33下载
- 积分:1
-
S3C2440处理器上的触摸屏程序,采用2440自带触摸屏控制器
S3C2440处理器上的触摸屏程序,采用2440自带触摸屏控制器-S3C2440
- 2022-06-27 23:57:14下载
- 积分:1
-
LPC1788,GPIO 中断
本示例描述如何使用 GPIO 中断功能。
本例中用来测试 GPIO 中断函数
- 2022-01-26 00:43:00下载
- 积分:1
-
S3C2410 development board, chip manufacturers is public information
S3C2410开发板资料,是其芯片厂家公开资料-S3C2410 development board, chip manufacturers is public information
- 2023-05-13 08:20:04下载
- 积分:1
-
万龙44B0,USB实验代码,与PC连接,实现PC与开发板的通讯,各位使用USB开发有不少的帮助...
万龙44B0,USB实验代码,与PC连接,实现PC与开发板的通讯,各位使用USB开发有不少的帮助-- 44B0 10000, USB experimental code, and PC Connection, PC and communications development board, you use USB development with the help of a lot! !
- 2022-06-03 17:48:25下载
- 积分:1