mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-16 21:03:23 +00:00
all: switch to using custom domain for all drivers
Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
// Package ssd1306 implements a driver for the SSD1306 led matrix controller, it comes in various colors and screen sizes.
|
||||
//
|
||||
// Datasheet: https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf
|
||||
package ssd1306
|
||||
//
|
||||
package ssd1306 // import "tinygo.org/x/drivers/ssd1306"
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
||||
Reference in New Issue
Block a user