genau das habe ich genommen nur war ich da schon das erste mal plat weil dort
mit Config pinc.6 ein ausgang configuriert wird
jedoch überall wo ich nachgucke ausgänge immer mit
config portc.6 = output
und eingänge mit
config pinx.x configuriert werden
Code:
' Für Motorentest
'Ports für linken Motor
Config Pinc.6 = Output 'Linker Motor Kanal 1
Config Pinc.7 = Output 'Linker Motor Kanal 2
Config Pind.4 = Output 'Linker Motor PWM
'Ports für rechten Motor
Config Pinb.0 = Output 'Rechter Motor Kanal 1
Config Pinb.1 = Output 'Rechter Motor Kanal 2
Config Pind.5 = Output
oder ist das egal ob config PINx.x oder PORTx.x genommen wird ?