-
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 #105 from Marzogh/development
Bugfix PR - resolves #102
- Loading branch information
Showing
10 changed files
with
180 additions
and
67 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,47 @@ | ||
Hey there! Thanks for using the SPIFlash library for Arduino. | ||
|
||
**Note: For support questions, please use the [Arduino Forums](http://forum.arduino.cc/index.php?topic=324009.0). This repository's issues are reserved for feature requests and bug reports.** | ||
|
||
**I'm submitting a ...** | ||
- [ ] bug report | ||
- [ ] feature request | ||
- [ ] support request => Please do not submit support request here, see note at the top of this template. | ||
|
||
Do the checklist before filing an issue: | ||
|
||
- [ ] Is this something you can **debug and fix**? Send a pull request! Bug fixes and documentation fixes are welcome. | ||
- [ ] Is this an idea for a feature? Post the feature request as an issue here with a title that clearly says "Feature Request". | ||
- [ ] Is this a bug that you cannot fix? Post the bug report as an issue here with a title that cleary says "Bug Report". | ||
|
||
When opening an issue please include the following details: | ||
------------------------------------------------------------- | ||
|
||
- [ ] Do you want to request a *feature* or report a *bug*? | ||
- [ ] Which library version are you using? | ||
- [ ] Which Arduino IDE version are you compiling the library on? | ||
- [ ] Which OS are you compiling your code on? [Linux / Mac / Windows] | ||
- [ ] Which microcontroller platform are you using? | ||
- [ ] Which Flash memory module are you using? | ||
- [ ] What is the current behavior? | ||
- [ ] What is the expected behavior? | ||
|
||
-------------------------- | ||
###### Bug reports only | ||
|
||
- [ ] If this is a bug report - Provide a **minimal code snippet** example that reproduces the bug. Please make sure you wrap any code in the proper code blocks like below | ||
``` | ||
```CODE HERE``` | ||
``` | ||
- [ ] Provide **screenshots** where appropriate | ||
- [ ] Provide **wiring diagram** where appropriate | ||
----------------------------- | ||
###### Feature Requests only | ||
- [ ] If this is a feature request, what is the motivation / use case for changing the behavior? | ||
---------------------------- | ||
- [ ] Other information (e.g. detailed explanation, related issues, suggestions how to fix, links for us to have context etc.) | ||
_Make sure to add **all the information needed to understand the bug/feature** so that someone can help. If the info is missing we'll add the 'Needs more information' label and close the issue until there is enough information._ |
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,23 @@ | ||
* **Please check if the PR fulfills these requirements** | ||
- [ ] The commit message/s explain/s all the changes clearly | ||
- [ ] Tests for the changes have been added (for bug fixes / features) | ||
- [ ] Docs have been added / updated (for bug fixes / features) | ||
|
||
|
||
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) | ||
|
||
|
||
|
||
* **What is the current behavior?** (You can also link to an open issue here) | ||
|
||
|
||
|
||
* **What is the new behavior (if this is a feature change)?** | ||
|
||
|
||
|
||
* **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?) | ||
|
||
|
||
|
||
* **Other information**: |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=SPIFlash | ||
version=3.0.0 | ||
version=3.0.1 | ||
author=Prajwal Bhattaram | ||
maintainer=Prajwal Bhattaram <[email protected]> | ||
sentence=SPI Flash library for Arduino. | ||
|
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
Oops, something went wrong.