SPIFlash庫 -- SPI華邦電子快閃記憶體Flash晶元arduino庫
GITHUB 工程地址:SPIFlash
該庫是用於華邦串列快閃記憶體晶元的庫。目前的形式支持識別快閃記憶體晶元和它的各種功能;自動地址分配管理;在不同位置讀寫數據類型bytes/chars/ints/longs/floats/Strings;讀寫頁面位元組;連續讀寫位元組/字元數組;扇區,塊或整個晶元的擦除,關閉低功率操作。
支持arduino IDE 版本:
- IDE v1.5.x
- IDE v1.6.0-v1.6.5
- IDE v1.6.9-v1.6.11
支持控制板:
- Arduino Uno
- Arduino Leonardo
- Arduino Micro
- Arduino Fio
- Arduino Mega
- Arduino Due
- ESP8266 (On the Arduino IDE)
- ATTiny85
示例
- - 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時鐘以保證板載電池能持續更長時間
|
|
DS1307
DS1307 函數。
- - Begin() -- 初始化
- 參數:無
- 返回:無
- - GetIsRunning()
- - SetIsRunning()
- - SetDateTime()
- - GetDateTime()
- - SetMemory()
- - GetMemory()
- - SetSquareWavePin()
|
|