all: switch to using custom domain for all drivers

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2019-05-27 17:09:32 +02:00
committed by Ayke
parent 7757122598
commit c09f0a8075
62 changed files with 86 additions and 65 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
// Package pcd8544 implements a driver for the PCD8544 48x84 pixels matrix LCD, used in Nokia's 5110 and 3310 phones.
//
// Datasheet: http://eia.udg.edu/~forest/PCD8544_1.pdf
package pcd8544
//
package pcd8544 // import "tinygo.org/x/drivers/pcd8544"
import (
"errors"