sneakthief Posted October 30, 2012 Report Posted October 30, 2012 (edited) What C code can you use to latch J6:SC and J6:RC from the PIC core? Or do I have to insert some assembly here? I want to use them LED DOUT's in my C app, similar to the way they're used as clock and start/stop in the MIDIbox CV. Edited October 30, 2012 by sneakthief
nILS Posted October 30, 2012 Report Posted October 30, 2012 To set individual pins on PortC you can use PORTCbits.RCX = Y; (with X being 0..7 and Y being 0 or 1).
sneakthief Posted October 31, 2012 Author Report Posted October 31, 2012 Danke Nils :) I tried searching the forum for a while but somehow didn't use the right keywords to catch your other post about this:
nILS Posted October 31, 2012 Report Posted October 31, 2012 Interesting - I could have just linked to that thread... If I had remembered writing it... :rolleyes: :flowers: Have fun!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now