About the Site
um im a new programmer, and im last minute programming our create robots, but i dont how to program a create. could some one provide basic commands such as driving straight, turning, and driving back wards. please and thank you. :D
All your base belong to WAIAKEA!
First off welcome to the programming family :D and some basic codes are as follows:
int main(){ create_connect(); //CBC connects to Create create_drive_straight(500); //Create drives staright at 500 speed and it can drive backward just change 500 to negative sleep(1); create_spin_CW(450); //Create spins ClockWise at 450 speed sleep(1); create_spin_CCW(450); //Create spins Counter-ClockWise at 450 speed sleep(1); create_disconnect(); //CBC disconnects from the Create so that it wont move after the alloted time limit by accident}
If you have any more questions please ask away or you can go to the program window and open up help and click on manual. :)
~ARIGATO -From firetiger5
First off welcome to the programming family :D and some basic codes are as follows:
If you have any more questions please ask away or you can go to the program window and open up help and click on manual. :)
~ARIGATO
-From firetiger5