Browse Source

readme: fix typo

Fabian Peter Hammerle 3 years ago
parent
commit
bd9b03db92
1 changed files with 10 additions and 10 deletions
  1. 10 10
      README.md

+ 10 - 10
README.md

@@ -24,16 +24,16 @@ $ sudo apt-get install --no-install-recommends python3-spidev
 
 Connect the following pins directly:
 
-|C1101 |Raspberry Pi        |
-|------|--------------------|
-|VDD   | 3.3V (Pin 1 or 17) |
-|SI    | MOSI (Pin 19)      |
-|SO    | MISO (Pin 21)      |
-|CSn   | CE0 (Pin 24)       |
-|SCLK  | SCLK (Pin 23)      |
-|GDO2\*| Any GPIO pin, commonly GPIO25 (Pin 22) \[[1](https://github.com/SpaceTeddy/CC1101/blob/0d0f011d3b808e36ad57fab596ed5e1db9516856/README.md#hardware-connection),[2](https://allgeek.de/2017/07/31/cc1101-spi-raspberry-adapter-fuer-homegear-homematicmax/),[3](https://securipi.co.uk/cc1101.pdf)\] |
-|GDO0\*| Any GPIO pin, GPIO24 (Pin 18) recommended |
-|GND   | Ground             |
+|CC1101 |Raspberry Pi        |
+|-------|--------------------|
+|VDD    | 3.3V (Pin 1 or 17) |
+|SI     | MOSI (Pin 19)      |
+|SO     | MISO (Pin 21)      |
+|CSn    | CE0 (Pin 24)       |
+|SCLK   | SCLK (Pin 23)      |
+|GDO2\* | Any GPIO pin, commonly GPIO25 (Pin 22) \[[1](https://github.com/SpaceTeddy/CC1101/blob/0d0f011d3b808e36ad57fab596ed5e1db9516856/README.md#hardware-connection),[2](https://allgeek.de/2017/07/31/cc1101-spi-raspberry-adapter-fuer-homegear-homematicmax/),[3](https://securipi.co.uk/cc1101.pdf)\] |
+|GDO0\* | Any GPIO pin, GPIO24 (Pin 18) recommended |
+|GND    | Ground             |
 
 No resistors required.
 Connection of pins marked with \* is optional.