This file contains the platform-specific ADC resolutions. More...
 Include dependency graph for ADCConfig.hpp:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | ADC_RESOLUTION 10 | 
| The actual maximum resolution of the built-in ADC.  More... | |
| #define | HAS_ANALOG_READ_RESOLUTION 0 | 
Whether the platform supports the analogReadResolution function.  More... | |
This file contains the platform-specific ADC resolutions.
By default, the library automatically selects the maximum supported resolution for known boards, otherwise, it falls back to 10 bits.
Definition in file ADCConfig.hpp.
| #define ADC_RESOLUTION 10 | 
The actual maximum resolution of the built-in ADC.
Definition at line 76 of file ADCConfig.hpp.
| #define HAS_ANALOG_READ_RESOLUTION 0 | 
Whether the platform supports the analogReadResolution function. 
Definition at line 78 of file ADCConfig.hpp.