sparkslabs / pyxie

Little Python to C++ compiler
Apache License 2.0
91 stars 23 forks source link

230. Implementation can generate code for myservo.attach(pin) #5

Closed sparkslabs closed 8 years ago

sparkslabs commented 8 years ago

Once implemented, this will largely allow most of the other methods relating to servo objects to work - at which point Pyxie starts becoming useful.

(imported from trello)

sparkslabs commented 8 years ago

Generated C++ code for myservo.attach(pin) works as desired as per v0.0.21