mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2026-02-06 03:50:34 +01:00
Upgrade to version 2.3.2 of mcci-catena/arduino-lmic
This commit is contained in:
@ -63,8 +63,8 @@ public:
|
||||
void initCriticalSection();
|
||||
void enterCriticalSection();
|
||||
void leaveCriticalSection();
|
||||
void spiWrite(uint8_t cmd, const uint8_t *buf, int len);
|
||||
void spiRead(uint8_t cmd, uint8_t *buf, int len);
|
||||
void spiWrite(uint8_t cmd, const uint8_t *buf, size_t len);
|
||||
void spiRead(uint8_t cmd, uint8_t *buf, size_t len);
|
||||
uint8_t checkTimer(uint32_t time);
|
||||
void sleep();
|
||||
void waitUntil(uint32_t time);
|
||||
|
||||
Reference in New Issue
Block a user