added type to IPerph

This commit is contained in:
2023-06-26 19:05:48 +02:00
parent f124525d2d
commit 4dcc060e9a
8 changed files with 74 additions and 2 deletions

View File

@@ -19,6 +19,10 @@ class Printer implements IPeripheral {
return addr;
}
public function getType():String {
return TYPE_NAME;
}
public function write(text: String){
}