We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
AgsiSetSFRReadValue() can read out the value of a port pins,whitch function can assign a value to the port pin instead of the SFR?
whitch function can assign a value to the port pin instead of the SFR? The value output on the port pin is the value in the SFR. To change the state of the pin without using the SFR, you must use a wire. Jon