Skip to content

Commit 48d49f7

Browse files
committed
updated library info
1 parent 6e7a3a4 commit 48d49f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Bugtton.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Bugtton - button debounce library for ATmega168/328P
33

44
// Fast button debounce library for ATmega328P. Uses registers instead of digitalRead.
5-
// Cycle speed 0.003ms unpressed, 0.010-0.085ms pressed (1-18 buttons).
5+
// It's fast and I want it faster.
66

77
// Created by Sami Kaukasalo / sakabug, July 20, 2021.
88

src/Bugtton.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Bugtton - button debounce library for ATmega168/328P
33

44
// Fast button debounce library for ATmega328P. Uses registers instead of digitalRead.
5-
// Cycle speed 0.003ms unpressed, 0.010-0.085ms pressed (1-18 buttons).
5+
// It's fast and I want it faster.
66

77
// Created by Sami Kaukasalo / sakabug, July 20, 2021.
88

0 commit comments

Comments
 (0)