Bonjour
Voila, pour mes premiers pas avec l'arduino , je tente de faire ce tuto :
(voir post suivant)
Mon soucis est que dès que je tente de compiler, j'obtiens pas mal d'erreur, mais étant nouveau, je ne vois pas trop d'où viens le problème, voisi les message en question :
C:\DOCUME~1\LOLO-L~1\LOCALS~1\Temp\build15522.tmp\/WiiChuck_funcs.h:29: error: variable or field 'WiiChuck_beginWithPowerPins' declared void
C:\DOCUME~1\LOLO-L~1\LOCALS~1\Temp\build15522.tmp\/WiiChuck_funcs.h:29: error: 'byte' was not declared in this scope
C:\DOCUME~1\LOLO-L~1\LOCALS~1\Temp\build15522.tmp\/WiiChuck_funcs.h:29: error: 'byte' was not declared in this scope
C:\DOCUME~1\LOLO-L~1\LOCALS~1\Temp\build15522.tmp\/WiiChuck_funcs.h: In function 'void WiiChuck_beginWithPower()':
C:\DOCUME~1\LOLO-L~1\LOCALS~1\Temp\build15522.tmp\/WiiChuck_funcs.h:42: error: 'PC3' was not declared in this scope
C:\DOCUME~1\LOLO-L~1\LOCALS~1\Temp\build15522.tmp\/WiiChuck_funcs.h:42: error: 'PC2' was not declared in this scope
C:\DOCUME~1\LOLO-L~1\LOCALS~1\Temp\build15522.tmp\/WiiChuck_funcs.h:42: error: 'WiiChuck_beginWithPowerPins' was not declared in this scope
C:\DOCUME~1\LOLO-L~1\LOCALS~1\Temp\build15522.tmp\/WiiChuck_funcs.h: At global scope:
C:\DOCUME~1\LOLO-L~1\LOCALS~1\Temp\build15522.tmp\/WiiChuck_funcs.h:46: error: variable or field 'WiiChuck_sendCmd' declared void
C:\DOCUME~1\LOLO-L~1\LOCALS~1\Temp\build15522.tmp\/WiiChuck_funcs.h:46: error: 'byte' was not declared in this scope
C:\DOCUME~1\LOLO-L~1\LOCALS~1\Temp\build15522.tmp\/WiiChuck_funcs.h:46: error: 'byte' was not declared in this scope
C:\DOCUME~1\LOLO-L~1\LOCALS~1\Temp\build15522.tmp\/WiiChuck_funcs.h:46: error: 'cmd' was not declared in this scope
C:\DOCUME~1\LOLO-L~1\LOCALS~1\Temp\build15522.tmp\/WiiChuck_funcs.h:46: error: expected primary-expression before 'int'
C:\DOCUME~1\LOLO-L~1\LOCALS~1\Temp\build15522.tmp\/WiiChuck_funcs.h:57: error: 'byte' was not declared in this scope
C:\DOCUME~1\LOLO-L~1\LOCALS~1\Temp\build15522.tmp\/WiiChuck_funcs.h:57: error: 'byte' was not declared in this scope
C:\DOCUME~1\LOLO-L~1\LOCALS~1\Temp\build15522.tmp\/WiiChuck_funcs.h:57: error: 'resp' was not declared in this scope
C:\DOCUME~1\LOLO-L~1\LOCALS~1\Temp\build15522.tmp\/WiiChuck_funcs.h:57: error: 'byte' was not declared in this scope
C:\DOCUME~1\LOLO-L~1\LOCALS~1\Temp\build15522.tmp\/WiiChuck_funcs.h:57: error: initializer expression list treated as compound expression
C:\DOCUME~1\LOLO-L~1\LOCALS~1\Temp\build15522.tmp\/WiiChuck_funcs.h:58: error: expected ',' or ';' before '{' token
Sauriez vous me venir en aide ?
Merci
- l0l0 -