so :-
Not_PB2 = ~DigitalInputPin
That easy ?
Thank You
Very Very Quick question :-
I have a digital input..... How do I invert it in software , Brain freeze :-(
BR
Andy
Thank you all for reading
Hi Mark, welcome to the forum.
I'm a hobbyist (the hobbiest of hobbyists) and struggle similarly. I have come to the conclusion that I can spend time trying to quantify the noise - so as to know...
"SSP1BUF = MRFSPIdata": This loads real fast. But the actual transmission that takes place after that, takes a lot more micro seconds.
If you write to the SSP1BUF back to back, the TX buffer gets...
Do you think it would be too risky to just assume the transmission is complete if I am only sending a byte or two?
just send using MSSP and go about your business or must I poll the flag?
do I have...
Correct on both accounts. As the SPI clock frequency goes up there's not much gain going the interrupt route so you can just as well poll the flag like that. The MSSP module CAN be a bit tricky to...
HenrikOlsson - 20th February 2019, 20:41I assume you are correct, thanks but I really think that could be worded much more clearly if so.
The manual says SHIFTOUT is about 50kHz clock dependent on osc freq, what is 50k based on osc...
Re: Not or Invert
Not at all..
andybarrett1 Yesterday, 16:03Just couldn't get it
Old Age
Thank you