Add example for dual PCIe
@@ -30,6 +30,18 @@ detectors:
device: usb:1
```
+Multiple PCIE/M.2 Corals:
+
+```yaml
+detectors:
+ coral1:
+ type: edgetpu
+ device: pci:0
+ coral2:
+ device: pci:1
+```
Mixing Corals:
```yaml