package pcb
import (
"th7/ports"
)
func NewAdapter(LED bool) (ports.PCBPort, error) {
return NewDummyAdapter(LED)
}