Add readme with pin infos and image of the finished board

This commit is contained in:
Klemens Schölhorn 2018-05-23 17:37:01 +02:00
parent 9d36d30fe7
commit 2323183979
2 changed files with 38 additions and 0 deletions

38
README.md Normal file
View File

@ -0,0 +1,38 @@
# Mikro-SD Breakout-Platine
![Image of finished breakout board](images/finished-board.jpg)
## Pinlayout
```text
____________
| |
+----| |----+
| | | |
DAT2 | * _\ | * | DAT1
| | | |
CD/DAT3 | * \ | * | DAT0
| | | |
CMD | * | | * | GND
| | | |
VCC | * \___________/ * | CLK
| |
+----------------------+
```
`VCC` sollte 3,3V betragen.
## SPI-Anschluss
| SD | SPI | ML507 J6-Pin |
| ------ | --------------- | ------------ |
| `CLK` | `SCLK` | 2 |
| `CMD` | `MOSI` | 4 |
| `DAT3` | `CS` | 6 |
| `DAT2` | nicht verwendet | |
| `DAT1` | nicht verwendet | |
| `DAT0` | `MISO` | 12 |
## Licence
This project by Klemens Schölhorn is licensed under the terms of the GPLv3.

BIN
images/finished-board.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB