Skip to content

Instantly share code, notes, and snippets.

@bricklife
Last active January 16, 2020 03:15
Show Gist options
  • Save bricklife/8cf5e6f71849c834d749d598cddfe712 to your computer and use it in GitHub Desktop.
Save bricklife/8cf5e6f71849c834d749d598cddfe712 to your computer and use it in GitHub Desktop.
main.py in LEGO Education SPIKE Prime Hub
import gc
import micropython
import hub_runtime
micropython.alloc_emergency_exception_buf(256)
hub_runtime.start()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment