added type to IPerph
This commit is contained in:
@@ -19,6 +19,10 @@ class Printer implements IPeripheral {
|
||||
return addr;
|
||||
}
|
||||
|
||||
public function getType():String {
|
||||
return TYPE_NAME;
|
||||
}
|
||||
|
||||
public function write(text: String){
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user