Hi fellows,
@jpearman and other maintainers of the extension for Python would be interested in this post.
I was going through the demo code in Python from the extension for VS code. In line 49, the code writes:
brain.screen.print("Temperature:", drivetrain.temperature(PERCENT))
I wonder if the parameter for temperature should be TemperatureUnits instead of PercentUnits or not. For example, replacing with TemperatureUnits.CELSIUS sounds proper.
By the way, is the demo code on Github? I tried to find the source code on GitHub but didn’t find it.