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 Quote
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). Quote
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: Quote
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! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.