Other Parts Discussed in Thread: MSP430F5438
I am using MSP430 F5438. And I want to implement function which waits for certan amount of microseconds (not miliseconds).
Something like this:
void watiMicroseconds(int microseconds)
{
????
}
How can I do that?