Skip to content

Commit

Permalink
Update Bluetooth.h
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPucheu authored Nov 19, 2022
1 parent 1eae4b4 commit f07e00f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Bluetooth.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class Bluetooth
Bluetooth(Stream *stream);
bool receive();
bool send();
void empty();
char read();
void print(String data = "");
void println(String data = "");
Expand Down

0 comments on commit f07e00f

Please sign in to comment.