![]() |
White Paper Discuss: An Introduction to C Programming for First Robotics Applications
Thread created automatically to discuss a document in the White Papers.
An Introduction to C Programming for First Robotics Applications by eugenebrooks |
Re: White Paper Discuss: An Introduction to C Programming for First Robotics Applications
Quote:
The tutorial content uses the freely available Extensible Interactive C interpreter, written by Ed Breen, as a vehicle to explore the properties of simple C statements, variable definitions and functions. The “not-so-tutorial” portion of the content explores binary arithmetic, the relationship between shifts and multiplies, and takes things as far as how to implement fixed-point arithmetic. A library routine (missing from the IFI default code) to print long integers and long integers representing fixed-point is described and is included as source code in the companion EiC distribution. Any discussion, corrections and suggestions for improvements for the document would be happily received in this thread. As noted, the document is a work in progress and will likely see further improvement before the kickoff in response to any suggestions. Eugene Brooks |
Re: White Paper Discuss: An Introduction to C Programming for First Robotics Applications
Eugene,
I tried to open the paper but received an error message "File not found". |
Re: White Paper Discuss: An Introduction to C Programming for First Robotics Applications
Eugene,
It looks great! It will take me some time to read all 36 pages. I'm going to add this document to the resource page of NYC teams. Thank You! :) |
Re: White Paper Discuss: An Introduction to C Programming for First Robotics Applications
Quote:
|
Re: White Paper Discuss: An Introduction to C Programming for First Robotics Applicat
Right click and choose save as at the white papers page, there is some kind of glitch that wont let you directly open the file.
It looks like it is a .pdf file |
Re: White Paper Discuss: An Introduction to C Programming for First Robotics Applicat
I have read the entire paper and think you did a wonderful job. The only problems I could spot were a couple mis-spelled words. Very nice job. I'll be handing this paper out to my programmers.
|
Re: White Paper Discuss: An Introduction to C Programming for First Robotics Applications
Quote:
|
Re: White Paper Discuss: An Introduction to C Programming for First Robotics Applications
Quote:
is prepended with a large number that makes it very long, and PCs might not like that. Try the technical page from www.srvhsrobotics.org, this also being the place where updated copies of the paper will be found roughly weekly, and the EiC distribution supporting it can also be found. |
Re: White Paper Discuss: An Introduction to C Programming for First Robotics Applications
Hi Eugene! This looks great, I'll show it to my team.
|
Re: White Paper Discuss: An Introduction to C Programming for First Robotics Applications
An updated version of the white paper, now 66 pages, is available at the www.srvhsrobotics.org web site in the Technical page. The new version is dated Nov 26, 2004.
In addition to revisions throughout, more material covering interrupts and state machines has been added. Of particular note is a demonstration of the hazards associated with access to variables updated by interrupt handlers. This is something that must be carefully attended to if your program employing interrupts is to be kept robust. |
| All times are GMT -5. The time now is 02:55. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi