Skip to content

Commit

Permalink
Extras
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Lima Caratti committed Jul 9, 2020
1 parent dd2c136 commit 0866d4a
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 233 deletions.
1 change: 0 additions & 1 deletion SI4844.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ volatile static bool data_from_device;
* @details You can control the interrupt process via your sketch intead of this library.
* @see setStatusInterruptFromDevice, getStatusInterruptFromDevice, setup
*/

static void interrupt_hundler()
{
data_from_device = true;
Expand Down
Loading

0 comments on commit 0866d4a

Please sign in to comment.