ArminJo / DigistumpArduino

Improved version of Digistump avr core for Arduino
199 stars 39 forks source link

Click the correct mouse buttons! #2

Closed pfeerick closed 4 years ago

pfeerick commented 4 years ago

Thanks to @mariliahoshino for the correct code!

Fixes https://github.com/digistump/DigistumpArduino/issues/63

pfeerick commented 4 years ago

It looks like TestCompile doesn't take into account the instance where a sketch might be bundled with it's own private .h files... in other words the sketch example folder isn't in the include path... hence the failure when it tries to compile DigisparkOLED and fails to find img0_128x64c1.h (and also digistump_128x64c1.h, but it hadn't gotten there yet).

ArminJo commented 4 years ago

Thanks!!!!!!!!!!!

mariliahoshino commented 4 years ago

Final project Mouse USB wireless via app https://github.com/mariliahoshino/Mouse_USB