1

抱歉,我对 Lego ev3 Mindstorms 完全陌生,我需要为某个主题的项目执行此操作。

我将使用 ROBOTC 语言对其进行编程,并且为了满足我的项目要求,我正在考虑允许用户使用 EV3 砖块向机器人输入输入。有可能这样做吗?如果可能的话,我该怎么做?

最后,我可以获得一些乐高 EV3 头脑风暴的 ROBOTC 编程在线指南吗?

抱歉问了这么多问题:(

任何帮助深表感谢!:) 非常感谢!:)

4

2 回答 2

1

The only way to input something would be through the ev3 buttons or connected sensores. So if you want to input text, you could either use an onscreen keyboard or you build a hardware LEGO keyboard with various sensors. As for documentation, take a look at http://help.robotc.net/WebHelpMindstorms/index.htm

于 2015-10-10T16:23:59.120 回答
0

我不了解 ROBOTC,但 ev3 有 6 个按钮和一个显示屏。使用像 ev3dev.org 这样的替代固件,您可以编写一个对话框(例如要求一个值)并使用 6 个按钮和一个屏幕键盘输入它。

于 2015-10-05T14:48:20.220 回答