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

Support for GPIO pins on external chips. #124

Open
marcuschangarm opened this issue Nov 24, 2015 · 1 comment
Open

Support for GPIO pins on external chips. #124

marcuschangarm opened this issue Nov 24, 2015 · 1 comment
Labels

Comments

@marcuschangarm
Copy link
Contributor

I have this I/O expander chip that runs over I2C.

In "the other OS" I could make each pin look and behave like any other GPIO pin on the main MCU which meant I could pass it along to other modules like the SPI driver.

It would be useful to be able to do the same in mbed OS, for example by making the methods in Digital*/InterruptIn virtual or by adding support in gpio.c/InterruptIn.cpp.

@ciarmcom
Copy link
Member

ARM Internal Ref: IOTSFW-1302

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants