altos: Add bit-bang i2c driver
authorKeith Packard <keithp@keithp.com>
Sun, 19 Sep 2021 05:05:32 +0000 (22:05 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 19 Sep 2021 06:17:41 +0000 (23:17 -0700)
commit3ed101d634968666cd3ee2d8c49737970caf406b
tree87856f7caf1597c8ac9cd9488132c169f50268b9
parent41b754f955de6f196e44f30334436e5237fb9110
altos: Add bit-bang i2c driver

Useful for debugging stuff, not useful for flight code as it
burns the CPU for timing.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/kernel/ao_i2c_bit.c [new file with mode: 0644]
src/kernel/ao_i2c_bit.h [new file with mode: 0644]