Hello!
I would like to move in a Python direction with my GatorBit. Does anyone have a library of GatorBit codes to use with python.microbit.org? I’ve tried using makecode.microbit.org, building my code with blocks and switching to Python, but the syntax is different between MakeCode: Python and MicroPython.
I’ve also tried using edublocks. It seems like the Python syntax in edublocks matches that of MicroPython, but there’s no GatorBit (or temperature) blocks in edublocks. If you happen to know how to import GatorBit blocks into edublocks, please let me know.
Ultimately, I need to be able to code something like display.scroll(gatorEnvironment.get_measurement(measurementType.DEGREES_F))
in order to have my MicroBit show a temperature reading from my GatorBit Environmental Sensor…using MicroPython (which does not process (gatorEnvironment.get_measurement(measurementType.DEGREES_F)))
If you happen to have a library of GatorBit codes for python.microbit.org, would you please consider sharing it with me? Thank you!