资 源 简 介
Project Has Moved
This project has been renamed to CBCJVM and has moved to github. You can find the latest source and downloads here: http://github.com/kipr/CBCJVM/
Example
```
public class Main {
public static void main(String[] args) {
CBC.init(null, false);
System.out.println("CBC Low Level Example!");
// There are helper classes that makes this more Object Oriented
CBC.motor.motor(0, 100);
System.out.println("Press the sensor to stop the motor!");
while(!CBC.sensor.digital(3)) {
}
CBC.motor.ao();
}
}
```
Plugin: CBC Eclipse
With this plugin, networked downloading of your java project to the CBC is a piece of cake. You need to install CBCJava to the CBC as described in the v1.0 download REAMDE.txt
## Usage ##
Press the CBC Icon or navigate to CBC->Download. ![http://cbcjava.googlecode.com/svn/trunk/media/CBCExample.png](http://cbcjava.googlecode.com/svn/trunk/media/CBCExample.png)
文 件 列 表
CBCWrapper
src
cbc
bin
plugins
CBC_2.2.0.jar
installer
install_script_p2
install_script
install_data
README.txt
.svn
all-wcprops
robot.c