Skip to content

Commit

Permalink
Update CST816S.h
Browse files Browse the repository at this point in the history
  • Loading branch information
fbiego committed Aug 13, 2021
1 parent 2ee136e commit 89f0528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CST816S.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class CST816S {

public:
CST816S(int sda, int scl, int rst, int irq);
void begin(int interrupt = FALLING);
void begin(int interrupt = RISING);
void sleep();
bool available();
data_struct data;
Expand Down

0 comments on commit 89f0528

Please sign in to comment.