forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Further improvements to M5Stack Cardputer keyboard integration.
- Move the keyboard-related code from board.c to cardputer_keyboard.c, exposed to python as cardputer_keyboard. - Remove board.KEYBOARD, provide cardputer_keyboard.KEYBOARD instead. - Provide additional methods in cardputer_keyboard: - detach_serial() - attach_serial() - key_to_char(key, shift)
- Loading branch information
1 parent
5f63d8f
commit 10beacf
Showing
7 changed files
with
243 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.