Robotics Education & Competition Foundation
Inspiring students, one robot at a time.

Introduction to Multithreading in RobotC

0

1069E
Entry ID #: 492
Created: Mon, Jan 9, 2012 11:48 PM


This tutorial is simplistic and is designed to teach new programmers how to expand the possibilities in their robots by incorporating multithreading. From new programmers to code veterans, this video uses large, basic graphics to help people of all ages understand the information at hand. We hope you enjoy! --Team 1069E (1069e.berthoudrobotics.org)

Files

There is nothing here.

Links / Videos

Comments

   1069E on 01/11/2012

To anyone who feels the need to vote negatively: Please leave a comment as to why you chose to poorly vote our video. Thanks!

   1069E on 01/10/2012

And here is the DOC file: http://biohazardtechsupport.com/Multithreading.doc

   1069E on 01/09/2012

There is a minor error in the program example. task RaiseArm should actually be task RaiseArm(), and motor[l] = 127 should actually be motor[l] = 127; Sorry for this minor glitch.