/Designs/Measuring_instruments/RMDS01B/SW/timemark/main.c
18,7 → 18,7
{
output_low(SYNC_OUTPUT);
output_toggle(LED2);
delay_us(50); // na svvakove staci 5us v Upici bylo potreba energii zvednout
delay_us(5); // na svvakove staci 5us v Upici bylo potreba energii zvednout
output_high(SYNC_OUTPUT);
sync=0;
}
40,7 → 40,7
setup_comparator(NC_NC_NC_NC);// This device COMP currently not supported by the PICWizard
 
 
output_low(SYNC_OUTPUT);
output_high(SYNC_OUTPUT);
output_high(LED1);
output_high(LED2);
output_high(LED3);