/* Soil Sensor Bootloader * Sense/Net (RS-485) Bus * Sensiplicity Systems * * Copyright 2015 * * Department of Botany and Plant Pathology * Center for Genome Research and Biocomputing * Oregon State University * Corvallis, OR 97331 * * This program is not free software; you can not redistribute it and/or * modify it at all. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ #include /* This module contains an autonomous set of interrupts that manages * the Sense/Net bus. Specifically, it supports commands to update * the firmware of the device. */ /* Initialize the pins, peripherals, and interrupts for the UART. */ void init_bus(void); /* If set to 1 by this Sense/Net module, the main firmware will not be * started. */ extern volatile uint8_t ProgrammingMode;