4tronix / PiconZero

Initial commit
13 stars 11 forks source link

Importing print_function to allow python3 compilation #2

Closed mjhenkes closed 7 years ago

mjhenkes commented 7 years ago

In addition all the print statements have been updated to have parens.

I've tested backwards compatibility by running each of the example scripts (with the exception of sonarTest.py due to a missing import). I don't have all the hardware to fully test each example except for the servo test.

I tested python3 compatibility by writing up a little servo test program which pulled in piconzero.py.

fixes #1

mjhenkes commented 7 years ago

Resolved with #3