ESP32 I2C从站 该库提供了ESP32 Slave功能,作为针对Arduino核心和ESP-IDF缺乏支持的解决方法。 尽管有一些警告,请继续阅读。 用法 在从属端,只需使用WireSlave而不是Wire 。 请参见示例和 。 但是,在主端,必须先使用WirePacker打包数据,然后再通过Wire发送数据(请参阅示例 )。 读取数据有些麻烦,因此必须使用WireSlaveRequest类(请参阅示例 )。 语境 目前,ESP32 Arduino Core中未实现I2C从设备功能( )。 另一方面,ESP IDF只为ESP32提供了两个进行功能,尽管它说可以定义一个自定义的ISR功能,但没有关于如何正确执行该功能的示例(例如读取和清除中断)标志)。 在这种情况下,此库是作为一种变通方法来临时为ESP32提供用作I2C从设备的功能。 因此,它不能像AVR和ESP8266 Ard
2024-04-15 18:03:17 31KB arduino-library esp32-arduino
1
2018最新的STC单片机原理图和PCB封装库,官方源文件。
2024-04-13 06:15:45 353KB STC封装 51单片机PCb库
1
[计算机科学经典著作].Addison-Wesley.-.C...Standard.Library,.The.A.Tutorial.and.Reference c++库的手册 以前无意从电驴上下载的计算机名著系列,现在0积分提供给大家。内容涉及很多方面,c++尤其多。大部分为英文 ,极少数为中文,若该书内容介绍错了,请在评论里说清楚,该书具体是关于什么的,避免浪费大家时间,谢谢! !!
2024-03-20 16:06:10 3.29MB
1
The C++ Standard Library A Tutorial and Reference, 英文版
2024-03-20 15:58:36 3.37MB STL
1
EasyX Graphics Library 是针对 Visual C++ 的免费绘图库,支持 VC6.0 ~ VC2022,简单易用,学习成本极低,应用领域广泛,学习过程中帮助文档也是必不可少的。
2024-03-02 17:28:46 79KB 帮助文档 EasyX
1
Android Support Library v23.zip 文件 亲测可用
2024-03-02 14:03:47 9.06MB Android Support Library
1
IBM 33614LX 是一个整合了LTO 3技术的机架磁带库,该产品有着业届领先的磁盘密度和模块化的可扩展性。
2024-03-01 14:10:40 324KB
1
Microsoft .Net(fuzzynet)的模糊逻辑库。 该库是易于使用的组件,可实现模糊推理系统(同时支持Mamdani和Sugeno方法)。 该库是用C#编写的。 提供了样本和API文档。 该库已在http://bettingstudio.com算法中使用。
2024-01-06 17:00:38 42KB 开源软件
1
Envision Image Library - Version 3.00 OVERVIEW The Envision Image Library augments Borland/Embarcadero's Delphi with powerful imaging capabilities. The library provides image file I/O for popular file formats, printing, scanning, ocr interface, and image processing features for 32 and 64 bit applications. INSTALLATION The library is deployed in a simple zip archive. Just extract the file with directories in the base directory of your choice. No registry settings, no global files in your system directories. To uninstall, just delete the folder. The design-time package need to be installed in the Delphi In the IDE of all versions, this is done from the Component | Install Packages menu. For Delphi 7, install the .\packages\En_D7.Bpl file For Delphi 2005, install the .\packages\En_D2005.Bpl file For BDS 2006, install the .\packages\En_D2006.Bpl file For BDS 2007, install the .\packages\En_D2007.Bpl file For Rad Studio 2009, install the .\packages\En_D2009.Bpl file For Rad Studio 2010, install the .\packages\En_D2010.Bpl file For Rad Studio XE, install the .\packages\En_DXE.Bpl file For Rad Studio XE2, install the .\packages\En_DXE2.Bpl file For Rad Studio XE3, install the .\packages\En_DXE3.Bpl file For Rad Studio XE4, install the .\packages\En_DXE4.Bpl file QUICK START There is a sample project file for each supported version of Delphi. For Delphi 7, .\Example\DemoD7.Dpr For Delphi 2005, .\Example\DemoD2005.bdsproj For BDS (Delphi) 2006, .\Example\DemoD2006.bdsproj For BDS (Delphi) 2007, .\Example\DemoD2007.bdsproj For Rad Studio 2009, .\Example\DemoD2009.bdsproj For Rad Studio 2010, .\Example\DemoD2010.bdsproj For Rad Studio XE, .\Example\DemoDXE.bdsproj For Rad Studio XE2, .\Example\DemoDXE2.bdsproj For Rad Studio XE3, .\Example\DemoDXE3.bdsproj For Rad Studio XE4, .\Example\DemoDXE4.bdsproj When creating a new project with the evaluation version, the appropriate path must be added to the Project | Library path options. See the options in the example projects for details. For Delphi 7, add .\Trial\D7 and the base directory For Delphi 2005, add .\Trial\D2005 and the base directory For BDS 2006 (Delphi), add .\Trial\D2006 and the base directory For BDS 2007 (Delphi), add .\Trial\D2007 and the base directory For Rad Studio 2009, add .\Trial\D2009 and the base directory For Rad Studio 2010, add .\Trial\D2010 and the base directory For Rad Studio XE, add .\Trial\DXE and the base directory For Rad Studio XE2, add .\Trial\DXE2 and the base directory For Rad Studio XE2 64 bit, add .\Trial\DXE2_64 and the base directory For Rad Studio XE3, add .\Trial\DXE3 and the base directory For Rad Studio XE3 64 bit, add .\Trial\DXE3_64 and the base directory For Rad Studio XE4, add .\Trial\DXE4 and the base directory For Rad Studio XE4 64 bit, add .\Trial\DXE4_64 and the base directory HISTORY See Version History in Help file MORE INFORMATION See the online help file: Envision.Chm On the Internet: www.intervalsoftware.com
2024-01-05 01:28:35 28.45MB Envision
1
Rogue Wave Standard C++ Library的User Guide和 Class Reference,从网上下载了html和图片,然后整理成chm,方便查阅,还算完美。
2023-12-22 08:03:11 1.04MB STL Rogue Wave
1