“SPIFlash库”的版本间的差异
来自YFRobotwiki
第30行: | 第30行: | ||
− | :-[[ | + | :-[[ Diagnostics]]: This demonstrates how to write and read data from the extended memory of the device. This memory is retained even after the device has lost power./演示如何读写数据从设备的扩展内存。即使设备掉电内存依然保存 |
− | :-[[ | + | :-[[ Struct_writer]]: This demonstrates how to set and get the date and time from the device./演示了如何在设备上设置和获取日期和时间 |
− | :-[[ | + | :-[[ TestFlash]]: This demonstrates how to set the alarms and check when the alarms are triggered. This includes using the squarewave output to trigger an interrupt./演示如何设置闹钟和检查何时触发闹钟。这包含使用方波输出触发一个中断 |
− | :-[[ | + | :-[[ getAddressEx]]: Don't need to `#include <SPI.h>` in user code anymore. Just including…./演示如何在设备上设置和获取日期和时间。 |
− | :-[[ | + | :-[[ readWriteString]]: Added a speed comparison excel spreadsheet and more examples./演示如何关闭RTC时钟以保证板载电池能持续更长时间 |
|width="10%" valign="top" align="left"| | |width="10%" valign="top" align="left"| |
2016年12月23日 (五) 17:39的版本
SPIFlash库 -- SPI华邦电子闪存Flash芯片arduino库 GITHUB 工程地址:SPIFlash 该库是用于华邦串行闪存芯片的库。目前的形式支持识别闪存芯片和它的各种功能;自动地址分配管理;在不同位置读写数据类型bytes/chars/ints/longs/floats/Strings;读写页面字节;连续读写字节/字符数组;扇区,块或整个芯片的擦除,关闭低功率操作。 支持arduino IDE 版本:
支持控制板:
示例
|
DS1307 DS1307 函数。
|
更多建议和问题欢迎反馈至 YFRobot论坛