46 lines
1.1 KiB
Markdown
46 lines
1.1 KiB
Markdown
<!-- BEGIN - This is a comment just for you visible
|
|
|
|
### Step 0: Are you in the right place?
|
|
GitHub issues only for **bugs** or **improvements** of the library. All other topics, e.g. hardware/programming, will be closed.
|
|
|
|
For general support from the community, see [Arduino Forum](https://forum.arduino.cc/) or [StackOverflow](https://stackoverflow.com/questions/tagged/mifare).
|
|
|
|
Please use the following template to give us as mutch information as you can.
|
|
|
|
END - This is a comment just for you visible -->
|
|
|
|
### Step 1: Describe your environment
|
|
|
|
* OS version: _____
|
|
* Arduino IDE version: _____
|
|
* MFRC522 Library version: _____ <!-- comment: important! v1.x.x or master-branch? -->
|
|
* Arduino device: _____
|
|
* MFRC522 device: _____
|
|
|
|
### Step 2: Describe the problem
|
|
|
|
#### Affected file(s) or example(s):
|
|
|
|
* Filename 1
|
|
* Filename 2
|
|
|
|
#### Steps to reproduce:
|
|
|
|
1. _____
|
|
2. _____
|
|
3. _____
|
|
|
|
#### Observed Results:
|
|
|
|
* What happened? This could be a description, log output, screenshot, etc.
|
|
|
|
#### Expected Results:
|
|
|
|
* What did you expect to happen?
|
|
|
|
#### Relevant Code:
|
|
|
|
```c++
|
|
// TODO(you): code here to reproduce the problem
|
|
```
|