embd icon indicating copy to clipboard operation
embd copied to clipboard

Embedded Programming Framework in Go

Results 50 embd issues
Sort by recently updated
recently updated
newest added

panic: embd: your host ": ARMv7 Processor rev 3 (v7l)" is not supported at this moment. request support at https://github.com/kidoman/embd/issues Hi Anyone know how to fix in a RPi 4b?

Hi . I'm getting the following error when trying to run reef-pi on orange-pi pc `can't build hal pin 8: embd: your host ": ARMv7 Processor rev 5 (v7l)" is...

@kidoman embd is broken in pi4 due to cpu hardware code being different. We use embd to power reef-pi and would greatly appreciate if we could make it run without...

How do I get Slacker access?

I was trying to figure out why the adafruit driver works and this one does not. https://github.com/adafruit/Adafruit-Motor-HAT-Python-Library/blob/master/Adafruit_MotorHAT/Adafruit_PWM_Servo_Driver.py Mode register 2 was never configured. Also I believe sleep here is unnecessary....

Does this support banana pi?

Probably not a big deal but wanted to mention it ``` $ go get -u github.com/kidoman/embd/... # github.com/kidoman/embd/host/generic ../../../github.com/kidoman/embd/host/generic/interrupt.go:50: undefined: syscall.EpollCreate1 ../../../github.com/kidoman/embd/host/generic/interrupt.go:57: undefined: syscall.EpollEvent ../../../github.com/kidoman/embd/host/generic/interrupt.go:60: undefined: syscall.EpollWait ```

How do you mean this: > concurrency as a language feature (allows for direct representation of the real world) :slightly_smiling_face:

Hello, I have this error : `host: invalid host \"Raspberry Pi\"` What can I do please ? I use your library in a Golang program that is running in a...

It doesn't look like PWM is implemented for the Pi. https://github.com/kidoman/embd/blob/bfcd1345fe4e3d17ca82475c0c2f3d53120f87a9/host/rpi/rpi.go This library does it: https://github.com/stianeikeland/go-rpio/blob/master/rpio.go See also #34