by Landy » Sat Feb 04, 2012 7:14 pm
by Landy
Sat Feb 04, 2012 7:14 pm
Thanks i-bot.
I was wrong to understand.
I thought it was possible to divide the tasks between two controllers, to lighten the load of a single CPU.
For example, in my project, I intend to control an mp3 player.
In particular, the Somo14d.
I thought that sending the decoding of the bit banging to a second controller I lighten the work.
I wanted to use the second controller for other things like that.
main:
dim x as byte
......
.......
tilt=ad(0)
if tilt >= 200 then
goto action
action:
goto somo14 'in the secondary controller
move g6A 100,110,100
ecc ecc
sorry for my bad English.
Best regards
Andy
Thanks i-bot.
I was wrong to understand.
I thought it was possible to divide the tasks between two controllers, to lighten the load of a single CPU.
For example, in my project, I intend to control an mp3 player.
In particular, the Somo14d.
I thought that sending the decoding of the bit banging to a second controller I lighten the work.
I wanted to use the second controller for other things like that.
main:
dim x as byte
......
.......
tilt=ad(0)
if tilt >= 200 then
goto action
action:
goto somo14 'in the secondary controller
move g6A 100,110,100
ecc ecc
sorry for my bad English.
Best regards
Andy