Evironmental Shield API
Envt_Shield_F4_API.h@0:9ac219c9a7df, 2014-08-14 (annotated)
- Committer:
- Deepti
- Date:
- Thu Aug 14 11:39:55 2014 +0000
- Revision:
- 0:9ac219c9a7df
- Child:
- 1:d37d15b70bc5
Environmental Shield API
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Deepti | 0:9ac219c9a7df | 1 | #include "mbed.h" |
Deepti | 0:9ac219c9a7df | 2 | |
Deepti | 0:9ac219c9a7df | 3 | #ifdef __cplusplus |
Deepti | 0:9ac219c9a7df | 4 | extern "C" { |
Deepti | 0:9ac219c9a7df | 5 | #endif |
Deepti | 0:9ac219c9a7df | 6 | |
Deepti | 0:9ac219c9a7df | 7 | class Envt_Shield_API |
Deepti | 0:9ac219c9a7df | 8 | { |
Deepti | 0:9ac219c9a7df | 9 | public: |
Deepti | 0:9ac219c9a7df | 10 | |
Deepti | 0:9ac219c9a7df | 11 | void floatToInt(float in, int32_t *out_int, int32_t *out_dec, int32_t dec_prec); |
Deepti | 0:9ac219c9a7df | 12 | void init(); |
Deepti | 0:9ac219c9a7df | 13 | }; |
Deepti | 0:9ac219c9a7df | 14 | |
Deepti | 0:9ac219c9a7df | 15 | #ifdef __cplusplus |
Deepti | 0:9ac219c9a7df | 16 | } |
Deepti | 0:9ac219c9a7df | 17 | #endif |