New Autonomous Style

We will be trying out a new style of autonomous suggested to us by Mr. Corey Porter.  Often in coding, developers will write functions in a header file and execute them in a source file, like so:

//headerEx.h
void print_hello() {
   printf("Hello");
}
//headerEx.c
#include <headerEx.h>
int main() {
  print_hello();
}

And it’ll have output like so:

$ ./headerEx
Hello

We plan to do some of our autonomouses just like this so that we don’t have to redefine every forward or backward function for every autonomous; though when we need to redefine, we only have to do it once.

10.25.12-A Sponsor?

Attendance


  • Erik
  • Dante
  • Chris
  • Fletcher
  • Evan
  • Mark
  • Justin

Journal


Tasks

  • Talk with Dante’s Mom about a possible sponsor
  • Mess around with legos

Reflections

Erik messed around with an axle he built out of Legos. It had one wheel that spun at a rate and a second wheel that spun at a lesser rate.

Dante’s mom came in and told us of a way that we can get a lot of money. There is a man in Glendora who invented the pop up sprinkler who might give money to a group like ours. She suggested that we watch his bit on California’s Gold to research what he might want to see in a proposal.