We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15946c commit 489c34aCopy full SHA for 489c34a
README.md
@@ -269,7 +269,7 @@ void setClickTimeout(uint16_t tout);
269
// установить таймаут антидребезга, умолч. 50 (макс. 255 мс)
270
void setDebTimeout(uint8_t tout);
271
272
-// установить время таймаута, умолч. 1000 (макс. 4000 мс)
+// установить время таймаута для timeout(), умолч. 1000 (макс. 4000 мс)
273
void setTimeout(const uint16_t tout);
274
275
// установить уровень кнопки (HIGH - кнопка замыкает VCC, LOW - замыкает GND)
0 commit comments