Skip to content

Commit

Permalink
Merge pull request #2 from bytefull/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
kaizoku-oh authored Aug 20, 2023
2 parents 149cf7c + 715685e commit 4acee9e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ Embedded project for resto card reader

```mermaid
sequenceDiagram
NUCLEO ->> MFRC522: SDA
NUCLEO ->> MFRC522: SCK
NUCLEO ->> MFRC522: VCC
BUZZER ->> NUCLEO: GND...............GND
BUZZER ->> NUCLEO: I/O...............D0
BUZZER ->> NUCLEO: VCC...............5v
NUCLEO ->> MFRC522: D13...............SCK
NUCLEO ->> MFRC522: D11...............MOSI
NUCLEO ->> MFRC522: D12...............MISO
NUCLEO ->> MFRC522: D1................IRQ
NUCLEO ->> MFRC522: GND...............GND
NUCLEO ->> MFRC522: D5................RST
NUCLEO ->> MFRC522: 3v3...............3.3v
```

### Final application vision
Expand Down

0 comments on commit 4acee9e

Please sign in to comment.