Michael Naylor
Michael Naylor
### Board Type RaspberryP4 ### Operating System raspIO Bullseye 64 bit ### Swift Version 5.5 ### Description When using `onRaising` to measure the rotational speed of a 5000 rpm fan,...
Raspberry Pi 4B, RASPIO 64 bit Bullseye Lite, Swift Version 5.5 For example, to read the Status Register of an SHT31 (datasheet page 13) would require... ``` i2c.writeByte(0x44, command: 0xF3,...
Although the package installs (if we ignore signing), it's not working on Monterey.
Maybe because I have a Pluto Revision D, but getting persistent keys working appears to be broken. After many many installs of either v0.32 or v0.34 via drag & drop...
Offering devices such as ds18b20 and i2c219 would be much more useful if there were examples showing how to use them.
After several days trying to modify SwiftySHT20, I now realise I'm completely out of my depth and the data sheets are quite different. So I'm asking if you will consider...
**What are you trying to do?** Discover if the appsrc example works. **To Reproduce** git clone https://github.com/go-gst/go-gst.git cd go-gst go run examples/appsrc/main.go **Panic log** None. **Additional context** The example runs...
go.mod has: ``` github.com/go-gst/go-glib v1.4.0 github.com/go-gst/go-gst v1.4.0 ``` code has: ``` elems, err := gst.NewElementMany("appsrc", "videoconvert", "autovideosink") ``` and: ``` WithFormat(video.Format(video.FormatRGBA), width, height). ``` I feed in a slice of...
After running "go build -tags legacy", I get this... ../../go/pkg/mod/github.com/haivision/[email protected]/accept.go:5:10: fatal error: srt/srt.h: No such file or directory 5 | #include | ^~~~~~~~~~~ compilation terminated. So, what am I doing...