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 May 31, 2022. It is now read-only.
When I click upload, I get this error:
'DigiKeyboard' does not name a type
I even tried including
#include "DigiKeyboard.h"
at the top. Not sure what's causing this, because I'm not getting this issue with the default test code.
The text was updated successfully, but these errors were encountered:
This is probably and Arduino problem. Make sure you have installed the Digispark's drivers and that your are exporting correctly to the ATTiny85. I recommend this video to get you started: https://www.youtube.com/watch?v=MmDBvgrYGZs . Thanks, keep me posted.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I click upload, I get this error:
'DigiKeyboard' does not name a type
I even tried including
#include "DigiKeyboard.h"
at the top. Not sure what's causing this, because I'm not getting this issue with the default test code.
The text was updated successfully, but these errors were encountered: