a library for laser printer based on https://os.mbed.com/users/xmwmx/code/wmx_laser_copy/

Dependents:   Example_for_learning_easy

Revision:
1:9cfdf3c372b5
Parent:
0:5e881997f4b5
Child:
2:35089485bc89
--- a/laser.h	Tue Oct 16 06:34:23 2018 +0000
+++ b/laser.h	Tue Oct 16 06:42:48 2018 +0000
@@ -8,6 +8,14 @@
 #include "SDFileSystem.h"
 #include "esp8266.h"
 
+extern Serial ser2usb;
 
+class laser
+{
+public:
+    laser(Esp8266 & iClient);
+private:
+    Esp8266 & client;
+};
 
 #endif