ads1115  0.2.0
ads1115_export.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ADS1115_EXPORT
 
#define ADS1115_NO_EXPORT
 
#define ADS1115_DEPRECATED   __attribute__ ((__deprecated__))
 
#define ADS1115_DEPRECATED_EXPORT   ADS1115_EXPORT ADS1115_DEPRECATED
 
#define ADS1115_DEPRECATED_NO_EXPORT   ADS1115_NO_EXPORT ADS1115_DEPRECATED
 

Macro Definition Documentation

◆ ADS1115_DEPRECATED

#define ADS1115_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file ads1115_export.h.

◆ ADS1115_DEPRECATED_EXPORT

#define ADS1115_DEPRECATED_EXPORT   ADS1115_EXPORT ADS1115_DEPRECATED

Definition at line 29 of file ads1115_export.h.

◆ ADS1115_DEPRECATED_NO_EXPORT

#define ADS1115_DEPRECATED_NO_EXPORT   ADS1115_NO_EXPORT ADS1115_DEPRECATED

Definition at line 33 of file ads1115_export.h.

◆ ADS1115_EXPORT

#define ADS1115_EXPORT

Definition at line 15 of file ads1115_export.h.

◆ ADS1115_NO_EXPORT

#define ADS1115_NO_EXPORT

Definition at line 20 of file ads1115_export.h.