by cosa » Mon Dec 04, 2006 10:33 pm
by cosa
Mon Dec 04, 2006 10:33 pm
I write my own C(++) program - like example.c - and upload the .hex file to the robot. If I want to recharge the batteries I can't use the "press button up" mechanism because its implemented in the firmware (I guess so).
So every time I want to recharge the batteries I have to write the original firmware to the robot (and erase my program) and use the standard mechanism.
Now I'm searching for a piece of code to implement a recharge-function in my own c-program.
I write my own C(++) program - like example.c - and upload the .hex file to the robot. If I want to recharge the batteries I can't use the "press button up" mechanism because its implemented in the firmware (I guess so).
So every time I want to recharge the batteries I have to write the original firmware to the robot (and erase my program) and use the standard mechanism.
Now I'm searching for a piece of code to implement a recharge-function in my own c-program.