I've been learning about bit bashing and I've (for laughs) been using an old parallax BS2.
I developed some i2c protocols for it, but something in my conversation is out of order/missing.
I'm wondering what I should be sending/receiving.
I know the following should be true:
It's address:1E
To configure for continuous:
(Start)$1E $02 $00(Stop)
To read the six bytes I send:
(Start)$1E $03(stop)
(Start)$1E $06 and get 48 bits.
But it keeps sending back:
$DFEF F7FB FDFE