blob: ebc624c4bd780a04d4cda2463877e5e2dfee1210 [file] [log] [blame]
adamdunkels573bc292003-10-01 08:04:03 +00001#ifndef __SENSORS_H__
2#define __SENSORS_H__
3
4extern volatile unsigned int sensors_mic, /**< On-board microphone. */
5 sensors_extern, /**< External sensor. */
6 sensors_battery, /**< Battery sensor. */
7 sensors_temp, /**< Temperature sensor. */
8 sensors_vib; /**< Vibration sensor. */
9
10void sensors_init(void);
11
12#endif /* __SENSORS_H__ */