|
Arduino LMIC 6.0.1
Arduino LoRaWAN(r) MAC in C
|
#include "../lmic/lmic_env.h"#include "../lmic/oslmic_types.h"Go to the source code of this file.
Macros | |
| #define | LMIC_AES_DECLARE_DRIVER_FNS(a_driver) |
| Declare secure element functions for a given driver. | |
| #define LMIC_AES_DECLARE_DRIVER_FNS | ( | a_driver | ) |
Declare secure element functions for a given driver.
| a_driver | Fragment of driver name to insert in function names, e.g Default. |
The parameter is macro-expanded and then substituted to declare each of the interface functions for the specified driver.
To use this, write LMIC_AES_DECLARE_DRIVER_FNS(driverName), where driverName is the name of the driver, e.g. ibm or ideetron.