91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 494KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2021-06-18
  • 語言: 其他
  • 標簽: arduino??DS3231??1602LCD??

資源簡介

Arduino時鐘,可以顯示時間日期和溫度,DS3231+DS18B20+1602LCD,串口修改時間,時間非常準,

資源截圖

代碼片段和文件信息

/*
??EEPROM.cpp?-?EEPROM?library
??Copyright?(c)?2006?David?A.?Mellis.??All?right?reserved.

??This?library?is?free?software;?you?can?redistribute?it?and/or
??modify?it?under?the?terms?of?the?GNU?Lesser?General?Public
??License?as?published?by?the?Free?Software?Foundation;?either
??version?2.1?of?the?License?or?(at?your?option)?any?later?version.

??This?library?is?distributed?in?the?hope?that?it?will?be?useful
??but?WITHOUT?ANY?WARRANTY;?without?even?the?implied?warranty?of
??MERCHANTABILITY?or?FITNESS?FOR?A?PARTICULAR?PURPOSE.??See?the?GNU
??Lesser?General?Public?License?for?more?details.

??You?should?have?received?a?copy?of?the?GNU?Lesser?General?Public
??License?along?with?this?library;?if?not?write?to?the?Free?Software
??Foundation?Inc.?51?Franklin?St?Fifth?Floor?Boston?MA??02110-1301??USA
*/

/******************************************************************************
?*?Includes
?******************************************************************************/

#include?
#include?“Arduino.h“
#include?“EEPROM.h“

/******************************************************************************
?*?Definitions
?******************************************************************************/

/******************************************************************************
?*?Constructors
?******************************************************************************/

/******************************************************************************
?*?User?API
?******************************************************************************/

uint8_t?EEPROMClass::read(int?address)
{
return?eeprom_read_byte((unsigned?char?*)?address);
}

void?EEPROMClass::write(int?address?uint8_t?value)
{
eeprom_write_byte((unsigned?char?*)?address?value);
}

EEPROMClass?EEPROM;

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-05-30?22:33??DS3231\
?????文件??????214740??2010-10-08?03:09??DS3231\24C32.pdf
?????目錄???????????0??2013-05-31?15:36??DS3231\AT24C32_TEST\
?????文件????????1816??2013-03-11?15:29??DS3231\AT24C32_TEST\EEPROM.cpp
?????文件?????????998??2013-03-11?15:29??DS3231\AT24C32_TEST\EEPROM.h
?????目錄???????????0??2013-05-31?15:43??DS3231\AT24C32_TEST\Examples\
?????目錄???????????0??2013-06-03?19:45??DS3231\AT24C32_TEST\Examples\AT24C32_TEST\
?????文件????????2359??2013-05-31?15:36??DS3231\AT24C32_TEST\Examples\AT24C32_TEST\AT24C32_TEST.ino
?????文件?????????459??2013-03-11?15:29??DS3231\AT24C32_TEST\keywords.txt
?????文件????????7529??2018-05-30?22:33??DS3231\DS3231.ino
?????文件??????369675??2013-04-14?10:59??DS3231\DS3231.pdf
?????目錄???????????0??2013-05-31?15:41??DS3231\DS3231_TEST\
?????文件???????16274??2012-02-08?22:56??DS3231\DS3231_TEST\DS3231.cpp
?????文件????????5161??2012-02-08?22:51??DS3231\DS3231_TEST\DS3231.h
?????目錄???????????0??2013-05-31?15:43??DS3231\DS3231_TEST\Examples\
?????目錄???????????0??2013-06-03?19:46??DS3231\DS3231_TEST\Examples\DS3231_TEST\
?????文件????????4647??2013-05-31?15:41??DS3231\DS3231_TEST\Examples\DS3231_TEST\DS3231_TEST.ino
?????文件?????????243??2012-02-08?23:05??DS3231\DS3231_TEST\Readme.txt
?????文件?????????548??2012-02-07?11:17??DS3231\DS3231_TEST\keywords.txt
?????文件???????55985??2013-05-31?15:45??DS3231\Protel?Schematic.pdf

評論

共有 條評論