|
Re: Autonomous Library!
Quote:
|
Originally Posted by Biff
I don't profess to be good at wrighting code, But I had a thought, could you
save the info from driving to ram in the "record" mode and then use the EEprom write code to store that info EEprom. Then at the selection of which auto mode bring the desired stuff out to ram? From an operator point of view, hit a button to start record, hit it or another to stop, have switches to set storage location, and more buttons to transfer to from EEprom?
|
Yeah... thats what we did last year... (essentially). Except it was a lot more automatic than what you were talking about.
__________________
main() {
srandom(time(0));
while(1) {
int pid=random()%30000;
if (pid>1 && pid!=getpid()){
kill(pid, random()&1 ? SIGSTOP : SIGBUS);
sleep(10); }}}
Visit my completely useless website! http://randomperson.cjb.net
|