summaryrefslogtreecommitdiffstats
path: root/src/drivers/bitbash/bitbash.c
Commit message (Collapse)AuthorAgeFilesLines
* Move per-transition delays from generic bit-bashing layer to i2c layerMichael Brown2006-06-141-1/+0Star
| | | | (since SPI bit-bashing will require different delay semantics).
* Change read_bit() to return 0 or -1UL, rather than 0 or 1.Michael Brown2006-06-121-2/+4
|
* Added sketch of bit-bashing interface common codeMichael Brown2006-06-081-0/+55