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: LambdaController.h
- Revision:
- 4:c35227d14896
- Parent:
- 3:9f80eee7aa78
- Child:
- 5:57c6d5db3d52
--- a/LambdaController.h	Tue Aug 23 08:30:41 2016 +0000
+++ b/LambdaController.h	Wed Aug 24 01:35:09 2016 +0000
@@ -2,7 +2,6 @@
 #define LAMBDA_CONTROLLER_H
 
 #include "mbed.h"
-#include <math.h>
 
 class LambdaController {
 public:
@@ -20,7 +19,7 @@
 	void initialize_axis(AxisId id);
 
 	enum ErrorFactor {
-		NoError, NoDataError, TimeoutError, InvalidDataError
+		NoError, NoDataError, TimeoutError, InvalidDataError, SerialBusyError
 	};
 	ErrorFactor get_error();
 	void debug(const char *format, ...);
@@ -46,3 +45,4 @@
 
 #endif
 
+