Skip to content

Method GetMicroPythonExecutableAsync

Namespace: Belay.Core.Testing
Assembly: Belay.Core.dll

GetMicroPythonExecutableAsync()

Get the MicroPython executable path from environment or default.

csharp
public static Task<string> GetMicroPythonExecutableAsync()

Returns

Task<string>

A representing the asynchronous operation.

Released under the Apache License 2.0.