Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Envt_Shield_F4_API.h
- Revision:
- 0:9ac219c9a7df
- Child:
- 1:d37d15b70bc5
diff -r 000000000000 -r 9ac219c9a7df Envt_Shield_F4_API.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Envt_Shield_F4_API.h Thu Aug 14 11:39:55 2014 +0000
@@ -0,0 +1,17 @@
+#include "mbed.h"
+
+#ifdef __cplusplus
+ extern "C" {
+#endif
+
+class Envt_Shield_API
+{
+ public:
+
+ void floatToInt(float in, int32_t *out_int, int32_t *out_dec, int32_t dec_prec);
+ void init();
+};
+
+#ifdef __cplusplus
+}
+#endif
\ No newline at end of file
