示例#1
0
文件: LEDs.cs 项目: cgaydier/diff
    public static int Main(string [] args)
    {
        PSMove move = new PSMove();

        move.set_leds(0, 255, 0);
        move.update_leds();
        return(0);
    }