Receive over I2C instead of UART #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently we are receiving programs over UART for testing purposes, we need to change this to receive over I2C.
Dreaded_X referenced this issue from z80/z802021-01-28 22:20:16 +00:00
Should be very easy to implement, see z80/keyboard on how to implement I2C receive interrupt.