Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GyverLibs committed Jan 7, 2022
1 parent c6dc6d9 commit 6f32bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<a id="init"></a>
## Инициализация
```cpp
GyverMAX6675<CLK_PIN, DATA_PIN, CS_PIN> sens; // программный SPI
GyverMAX6675_SPI<CS_PIN> sens; // аппаратный SPI
GyverMAX6675<CLK_PIN, DATA_PIN, CS_PIN> sens; // программный SPI
GyverMAX6675_SPI<CS_PIN> sens; // аппаратный SPI
```

<a id="usage"></a>
Expand Down

0 comments on commit 6f32bf4

Please sign in to comment.