summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/digiPiper/adc121c027.h
blob: 1453d8a66963cfdb77c71937544e7ca8f75a9f52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
    adc121C027.h - Analog to Digital converter integrated into Piper.

    Copyright (C) 2009 Digi International <sales2@digi.com>

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; version 2 of the License.
*/

#ifndef ADC121C027_H
#define ADC121C027_H

int adc121C027_init(struct airohaCalibrationData *cal, int i2cadapter);

#endif /* ADC121C027_H */