ShimmyMySherbet / MrSpark

A simple Ducky Script to Digispark script converter written in VB.NET
Mozilla Public License 2.0
6 stars 2 forks source link

'DigiKeyboard' does not name a type Error #1

Open ghost opened 5 years ago

ghost commented 5 years ago

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.

ShimmyMySherbet commented 5 years ago

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.