Damien George 38ae014e42 stmhal: Update ADC, DAC and I2C objects to use new buffer protocol.
Main reason for expanding buffer protocol API was to support writes to a
buffer in ADC module (see read_timed).  With this change you can now
create an array of arbitrary type and ADC.read_timed will store into
that array in the correct format (byte, int, float).  I wonder though if
all these changes were really worth it to support just this function.
Hopefully this enhanced buffer protocol API (with typecode specified)
will be used elsewhere.
2014-04-18 23:28:56 +01:00
..
2014-03-11 23:55:41 -07:00
2014-03-24 15:15:33 +00:00
2014-03-19 13:11:59 +00:00
2014-03-12 18:15:55 -07:00
2014-03-12 18:15:55 -07:00
2014-03-30 13:35:08 +01:00
2014-03-19 13:11:59 +00:00
2014-03-12 18:15:55 -07:00
2014-04-17 00:13:13 +01:00
2014-03-24 12:23:37 +00:00
2014-03-15 12:54:48 +00:00
2014-03-15 12:54:48 +00:00
2014-03-11 23:55:41 -07:00
2014-03-12 18:15:55 -07:00
2014-04-14 01:45:58 +01:00