externalize pixel stuff, add pixel instance to plugin, remove old code

This commit is contained in:
2018-11-05 14:57:49 +01:00
parent d4d40428cc
commit 99dbd8379b
8 changed files with 58 additions and 30 deletions

View File

@@ -15,6 +15,7 @@ MeshCat sprocket(
);
void setup() {
sprocket.addPlugin(new PixelPlugin());
sprocket.join(net);
}