Search:

Type: Posts; User: pureflip428

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,665

    There are no compile errors yet, since i have not...

    There are no compile errors yet, since i have not compiled it yet. What i am needing is an array of around 50 numbers, and with calling the functions which start at line 46 in order to sort said...
  2. Replies
    3
    Views
    1,665

    Help with Sorting algorithms

    i need to combine insertion, bubble, quick, merge, and shell sort into one program in a menu style so i can compare them, and so that i can choose which algorithm to use. i have the menu set up but i...
  3. Thread: robot code

    by pureflip428
    Replies
    2
    Views
    1,538

    the side that doesnt seem to work is the the one...

    the side that doesnt seem to work is the the one labled left wheel. instead of going through the deceleration it just shuts off.
  4. Thread: robot code

    by pureflip428
    Replies
    2
    Views
    1,538

    robot code

    im trying to write code for a robot to accellerate and decelerate. currently testing it with leds on an atmel xmega a1 board. everything seems to be in order except for the deceleration. one side...
  5. Replies
    6
    Views
    2,311

    here is delay_basic.h code insert ...

    here is delay_basic.h code

    insert



    #ifndef _UTIL_DELAY_BASIC_H_
    #define _UTIL_DELAY_BASIC_H_ 1
  6. Replies
    6
    Views
    2,311

    invalid storage class for function...

    invalid storage class for function '_delay_loop_1' (line40)
    invalid storage class for function '_delay_loop_2' (line41)
    invalid storage class for function 'isfinite' (line340)
    invalid storage...
  7. Replies
    6
    Views
    2,311

    Sonar program from C++ to C

    I looked up a program to run a sonar, which happens to be in C++ however the control board im using only reads in C and I'm not sure how to "downgrade" the code to C.


    insert


    /**
    * \file...
  8. Replies
    5
    Views
    1,633

    Thanks that seems to have fixed it. =)

    Thanks that seems to have fixed it. =)
  9. Replies
    5
    Views
    1,633

    this ends up coming up with a new problem...

    this ends up coming up with a new problem "invalid operands to binary % (have 'double' and 'int')
  10. Replies
    5
    Views
    1,633

    Problem with robotics code

    i'm trying to write a code for a robot using step motors to move. i've run in to a problem with the code. it says "storage size of 'robot' isn't known"

    insert


    /**
    * \file
    *
    *...
Results 1 to 10 of 10