Clare Coleman
/
UTCSBootcamp
Wrapped Freescale Cup code for the UT CS summer boot camp.
Diff: TFC.h
- Revision:
- 4:4233d072b5af
- Parent:
- 0:2010bcffbae0
--- a/TFC.h Thu Aug 22 21:52:21 2013 +0000 +++ b/TFC.h Fri Aug 23 00:38:23 2013 +0000 @@ -231,8 +231,17 @@ extern volatile uint8_t TFC_LineScanCameraDataReady; +float getLine(); +float init2(); + +void TFC_GPIO_Init(); + +void TFC_InitADC_System(); // Always call this before the Servo init function.... The IRQ for the Servo code modifies ADC registers and the clocks need enable to the ADC peripherals 1st! + +void TFC_InitLineScanCamera(); + /** @} */ -#endif +#endif \ No newline at end of file