📄 bot.java
字号:
package nanovm.nibo.drivers;/** * Gives access to general information about the Nibo robot. * You will have to call update first to get actual values. * @author Nils Springob */public class Bot { /** * update bot data */ public static native void update(); /** * get the supply voltage. * @return ticks for supply voltage */ public static native int getSupplyVoltage();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -