+ 2
python with arduino is good?
whats better interface to hardware control
8 Antworten
+ 3
thats awesome!
+ 3
All I remember is Arduino is a C++ styled language (I just learnt Arduino btw) so most of the C++ syntax is present in Arduino, but both are unique in some ways .
Example is a for loop:
for (i=0, i<=7, i++){
analogWrite(13,HIGH)
delay(200)
analogwrite(13,LOW)
delay(200)
A 8 times blinky program.
So maybe Python might not work.
+ 2
dunno. i would love to play with one though. have you got one? is it fun?
+ 2
dunno?
+ 2
short for don't know
+ 2
yes, for now i just playinga little, I have doing a memory game with blink leds and buttons
+ 2
to Orphan children play
+ 2
I used serial communication