public NexusClient()
 {
     rfm9XDevice = new Rfm9XDevice(SPI.SPI_module.SPI3, (Cpu.Pin) 28, (Cpu.Pin) 15, (Cpu.Pin) 26);
     _led.Set(0, 0, 0);
 }