Solve Arduino IDE issue 'KeyboardCombiner.ino' needs to be in package 'K...#1
Solve Arduino IDE issue 'KeyboardCombiner.ino' needs to be in package 'K...#1professor wants to merge 2 commits into
Conversation
|
I have not been able to reproduce the problem. Can you please provide further details as to how you were uploading the sketch? Were you copy/pasting the ino file text into a new sketch, or were you attempting to import it as a library? Are you using a Leonardo, or one of the other Arduinos? I have updated the wiki page with some details on how to upload the sketch. It now instructs you to copy/paste the code into a new sketch window and upload from that. I am beginning to think that I should restructure things so that the code can be selected as an "example" in an installable library. It might make the process simpler given that you already need to install the Host Shield library. Regarding the wiki page: it is versioned, but I have just noticed that anyone can actually modify the page (as long as they are logged in) without having to send a pull request. I will shift the content into the README file as you suggested. |
When using the project the first time in Arduino IDE 1.0.6, I saw the error:
Needs to be in package 'KeyboardCombiner', since the git project can not be easily renamed on github, I decided to have the .ino file be the same name.
Note, that you'll need to update your wiki page:
"Upload the keyboard combiner sketch: https://raw.githubusercontent.com/davidbkemp/KeyboardCombinerArduinoSketch/master/KeyboardCombiner.ino"
Unfortunately, wiki pages are not versioned with the git repo. I wonder if they are versioned at all. Hmmm.