Private
Public Access
2
0

aio: add calls for changing bit value of the read

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-09-22 14:22:17 +01:00
parent dcc4efbaf8
commit 6a7add6b99
4 changed files with 82 additions and 7 deletions

View File

@@ -76,4 +76,5 @@ struct _pwm {
struct _aio {
unsigned int channel; /**< the channel as on board and ADC module */
int adc_in_fp; /**< File Pointer to raw sysfs */
int value_bit; /**< 10 bits by default. Can be increased if board */
};