Update detectors.md

This commit is contained in:
zacho112 2021-06-14 19:31:09 +02:00 committed by Blake Blackshear
parent 5d0984998d
commit 03e756dd27

View File

@ -30,6 +30,15 @@ detectors:
device: usb:1
```
Native Coral (Dev Board):
```yaml
detectors:
coral:
type: edgetpu
device: ''
```
Multiple PCIE/M.2 Corals:
```yaml
@ -42,15 +51,6 @@ detectors:
device: pci:1
```
Native Corals (Dev Board):
```yaml
detectors:
coral:
type: edgetpu
device: ''
```
Mixing Corals:
```yaml