function exportRelay() {
  return unexportPin(config.relayPin).then(() =>
    exportPin(config.relayPin, 'out')
  ).catch(err => console.error);
}