-
stm32f4 的iic移值
//³õʼ»¯IICvoid IIC_Init(void){ GPIO_InitTypeDef GPIO_InitStructure; RCC_AHB1PeriphClockCmd(MU_IIC_SCL_CLOCK, ENABLE);//ʹÄÜGPIOFʱÖÓ RCC_AHB1PeriphClockCmd(MU_IIC_SDA_CLOCK, ENABLE);//ʹÄÜGPIOFʱÖÓ //GPIOF6,F8³õʼ»¯ÉèÖà GPIO_InitStructure.GPIO_Pin = MU_IIC_SCL_PIN; GPIO_InitStructure.GPIO_Mode = GPIO_Mode_OUT;//ÆÕͨÊä³öģʽ GPIO_InitStructure.GPIO_OType = GPIO_OType_PP;//ÍÆÍìÊä³ö GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;//50MHz GPIO_InitStructure.GPIO_PuPd = GPIO_PuPd_UP;//ÉÏÀ GPIO_Init(MU_IIC_SCL_GPIOX, &GPIO_InitStructure);//³õʼ»¯ GPIO_InitStructure.GPIO_Pin = MU_IIC_SDA_PIN; GPIO_InitStructure.GPIO_Mode = GPIO_Mode_OUT;//ÆÕͨÊä³öģʽ GPIO_InitStructure.GPIO_OType = GPIO_OType_PP;//ÍÆÍìÊä³ö GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;//50MHz&nb
- 2023-02-24 13:45:04下载
- 积分:1
-
100layer-VC
一个可玩性比较强的小游戏
用VC制作
文件家里包含了所有的资源文件(A relatively strong playability of the game home with VC production of documents that contains all the resource file)
- 2008-07-18 10:26:15下载
- 积分:1
-
一种体素表示的补洞算法 volfill
一种体素表示的补洞算法,由华盛顿大学开发(A voxel that hole fill algorithm, developed by the University of Washington)
- 2020-06-27 03:40:01下载
- 积分:1
-
WindowsFormsDemo
C#写的一个PDF阅读器,效果不错,使用的免费组件itextsharp.dll,使用钩子捕获事件(C# to write a PDF reader, good results, use the free component itextsharp.dll, use hooks to capture events)
- 2013-08-01 10:06:08下载
- 积分:1
-
qt webengine写的浏览器
qt 5.9 webengine浏览器源码,支持标签浏览、收藏夹、下载、查看源文件等功能,需要的朋友拿去用,谢谢。
- 2022-02-13 21:26:48下载
- 积分:1
-
基于k60平台的pwm例程
FTM的PWM功能;
改变PWM的占空比;
初始化FTM的正交解码功能 ;
FTM的输入捕捉功能 ;
FTM的中断功能;
- 2022-04-24 03:38:27下载
- 积分:1
-
zuma3
祖玛3lua脚本源码,手机脚本,适于新手引鉴学习,测试请使用触摸精灵(Zuma 3lua script source code, phone script, suitable for novice cited Kam learning, testing, use touch wizard)
- 2013-09-03 19:28:05下载
- 积分:1
-
StGEMultiCameraSample
日本ricoh相机demo,包含include文件件和lib文件夹。(
Japan ricoh camera demo, containing pieces include files and lib folders.)
- 2013-12-03 17:39:07下载
- 积分:1
-
rolicy
虚拟示波器源代码,使用声卡作为输入,好源码,推荐一下(Virtual oscilloscope source code, use sound card as input, good source code, recommended)
- 2019-04-18 12:47:51下载
- 积分:1
-
DeJongTestFunctions
De Jong 测试函数及源代码De Jong 测试函数及源代码(De Jong test functions and the source code)
- 2010-03-13 15:18:38下载
- 积分:1