all repos — visor @ 42992927ab4ddb7345ce288ff0424a11b69fed00

Unnamed repository; edit this file 'description' to name the repository.

target C3 esp
confusedbread confuseddbread@gmail.com
Thu, 07 May 2026 13:59:11 +0200
commit

42992927ab4ddb7345ce288ff0424a11b69fed00

parent

d3fbc28ea9a27b27556c7ad45d965d4c3cd7f3a9

3 files changed, 3 insertions(+), 8 deletions(-)

jump to
M go.modgo.mod

@@ -1,8 +1,5 @@

module codeberg.org/confusedbread/visor.git -go 1.24.0 +go 1.19 -require ( - github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect - tinygo.org/x/drivers v0.34.0 // indirect -) +require tinygo.org/x/drivers v0.34.0
M go.sumgo.sum

@@ -1,4 +1,2 @@

-github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4= -github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ= tinygo.org/x/drivers v0.34.0 h1:lw8ePJeUSn9oICKBvQXHC9TIE+J00OfXfkGTrpXM9Iw= tinygo.org/x/drivers v0.34.0/go.mod h1:ZdErNrApSABdVXjA1RejD67R8SNRI6RKVfYgQDZtKtk=
M main.gomain.go

@@ -82,7 +82,7 @@ }

func main() { var pin machine.Pin - pin = 13 + pin = 1 pin.Configure(machine.PinConfig{Mode: machine.PinOutput}) device := ws2812.NewWS2812(pin)