/Designs/Measuring_instruments/AWS01A/SW/PIC16F887/main.c/main.c
72,7 → 72,7
setup_ccp1(CCP_OFF);
setup_comparator(NC_NC_NC_NC); // This device COMP currently not supported by the PICWizard
setup_oscillator(OSC_8MHZ);
// setup_wdt(WDT_1152MS|WDT_DIV_16);
setup_wdt(WDT_1152MS|WDT_DIV_16);
setup_spi(SPI_MASTER | SPI_MODE_0 | SPI_CLK_DIV_64);
output_high(CSN_SPI);