From f379405f8ac425d2f0fe6248cbdad5e5461ae467 Mon Sep 17 00:00:00 2001 From: JChristensen Date: Thu, 3 Oct 2019 12:29:46 -0400 Subject: [PATCH] Add JC_Button to keywords file so that syntax highlighting works on #include statement. Closes #25. --- keywords.txt | 1 + library.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/keywords.txt b/keywords.txt index f47cb71..13147d0 100644 --- a/keywords.txt +++ b/keywords.txt @@ -1,3 +1,4 @@ +JC_Button KEYWORD1 Button KEYWORD1 ToggleButton KEYWORD1 begin KEYWORD2 diff --git a/library.properties b/library.properties index c2fb14b..46e62e2 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=JC_Button -version=2.1.1 +version=2.1.2 author=Jack Christensen maintainer=Jack Christensen sentence=Arduino library to debounce button switches, detect presses, releases, and long presses.