a library for laser printer based on https://os.mbed.com/users/xmwmx/code/wmx_laser_copy/
Dependents: Example_for_learning_easy
laser.cpp@1:9cfdf3c372b5, 2018-10-16 (annotated)
- Committer:
- Dennis_Yu
- Date:
- Tue Oct 16 06:42:48 2018 +0000
- Revision:
- 1:9cfdf3c372b5
- Parent:
- 0:5e881997f4b5
- Child:
- 2:35089485bc89
add a laser class
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Dennis_Yu | 0:5e881997f4b5 | 1 | #include "laser.h" |
Dennis_Yu | 0:5e881997f4b5 | 2 | |
Dennis_Yu | 1:9cfdf3c372b5 | 3 | laser::laser(Esp8266 & iClient) |
Dennis_Yu | 1:9cfdf3c372b5 | 4 | :client(iClient) |
Dennis_Yu | 1:9cfdf3c372b5 | 5 | { |
Dennis_Yu | 1:9cfdf3c372b5 | 6 | ; |
Dennis_Yu | 1:9cfdf3c372b5 | 7 | } |