aboutsummaryrefslogtreecommitdiff
path: root/stmhal/i2c.c
AgeCommit message (Expand)Author
2014-04-16stmhal: Fix C bindings of I2C.read/write.Damien George
2014-04-16stmhal: Add I2C functions for pure master read/write.Damien George
2014-04-15stmhal: Add I2C.scan method, to scan all devices on the bus.Damien George
2014-04-13py: Fix mp_get_buffer, and use it in more places.Damien George
2014-04-12stmhal: Move I2C objects to ROM.Damien George
2014-04-05py: Change nlr_jump to nlr_raise, to aid in debugging.Damien George
2014-03-30Merge map.h into obj.h.Damien George
2014-03-30Rename rt_* to mp_*.Damien George
2014-03-29py: Rename old const type objects to mp_type_* for consistency.Damien George
2014-03-26stmhal: Use rt_check_nargs to check number of arguments.Damien George
2014-03-26Remove mp_obj_type_t.methods entry and use .locals_dict instead.Damien George
2014-03-26Change mp_method_t.name from const char * to qstr.Damien George
2014-03-25stmhal: Add I2C support; change accel driver to use new I2C.Damien George