ADC general purpose interface code for raw voltage input from file system.
More...
#include <stdio.h>
#include <stdint.h>
#include "bbbandroidHAL.h"
|
int | readADC (const uint8_t channel) |
|
ADC general purpose interface code for raw voltage input from file system.
- Author
- Ankur Yadav (ankur.nosp@m.ayad.nosp@m.av@gm.nosp@m.ail..nosp@m.com)
#define SYSFS_ADC_DIR "/sys/bus/iio/devices/iio:device0" |
File system path to access ADC
int readADC |
( |
const uint8_t |
channel | ) |
|
It takes ADC channel number as the input and reads its value using file system access and then returns its value.
- Parameters
-
channel | a constant uint8_t argument. |
- Returns
- If successful then value of ADC channel is returned and if it fails then -1 is returned.
Buffer to store generated file system path using snprintf