Skip to content

Commit

Permalink
v1.3.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
Marzogh committed Aug 30, 2015
1 parent 5d7d330 commit 41a0990
Show file tree
Hide file tree
Showing 12 changed files with 2,518 additions and 1,598 deletions.
9 changes: 9 additions & 0 deletions Changes.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
--> Updated ReadMe.md has all information needed to use the library.
--> v1.3.0 is faster and lighter than previous versions.
--> The library is optimised to work with the following Winbond Flash modules W25X05CL, W25X10BV, W25X20BV, W25X40BV, W25Q80BV, W25Q16BV, W25Q32BV, W25Q64BV, W25Q128BV & W25Q256FV.
--> _addressCheck() built into every read/write function.
--> _errorCheck() built into every write function.
--> The library now supports readAnything() & writeAnything().
--> There are now specific functions for reading and writing different types of variables - refer to ReadMe.md for further details.
--> All Read/Write functions now carry out a series of checks to keep data corruption to a minimum
--> Added a diagnostic function to enable error code generation and checking - Follow instruction in the "Diagnostics.ino" example
1,350 changes: 675 additions & 675 deletions LICENSE

Large diffs are not rendered by default.

209 changes: 121 additions & 88 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 41a0990

Please sign in to comment.