hardware ready
This commit is contained in:
parent
9b462b7eaf
commit
0697ad90be
10
README.md
10
README.md
|
|
@ -30,6 +30,14 @@ MISO -> 19 (D6)
|
|||
### RFID Reader
|
||||
|
||||
```
|
||||
SOA -> 32
|
||||
SCK -> 18
|
||||
MOSI -> 23
|
||||
MISO -> 19
|
||||
IRQ -> NC
|
||||
GND -> GND
|
||||
RST -> 33
|
||||
3.3V -> 3.3V
|
||||
|
||||
```
|
||||
|
||||
|
|
@ -89,6 +97,8 @@ See https://arduino.stackexchange.com/a/76285 and https://github.com/miguelbalbo
|
|||
|
||||
```
|
||||
Start / Stop -> 17 and GND
|
||||
Wake up / Next -> 04 and GND
|
||||
Previous -> 16 and GND
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
|
|
@ -59,7 +59,7 @@ bool asyncStop = false;
|
|||
|
||||
bool asyncStart = false;
|
||||
|
||||
std::map<String, String> rfid_map{{"67 152 204 14", "bob_dylan-Forrest_Gump_Soundtrack,_Disc_1.mp3"},
|
||||
std::map<String, String> rfid_map{{"67 152 204 14", "01-The_Box_Tops-The_Letter.mp3"},
|
||||
{"67 175 148 160","068-Der_Schatz_im_Bergsee"}};
|
||||
|
||||
void activateSD()
|
||||
|
|
|
|||
Loading…
Reference in New Issue