Em Mon, 10 Apr 2017 20:06:03 +0200
Frank Schäfer escreveu:
> Am 26.03.2017 um 16:24 schrieb Frank Schäfer:
> >
> >
> > Am 24.03.2017 um 20:16 schrieb Mauro Carvalho Chehab:
> >> Em Thu, 23 Mar 2017 19:03:20 +0100
> >> Frank Schäfer escreveu:
> >>
> >>> Am 23.03.2017 um 13:56 schrieb Mauro Ca
Am 26.03.2017 um 16:24 schrieb Frank Schäfer:
>
>
> Am 24.03.2017 um 20:16 schrieb Mauro Carvalho Chehab:
>> Em Thu, 23 Mar 2017 19:03:20 +0100
>> Frank Schäfer escreveu:
>>
>>> Am 23.03.2017 um 13:56 schrieb Mauro Carvalho Chehab:
Em Thu, 23 Mar 2017 13:01:32 +0100
Frank Schäfer escre
Am 24.03.2017 um 20:16 schrieb Mauro Carvalho Chehab:
Em Thu, 23 Mar 2017 19:03:20 +0100
Frank Schäfer escreveu:
Am 23.03.2017 um 13:56 schrieb Mauro Carvalho Chehab:
Em Thu, 23 Mar 2017 13:01:32 +0100
Frank Schäfer escreveu:
Am 22.03.2017 um 15:46 schrieb Mauro Carvalho Chehab:
Em Su
Em Thu, 23 Mar 2017 19:03:20 +0100
Frank Schäfer escreveu:
> Am 23.03.2017 um 13:56 schrieb Mauro Carvalho Chehab:
> > Em Thu, 23 Mar 2017 13:01:32 +0100
> > Frank Schäfer escreveu:
> >
> >> Am 22.03.2017 um 15:46 schrieb Mauro Carvalho Chehab:
> >>> Em Sun, 19 Feb 2017 19:29:18 +0100
> >>>
Am 23.03.2017 um 13:56 schrieb Mauro Carvalho Chehab:
Em Thu, 23 Mar 2017 13:01:32 +0100
Frank Schäfer escreveu:
Am 22.03.2017 um 15:46 schrieb Mauro Carvalho Chehab:
Em Sun, 19 Feb 2017 19:29:18 +0100
Frank Schäfer escreveu:
Use i2c_smbus_read_word_data() instead of i2c_master_send()
Em Thu, 23 Mar 2017 13:01:32 +0100
Frank Schäfer escreveu:
> Am 22.03.2017 um 15:46 schrieb Mauro Carvalho Chehab:
> > Em Sun, 19 Feb 2017 19:29:18 +0100
> > Frank Schäfer escreveu:
> >
> >> Use i2c_smbus_read_word_data() instead of i2c_master_send() and
> >> i2c_master_recv() for reading the
Am 22.03.2017 um 15:46 schrieb Mauro Carvalho Chehab:
Em Sun, 19 Feb 2017 19:29:18 +0100
Frank Schäfer escreveu:
Use i2c_smbus_read_word_data() instead of i2c_master_send() and
i2c_master_recv() for reading the ID of Micorn sensors.
Bytes need to be swapped afterwards, because i2c_smbus_read
Em Sun, 19 Feb 2017 19:29:18 +0100
Frank Schäfer escreveu:
> Use i2c_smbus_read_word_data() instead of i2c_master_send() and
> i2c_master_recv() for reading the ID of Micorn sensors.
> Bytes need to be swapped afterwards, because i2c_smbus_read_word_data()
> assumes that the received bytes are li
Use i2c_smbus_read_word_data() instead of i2c_master_send() and
i2c_master_recv() for reading the ID of Micorn sensors.
Bytes need to be swapped afterwards, because i2c_smbus_read_word_data()
assumes that the received bytes are little-endian byte order (as specified
by smbus), while Micron sensors