I2C总线驱动伪代码,可方便地转化为你自己的语言,如C语言。
2021-09-11 12:09:03 44KB I2C总线
1
I2C Exerciser Version 1.22 ========================== - The following new changes are made in this version: 1. Hardware engine has been updated to filter out ADC glitches. 2. Software has been updated to enable ADC glitch filter in hardware engine. 3. The new script function "delay" is added in this version. Please refer to the User's Manual or Online Help for a more detailed description of the new function. (CAS-1000-I2C/E version only) 4. Improved measurement algorithm for low voltages and glitches.
2021-09-10 19:31:11 30.37MB i2c 分析仪 信号测试
1
android下或者linux下 I2C通用驱动的 实现数据的收发 也有DMA的通信方式
2021-09-10 16:24:09 30KB linux i2c 驱动 driver
1
使用I2C总线控制器驱动程序编写应用程序,驱动MagicARM2410实验箱上的8个七段数码管,在数码管上显示字样“s3c2410A"
2021-09-10 11:16:11 72KB I2C总线,ZLG7290
1
Arduino i2c库
2021-09-09 22:04:00 15KB
该app 是测试hal 层添加的I2C 模块用的,可在rk3288 开发板上android6.0.1 或者 android7.1.2 源码中通过mmm packages/apps/T613  对其进行编译,然后make snod 到img 开机就会有该app 出现
2021-09-09 15:00:34 52KB i2c rk3288 android app
1
1.1利用SPI实现I2C的通信,1.2SPI模拟I2C时序,1.3I2C接收和发送的实现
2021-09-09 11:27:58 86KB spi
1
(STM32 HAL库) PCF8574驱动LCD1602屏,16x8,20x4的字符液晶都通用。 内含I2C驱动,PCF8574驱动,LCD1602液晶驱动,光标控制,背光控制。 先初始化。delay_init(168); 参数为主频LCD1602_Init(); LCD_Write_String(2,3,"HELLO");在第3行第2个字写字符串。 LcdCurMove(2,3,1); 在第3行第2个字上光标闪烁,1:开启。0:关闭。 PCF8574_WriteBit(3,1);控制背光。3:IO口 P3;1:关闭。0:开启
1
为了做好加密,用了i2c tools工具, 我是在android平台上使用的。官网下载的4.1版本。自己修改,官方的是不能直接用的 参考网上资料,添加了Android.mk文件,同时修改了部分源文件,使得i2c编译通过。 在/system/bin/下面生成i2cdetect i2cdump i2cget i2cset i2ctransfer等执行文件。 经过测试,此工程可在android5.1, 7.1,4.4多个版本使用编译!
2021-09-07 21:02:07 87KB i2c_android i2c_tools4.1 linuxi2ctools
1
配件:STM32最小系统板,DHT11温湿度传感,usb转TTL模块,oled显示屏,带你轻松入门嵌入式
2021-09-07 14:03:39 6.06MB stm32
1