
If not, I start tomorrow

Not sure what you mean? Send the PRs anyways. I'm happy to review and discuss. I have lots of C and C++ experience and not so much python, so I'm still learning to do things in the "pythonic" way.CRImier wrote:Nice! Do you consider passing pyb.I2C class object to a constructor a good practice? If so, I guess I've got some pull requests to make =)
Code: Select all
Micro Python v1.2-65-g6c70511 on 2014-08-04; PYBv1.0 with STM32F405RG
Type "help()" for more information.
>>> import os
>>> os.listdir('/flash/lib')
['lcd.py', 'pyb_gpio_lcd.py', 'pyb_gpio_lcd_test.py']
>>> import pyb_gpio_lcd_test
Code: Select all
import pyb_gpio_lcd_test
pyb_gpio_lcd_test.test_main()