static void reset_unmodulated() // Resets an unmodulated carrier
{
    SPI_UNSET_CARRIER(); //SPI_SET_UNMODULATED(0x0000,0x0000,0x0500,0x0010);
}
Пример #2
0
// Reset the interferer back to normal mode
void reset_jammer(){
	SPI_UNSET_CARRIER();
}
// MACROS for switching on/off the modulated carrier
static void reset_modulated() // Resets a modulated carrier
{
    SPI_UNSET_CARRIER(); //SPI_SET_MODULATED(0x0500);
}