Demo

Dependencies:   mbed

Committer:
nightseas
Date:
Thu May 19 15:52:24 2016 +0000
Revision:
2:0ee90da44162
AirBoxProtoDemo

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nightseas 2:0ee90da44162 1 #ifndef _PE_UV_
nightseas 2:0ee90da44162 2 #define _PE_UV_
nightseas 2:0ee90da44162 3
nightseas 2:0ee90da44162 4 extern int UV_Init(void);
nightseas 2:0ee90da44162 5 extern float UV_ReadTemp(void);
nightseas 2:0ee90da44162 6 extern float UV_ReadRh(void);
nightseas 2:0ee90da44162 7
nightseas 2:0ee90da44162 8 #endif