Arduino LMIC 6.0.1
Arduino LoRaWAN(r) MAC in C
Loading...
Searching...
No Matches
lmic.h
1/*
2
3Module: lmic.h
4
5Function:
6 Deprecated C++ top-level include file (use <arduino_lmic.h> instead).
7
8Copyright & License:
9 See accompanying LICENSE file.
10
11Author:
12 Terry Moore, MCCI November 2018
13
14Note:
15 This header file is deprecated and is included for
16 transitional purposes. It's deprecated because it's
17 confusing to have src/lmic.h (this file) and src/lmic/lmic.h
18 (the API file for the C library). We can't take it out
19 yet, because it would inconvenience the world, but
20 we can hope that someday it will wither away (on a major
21 version bump).
22
23 Please don't add any new functionality in this file;
24 it is just a wrapper for arduino_lmic.h.
25
26*/
27
28#include "arduino_lmic.h"
29
30/* end of file */