Dmitriy Antipov dd415019c4
renderPorts-extra-checks-before-print (#1020)
When the program starts, when the showBoot() function is launched, the screenMode is checked and the showPorts function is launched, which in turn executes the renderPorts() function in a loop. While renderPorts is running, the screenMode may change, for example to ShowLines (when showString() was run). It may turn out that the mode has changed, and the renderPorts method has not been fully executed ... in the future, it will draw its own graphics on the screen, although we do not expect to see them already, because. a regime change has occurred. I added checks inside the function before displaying.
2023-05-05 15:46:43 -07:00
2018-06-20 16:37:15 -04:00
2023-04-28 14:26:34 -07:00
2020-01-06 11:39:30 -08:00
2023-04-29 17:21:48 -07:00
2017-07-25 12:15:59 +01:00
2019-08-30 13:57:27 -07:00
2017-06-29 15:47:26 +01:00
2023-04-29 17:22:20 -07:00
2019-08-28 16:27:03 -07:00
2022-08-30 10:35:02 -07:00
2017-07-15 22:32:43 +02:00

LEGO® MINDSTORMS® Education EV3 for Microsoft MakeCode Build Status

This repo contains the editor target hosted at https://makecode.mindstorms.com

Local setup

These instructions assume familiarity with dev tools and languages.

npm install
  • to run the local server,
pxt serve --cloud

Local Dev setup

In the common folder,

npm install
npm link ../pxt
  • go to pxt-ev3 and run
npm install
npm link ../pxt
npm link ../pxt-common-packages

to run the local server

From root github folder,

cd pxt-ev3
pxt serve --cloud

to build and deploy a single package via command line

cd libs/core
pxt deploy

License

MIT

Trademarks

MICROSOFT, the Microsoft Logo, and MAKECODE are registered trademarks of Microsoft Corporation. They can only be used for the purposes described in and in accordance with Microsofts Trademark and Brand guidelines published at https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general.aspx. If the use is not covered in Microsofts published guidelines or you are not sure, please consult your legal counsel or the MakeCode team (makecode@microsoft.com).

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Description
MakeCode für Lego Mindstorms EV3
Readme 58 MiB
Languages
TypeScript 81.8%
Swift 10.8%
C++ 3.5%
Less 1.5%
JavaScript 1.4%
Other 0.9%