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
{{ message }}
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
I know that this fork of nemo is made specifically for the Cardputer, but would it be possible to use it with the M5Stickc 2 plus?
I want to use this version because it supports the RFID module and has many other new features. (I do not currently own a Cardputer).
I am looking forward to your reply.
Best regards.
FIlu
The text was updated successfully, but these errors were encountered:
According to the bruce.ino code, it works.
[…]
// -=-=-=-=-=-=- Uncomment the platform you're building for -=-=-=-=-=-=-
// #define STICK_C_PLUS
// #define STICK_C_PLUS2
// #define STICK_C
#define CARDPUTER
[…]
In addition to exchanging the Cardputer for the StickC Plus in the "DEFINE" part, some adaptations regarding buttons would be necessary (for example, the StickPlus uses "BtnA", while the Cardputer uses "Keyboard.isKeyPressed(KEY_ENTER)".
I also can't say if it would be on the pr3y roadmap to carry out this adaptation for the M5StickPlus (1.1 and 2.0), if not, I can try, but it may take some time.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello there,
I know that this fork of nemo is made specifically for the Cardputer, but would it be possible to use it with the M5Stickc 2 plus?
I want to use this version because it supports the RFID module and has many other new features. (I do not currently own a Cardputer).
I am looking forward to your reply.
Best regards.
FIlu
The text was updated successfully, but these errors were encountered: