ref README.md

This commit is contained in:
TheK4n 2021-09-20 22:09:31 +03:00
parent a23bb0003e
commit 67b85ed200

View File

@ -33,7 +33,7 @@ Arduino Controller for water pump
### Scheme: ### Scheme:
[![Scheme](schemes/PumpController.png)]() [![Scheme](schemes/PumpController.png)](schemes/PumpController.png)
<a id="chapter-2"></a> <a id="chapter-2"></a>
@ -41,20 +41,19 @@ Arduino Controller for water pump
| Name | Model | | Name | Model |
|:--------------------- | -------------: | |:--------------------- | -------------: |
| **Controller** | Arduino Nano ATmega328 | | Controller | [Arduino Nano ATmega328]() |
| **Encoder** | EC11 | | Encoder | [EC11]() |
| **Display** | TM1637 | | Display | [TM1637]() |
| **Relay** | SSR-40DA | | Relay | [SSR-40DA]() |
| **Pressure sensor** | EBOWAN | | Pressure sensor | [EBOWAN]() |
<a id="chapter-3"></a> <a id="chapter-3"></a>
## Libraries ## Libraries
| Name | Link | * <a src="https://github.com/GyverLibs/GyverTM1637"><strong>GyverTM1637</strong></a>
|:--------------- | ------------- | * <a src="https://github.com/GyverLibs/EncButton"><strong>EncButton</strong></a>
| **EncButton** | https://github.com/GyverLibs/GyverTM1637 |
| **GyverTM1637** | https://github.com/GyverLibs/EncButton |
<h1 align="center"><a href="#top"></a></h1> <h1 align="center"><a href="#top"></a></h1>