Fast read implementation

This commit is contained in:
Pawel Spychalski
2017-12-06 14:02:08 +01:00
parent 51b7d696af
commit 37e55a0f47
3 changed files with 9 additions and 4 deletions

1
lora.h
View File

@@ -34,6 +34,7 @@ public:
size_t write(const uint8_t *buffer, size_t size);
int available();
int read();
int fastRead();
void onReceive(void(*callback)(int));