Question
Does anyone here know the command for drain (Pump Out)? This is all I need to find out and then i have a basic program to be put onto chip. An Example of the code i am using:
A BSF PORTB,2 ;WASH ACTION CLOCKWISE
CALL DELAY12
BCF PORTB,2 ;STOP WASH ACTION
CALL DELAY2
BSF PORTB,3...