├── .DS_Store ├── .gitattributes ├── 3DPrintedCase ├── .DS_Store ├── GalacticUnicornCaseLeft.stl ├── GalacticUnicornCaseRight.stl ├── GalacticUnicornCaseWideLeft.stl └── GalacticUnicornCaseWideright.stl ├── Fusion360 └── GalacticUnicornCase.f3d ├── ReadMe.md └── micropython ├── ReadMe.md ├── config.py ├── mqtt_as.py └── unicornmqttscroller.py /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucl-casa-ce/Galactic-Unicorn-MQTT-Scroller/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucl-casa-ce/Galactic-Unicorn-MQTT-Scroller/HEAD/.gitattributes -------------------------------------------------------------------------------- /3DPrintedCase/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucl-casa-ce/Galactic-Unicorn-MQTT-Scroller/HEAD/3DPrintedCase/.DS_Store -------------------------------------------------------------------------------- /3DPrintedCase/GalacticUnicornCaseLeft.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucl-casa-ce/Galactic-Unicorn-MQTT-Scroller/HEAD/3DPrintedCase/GalacticUnicornCaseLeft.stl -------------------------------------------------------------------------------- /3DPrintedCase/GalacticUnicornCaseRight.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucl-casa-ce/Galactic-Unicorn-MQTT-Scroller/HEAD/3DPrintedCase/GalacticUnicornCaseRight.stl -------------------------------------------------------------------------------- /3DPrintedCase/GalacticUnicornCaseWideLeft.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucl-casa-ce/Galactic-Unicorn-MQTT-Scroller/HEAD/3DPrintedCase/GalacticUnicornCaseWideLeft.stl -------------------------------------------------------------------------------- /3DPrintedCase/GalacticUnicornCaseWideright.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucl-casa-ce/Galactic-Unicorn-MQTT-Scroller/HEAD/3DPrintedCase/GalacticUnicornCaseWideright.stl -------------------------------------------------------------------------------- /Fusion360/GalacticUnicornCase.f3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucl-casa-ce/Galactic-Unicorn-MQTT-Scroller/HEAD/Fusion360/GalacticUnicornCase.f3d -------------------------------------------------------------------------------- /ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucl-casa-ce/Galactic-Unicorn-MQTT-Scroller/HEAD/ReadMe.md -------------------------------------------------------------------------------- /micropython/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucl-casa-ce/Galactic-Unicorn-MQTT-Scroller/HEAD/micropython/ReadMe.md -------------------------------------------------------------------------------- /micropython/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucl-casa-ce/Galactic-Unicorn-MQTT-Scroller/HEAD/micropython/config.py -------------------------------------------------------------------------------- /micropython/mqtt_as.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucl-casa-ce/Galactic-Unicorn-MQTT-Scroller/HEAD/micropython/mqtt_as.py -------------------------------------------------------------------------------- /micropython/unicornmqttscroller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucl-casa-ce/Galactic-Unicorn-MQTT-Scroller/HEAD/micropython/unicornmqttscroller.py --------------------------------------------------------------------------------