Skip to content

Commit

Permalink
Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaggyDog18 committed Jan 18, 2021
1 parent 22185bb commit fa277c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# Datatypes (KEYWORD1)
#######################################

OneButton KEYWORD1
callbackFunction KEYWORD1

#######################################
Expand All @@ -33,7 +34,6 @@ getNumberClicks KEYWORD2
# Instances (KEYWORD2)
#######################################

OneButton KEYWORD2

#######################################
# Constants (LITERAL1)
Expand Down
7 changes: 2 additions & 5 deletions src/OneButton.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
// - modified SimpleOneButton example to test more functions incl. new tripleClickFunc() and getNumberClicks() functions
// -----

#ifndef OneButton_h
#define OneButton_h
#pragma once

#include "Arduino.h"

Expand Down Expand Up @@ -243,6 +242,4 @@ class OneButton {
#endif


};

#endif
};

0 comments on commit fa277c9

Please sign in to comment.