You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspired from rereading #154.
The idea is simple. The input/output will be connected to DeviceManagerIO, which is a device that handles multiple IO devices.
An idea: for controlling N devices (including the DeviceManager), you output 1 and then ceil(log2(N)) bits to indicate to which device you want to talk, or 0 to keep talking to the same device.
Then you can talk to each device.
The text was updated successfully, but these errors were encountered:
tomhea
changed the title
Idea for
Idea for DeviceManagerIO that uses ScreenIO and KeyboardIO
Aug 19, 2024
Inspired from rereading #154.
The idea is simple. The input/output will be connected to
DeviceManagerIO
, which is a device that handles multiple IO devices.An idea: for controlling N devices (including the DeviceManager), you output 1 and then ceil(log2(N)) bits to indicate to which device you want to talk, or 0 to keep talking to the same device.
Then you can talk to each device.
The text was updated successfully, but these errors were encountered: