Hallo Dirk,

Durch meinen Thread bin ich auf deine Bibliothek verwiesen wurde. Wie kann ich sie so umaendern, dass sie mit dem WIFI-Modul M256 funktioniert?

Ich habe bisher die c und h datei ins makefile eingebunden und alles was sich auf RP6Control bezieht zu RP6M256 umgeaendert (includes und inits).

Jetzt bekomme ich beim kompillieren trotzdem Fehlermeldungen wie z.b.:

Code:
../RP6Lib/custom/RP6ControlServoLib.c:42: error: 'FALSE' undeclared here (not in a function)
../RP6Lib/custom/RP6ControlServoLib.c: In function 'initSERVO':
../RP6Lib/custom/RP6ControlServoLib.c:84: error: 'IO_PC2' undeclared (first use in this function)
../RP6Lib/custom/RP6ControlServoLib.c:84: error: (Each undeclared identifier is reported only once
../RP6Lib/custom/RP6ControlServoLib.c:84: error: for each function it appears in.)
../RP6Lib/custom/RP6ControlServoLib.c:85: error: 'IO_PC3' undeclared (first use in this function)
../RP6Lib/custom/RP6ControlServoLib.c:86: error: 'IO_PC4' undeclared (first use in this function)
../RP6Lib/custom/RP6ControlServoLib.c:87: error: 'IO_PC5' undeclared (first use in this function)
../RP6Lib/custom/RP6ControlServoLib.c:88: error: 'IO_PC6' undeclared (first use in this function)
../RP6Lib/custom/RP6ControlServoLib.c:89: error: 'IO_PC7' undeclared (first use in this function)
../RP6Lib/custom/RP6ControlServoLib.c:90: error: 'IO_PD5' undeclared (first use in this function)
../RP6Lib/custom/RP6ControlServoLib.c:91: error: 'IO_PD6' undeclared (first use in this function)
../RP6Lib/custom/RP6ControlServoLib.c: In function 'startSERVO':
../RP6Lib/custom/RP6ControlServoLib.c:141: error: 'TIMSK' undeclared (first use in this function)
../RP6Lib/custom/RP6ControlServoLib.c:142: error: 'TRUE' undeclared (first use in this function)
... usw.

Was muss ich tun?