Write a C function that uses Output Compare to create a delay between 1 and 100 s. The number of seconds is passed as an unsigned int
argument to the function. Let the PR2:PR0 bits of TSCR2 = 111. It may not be possible to create a 100% precise delay; be as accurate as is possible.