Arduino driver library for Decawave DW1000  Dec 20 2016
Macros
deprecated.h File Reference

Go to the source code of this file.

Macros

#define DEPRECATED   __attribute__((deprecated))
 
#define DEPRECATED_MSG(msg)   __attribute__((deprecated(msg)))
 

Macro Definition Documentation

#define DEPRECATED   __attribute__((deprecated))

Copyright (c) 2016 by Ludwig Grill (www.rotzbua.de) Simple deprecated workaround for Arduino IDE IDE 1.6.8 use gcc 4.8 which do not support c++14 [[deprecated]] Later versions should support c++14, then use c++14 syntax

#define DEPRECATED_MSG (   msg)    __attribute__((deprecated(msg)))