Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idea for DeviceManagerIO, ScreenIO, KeyboardIO #274

Open
tomhea opened this issue Aug 19, 2024 · 0 comments
Open

Idea for DeviceManagerIO, ScreenIO, KeyboardIO #274

tomhea opened this issue Aug 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tomhea
Copy link
Owner

tomhea commented 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.

@tomhea tomhea changed the title Idea for Idea for DeviceManagerIO that uses ScreenIO and KeyboardIO Aug 19, 2024
@tomhea tomhea added the enhancement New feature or request label Aug 19, 2024
@tomhea tomhea changed the title Idea for DeviceManagerIO that uses ScreenIO and KeyboardIO Idea for DeviceManagerIO, ScreenIO, KeyboardIO Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant