Hier mal die Schaltung und der Bascom Code:
ich hoffe mal das ist auch richtig so...Code:$regfile = "m8def.dat" $framesize = 32 $swstack = 32 $hwstack = 32 $crystal = 1000000 'Ausgänge zum L293 Config Portc.0 = Output Config Portc.1 = Output Config Portc.2 = Output Config Portc.3 = Output Do Portc.0 = 0 Portc.1 = 1 Portc.2 = 0 Portc.3 = 1 Loop End
Lesezeichen