a library for laser printer based on https://os.mbed.com/users/xmwmx/code/wmx_laser_copy/
Dependents: Example_for_learning_easy
Diff: laser.cpp
- Revision:
- 1:9cfdf3c372b5
- Parent:
- 0:5e881997f4b5
- Child:
- 2:35089485bc89
--- a/laser.cpp Tue Oct 16 06:34:23 2018 +0000 +++ b/laser.cpp Tue Oct 16 06:42:48 2018 +0000 @@ -1,3 +1,7 @@ #include "laser.h" - +laser::laser(Esp8266 & iClient) + :client(iClient) +{ + ; +}