Wu Jiang
Wu Jiang
It looks like Raspberry pi needs some time to get a digital pin link properly after it is being exported. Sample code to run: ``` go package main import (...
Exported digital pins can be uninitialized. #### How to reproduce the problem ``` go package main import ( "fmt" "github.com/kidoman/embd" _ "github.com/wujiang/embd/host/rpi" ) func main() { embd.InitGPIO() defer embd.CloseGPIO() fmt.Println(embd.SetDirection(12,...
It looks like Raspberry pi needs some time after `export` to link the digital pin properly. ``` go package main import ( "fmt" "os" "time" ) func main() { exporter,...
Is there a way for it to mimic a person's voice by using that person's voice samples? Thank you.
First and foremost, huge thanks to the author @will127534 for all the work! I'm trying to get the BOM ready and send the design to jlcpcb. Wondering if anyone made...