You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,11 @@
54
54
| Энкодер | 2.4 |
55
55
| Кнопка | 1.9 |
56
56
57
-
*Для сравнения, стандартный digitalRead() на AVR выполняется 3.5 us*
57
+
*Для сравнения, стандартный digitalRead() на AVR выполняется 3.5 us*
58
+
59
+
## Сравнение с аналогами
60
+
- EncButton в режиме кнопки на ~450 байт Flash и 12 байт SRAM легче моей старой библиотеки [GyverButton](https://github.com/GyverLibs/GyverButton), имея при этом больше возможностей
61
+
- EncButton в режиме энкодера с кнопкой на ~400 байт Flash и 18 байт SRAM легче моей старой библиотеки [GyverEncoder](https://github.com/GyverLibs/GyverEncoder), имея при этом больше возможностей
0 commit comments