[pdu] Add support for the arduino-driven relay board

This change adds a new package for the arduino-driven relay board which
powers the HiKeys.

IN-367

Change-Id: Ia2f1c41750e4fe2755662179e5355b097465b880
2 files changed
tree: 328651d312d87ac4f0fc8efe354e81b6429f5912
  1. catapult/
  2. cmd/
  3. gerrit-policy/
  4. netboot/
  5. ninjalog/
  6. pdu/
  7. perf/
  8. retry/
  9. serial/
  10. telnet/
  11. tftp/
  12. .gitignore
  13. AUTHORS
  14. Gopkg.lock
  15. Gopkg.toml
  16. LICENSE
  17. MAINTAINERS
  18. manifest
  19. PATENTS
  20. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}