a4ca71d0ad
that made things fast lol also fix error output for skylabify
17 lines
275 B
Go
17 lines
275 B
Go
//go:build ignore
|
|
// +build ignore
|
|
|
|
package main
|
|
|
|
// TODO: implement netlink support to set baud rate and other parameters.
|
|
|
|
import (
|
|
"github.com/mdlayher/netlink"
|
|
"golang.org/x/sys/unix"
|
|
)
|
|
|
|
// this program demonstrates basic CAN stuff.
|
|
// i give up this shit is so hard
|
|
|
|
|