Advertisement
RuiViana

Untitled

Jan 21st, 2016
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. void main ()
  2. {
  3. setup_adc_ports (NO_ANALOGS);
  4. setup_adc (ADC_OFF);
  5. setup_psp (PSP_DISABLED);
  6. setup_spi (SPI_SS_DISABLED);
  7. setup_timer_0 (RTCC_INTERNAL|RTCC_DIV_1);
  8. setup_timer_1 (T1_DISABLED);
  9. setup_timer_2 (T2_DISABLED, 0, 1);
  10. setup_comparator (NC_NC_NC_NC);
  11. setup_vref (FALSE);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement