Re: my first script for the GoPiGo

2015-10-22 Thread MRAB
On 2015-10-22 16:45, input/ldompel...@casema.nl wrote: In reply to "MRAB" who wrote the following: On 2015-10-22 16:07, input/ldompel...@casema.nl wrote: > I want that this script runs to times from the upper line to the buttom > line. > I tried with for x in range(2): but that didn't work You

Re: my first script for the GoPiGo

2015-10-22 Thread input/ldompeling
In reply to "MRAB" who wrote the following: > On 2015-10-22 16:07, input/ldompel...@casema.nl wrote: > > I want that this script runs to times from the upper line to the buttom > > line. > > I tried with for x in range(2): but that didn't work > > You say "didn't work", but in what way didn't it

Re: my first script for the GoPiGo

2015-10-22 Thread MRAB
On 2015-10-22 16:07, input/ldompel...@casema.nl wrote: I want that this script runs to times from the upper line to the buttom line. I tried with for x in range(2): but that didn't work You say "didn't work", but in what way didn't it work? The GoPiGo is a small robot on wheels. The API code

my first script for the GoPiGo

2015-10-22 Thread input/ldompeling
I want that this script runs to times from the upper line to the buttom line. I tried with for x in range(2): but that didn't work The GoPiGo is a small robot on wheels. The API codes are here: http://www.dexterindustries.com/GoPiGo/programming/python-programming-for-the- raspberry-pi-gopigo/ f