Skip to content

Commit 29d47e4

Browse files
committed
Fix SPI sleep/idle problem, update copyright
1 parent d840013 commit 29d47e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+106
-106
lines changed

doc/SdErrorCodes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2021-12-13
1+
2022-07-01
22

33
Run the SdErrorCode example to produce an updated list.
44

doc/html.zip

546 Bytes
Binary file not shown.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SdFat
2-
version=2.1.4-beta.5
2+
version=2.2.0-beta.1
33
license=MIT
44
author=Bill Greiman <fat16lib@sbcglobal.net>
55
maintainer=Bill Greiman <fat16lib@sbcglobal.net>

src/BufferedPrint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2011-2021 Bill Greiman
2+
* Copyright (c) 2011-2022 Bill Greiman
33
* This file is part of the SdFat library for SD memory cards.
44
*
55
* MIT License

src/ExFatLib/ExFatConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2011-2021 Bill Greiman
2+
* Copyright (c) 2011-2022 Bill Greiman
33
* This file is part of the SdFat library for SD memory cards.
44
*
55
* MIT License

src/ExFatLib/ExFatDbg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2011-2021 Bill Greiman
2+
* Copyright (c) 2011-2022 Bill Greiman
33
* This file is part of the SdFat library for SD memory cards.
44
*
55
* MIT License

src/ExFatLib/ExFatFile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2011-2021 Bill Greiman
2+
* Copyright (c) 2011-2022 Bill Greiman
33
* This file is part of the SdFat library for SD memory cards.
44
*
55
* MIT License

src/ExFatLib/ExFatFile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2011-2021 Bill Greiman
2+
* Copyright (c) 2011-2022 Bill Greiman
33
* This file is part of the SdFat library for SD memory cards.
44
*
55
* MIT License

src/ExFatLib/ExFatFilePrint.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2011-2021 Bill Greiman
2+
* Copyright (c) 2011-2022 Bill Greiman
33
* This file is part of the SdFat library for SD memory cards.
44
*
55
* MIT License

src/ExFatLib/ExFatFileWrite.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2011-2021 Bill Greiman
2+
* Copyright (c) 2011-2022 Bill Greiman
33
* This file is part of the SdFat library for SD memory cards.
44
*
55
* MIT License

0 commit comments

Comments
 (0)