-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from Marzogh/v1.3.1-w.i.p
v1.3.1 Final
- Loading branch information
Showing
15 changed files
with
80 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
language: c++ | ||
sudo: false | ||
before_install: | ||
- source <(curl -SLs https://raw.githubusercontent.com/Marzogh/Travis-CI/master/install.sh) | ||
#install: | ||
# - ln -s $PWD /usr/local/share/arduino/libraries/Adafruit_FONA | ||
# - arduino --install-library "Adafruit SleepyDog Library,Adafruit FONA Library,Adafruit CC3000 Library" | ||
script: | ||
- build_main_platforms | ||
notifications: | ||
email: | ||
on_success: change | ||
on_failure: change |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,2 @@ | ||
--> 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 | ||
--> Bug fixes | ||
--> Fixed errors in ReadMe.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters