From cd1516dfb2d89f69d7ee3c53b4b89b2e89b736d7 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Ruel Date: Mon, 26 Mar 2018 08:17:52 -0400 Subject: [PATCH] devices: Remove devices.Device Use conn.Resource instead. Fixes #184 --- devices/devices.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/devices/devices.go b/devices/devices.go index e57d30a..d3eb19d 100644 --- a/devices/devices.go +++ b/devices/devices.go @@ -13,13 +13,6 @@ import ( "periph.io/x/periph/conn" ) -// Device is a basic device. -// -// Deprecated: This interface will be removed in v3. Use conn.Resource instead. -type Device interface { - Halt() error -} - // Display represents a pixel output device. It is a write-only interface. // // What Display represents can be as varied as a 1 bit OLED display or a strip