mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-13 11:23:40 +00:00
typo in package name of examples
This commit is contained in:
committed by
Ron Evans
parent
78fdaad9c0
commit
28dbbe2e65
@@ -1,4 +1,4 @@
|
|||||||
package i2c_128x32
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"machine"
|
"machine"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
package i2c_128x64
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"image/color"
|
"image/color"
|
||||||
|
|||||||
Reference in New Issue
Block a user