dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pios_adc.h File Reference

ADC layer functions header. More...

#include <stdint.h>
#include <stdbool.h>
#include "pios_queue.h"

Go to the source code of this file.

Data Structures

struct  pios_adc_driver
 

Functions

int32_t PIOS_ADC_GetChannelRaw (uint32_t channel)
 
float PIOS_ADC_GetChannelVolt (uint32_t channel)
 

Detailed Description

ADC layer functions header.

Author
The OpenPilot Team, http://www.openpilot.org Copyright (C) 2012.
Tau Labs, http://taulabs.org, Copyright (C) 2013-2014
dRonin, http://dRonin.org/, Copyright (C) 2018
See Also
The GNU Public License (GPL) Version 3

Definition in file pios_adc.h.