juanmcasillas / ArduSpinner

A simple implementation using Arduino and some rotary encoders to create a spinner for arkanoid
GNU General Public License v3.0
5 stars 0 forks source link

Arduspinner programming #1

Open EvilPit opened 2 years ago

EvilPit commented 2 years ago

Hi,

Thanks for this project !

I a trying to program my leonardo atmega34, but i get this error

**Arduino: 1.8.19 (Windows 10), Board: "Arduino Pro or Pro Mini, ATmega328P (5V, 16 MHz)"

C:\Users\utilisateur01\Documents\Arduino\libraries\ArduSpinner-master\arduspinner\arduspinner.ino: In function 'void setup()':

arduspinner:37:5: error: 'Mouse' not found. Does your sketch include the line '#include '?

 Mouse.begin();

 ^~~~~

C:\Users\utilisateur01\Documents\Arduino\libraries\ArduSpinner-master\arduspinner\arduspinner.ino: In function 'void loop()':

arduspinner:49:9: error: 'Mouse' not found. Does your sketch include the line '#include '?

     Mouse.move(value, 0, 0);

     ^~~~~

exit status 1

'Mouse' not found. Does your sketch include the line '#include '?

Invalid library found in C:\Users\utilisateur01\Documents\Arduino\libraries\ArduSpinner-master: no headers files (.h) found in C:\Users\utilisateur01\Documents\Arduino\libraries\ArduSpinner-master

Invalid library found in C:\Users\utilisateur01\Documents\Arduino\libraries\sketch_jan15a: no headers files (.h) found in C:\Users\utilisateur01\Documents\Arduino\libraries\sketch_jan15a

Invalid library found in C:\Users\utilisateur01\Documents\Arduino\libraries\ArduSpinner-master: no headers files (.h) found in C:\Users\utilisateur01\Documents\Arduino\libraries\ArduSpinner-master

Invalid library found in C:\Users\utilisateur01\Documents\Arduino\libraries\sketch_jan15a: no headers files (.h) found in C:\Users\utilisateur01\Documents\Arduino\libraries\sketch_jan15a

This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.**

juanmcasillas commented 2 years ago

Hello,

I tested the compilation with arduino ide 1.8.16 and a Leonardo and it compiles fine.

I will test it with the new version. Can you test with 1.8.16 ?

El 15 ene 2022, a las 14:58, EvilPit @.***> escribió:

Hi,

Thanks for this project !

I a trying to program my leonardo atmega34, but i get this error

**Arduino: 1.8.19 (Windows 10), Board: "Arduino Pro or Pro Mini, ATmega328P (5V, 16 MHz)"

C:\Users\utilisateur01\Documents\Arduino\libraries\ArduSpinner-master\arduspinner\arduspinner.ino: In function 'void setup()':

arduspinner:37:5: error: 'Mouse' not found. Does your sketch include the line '#include '?

Mouse.begin();

^~~~~ C:\Users\utilisateur01\Documents\Arduino\libraries\ArduSpinner-master\arduspinner\arduspinner.ino: In function 'void loop()':

arduspinner:49:9: error: 'Mouse' not found. Does your sketch include the line '#include '?

 Mouse.move(value, 0, 0);

 ^~~~~

exit status 1

'Mouse' not found. Does your sketch include the line '#include '?

Invalid library found in C:\Users\utilisateur01\Documents\Arduino\libraries\ArduSpinner-master: no headers files (.h) found in C:\Users\utilisateur01\Documents\Arduino\libraries\ArduSpinner-master

Invalid library found in C:\Users\utilisateur01\Documents\Arduino\libraries\sketch_jan15a: no headers files (.h) found in C:\Users\utilisateur01\Documents\Arduino\libraries\sketch_jan15a

Invalid library found in C:\Users\utilisateur01\Documents\Arduino\libraries\ArduSpinner-master: no headers files (.h) found in C:\Users\utilisateur01\Documents\Arduino\libraries\ArduSpinner-master

Invalid library found in C:\Users\utilisateur01\Documents\Arduino\libraries\sketch_jan15a: no headers files (.h) found in C:\Users\utilisateur01\Documents\Arduino\libraries\sketch_jan15a

This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.**

— Reply to this email directly, view it on GitHub https://github.com/juanmcasillas/ArduSpinner/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD5G4WV4CMVZ74WLGAKYJJLUWF4RTANCNFSM5MBAU34A. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.

EvilPit commented 2 years ago

Thanks for reply.

TEst ith 1.8.16 gives me the same error.

I don't understand what's wrong

EvilPit commented 2 years ago

IMG-20220115-WA0000

IMG-20220115-WA0002

juanmcasillas commented 2 years ago

Well, what board have you selected? I the board manager?

El sáb., 15 ene. 2022 15:24, EvilPit @.***> escribió:

Thanks for reply.

TEst ith 1.8.16 gives me the same error.

I don't understand what's wrong

— Reply to this email directly, view it on GitHub https://github.com/juanmcasillas/ArduSpinner/issues/1#issuecomment-1013690675, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD5G4WRSFHBMBQJQCI2UVUDUWF7QTANCNFSM5MBAU34A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

EvilPit commented 2 years ago

I am stupid, did not selected the right board....upload seems ok now.

Apologies, many thanks for the help.

juanmcasillas commented 2 years ago

No problem! Enjoy!

El sáb., 15 ene. 2022 16:19, EvilPit @.***> escribió:

I am stupid, did not selected the right board....upload seems ok now.

Apologies, many thanks for the help.

— Reply to this email directly, view it on GitHub https://github.com/juanmcasillas/ArduSpinner/issues/1#issuecomment-1013699186, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD5G4WTXK4DT5BPRCPCMIJDUWGGA7ANCNFSM5MBAU34A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>