M

Results 10 comments of M

i cant build docker image because on host i need to run "composer install"

i installed vscode from original website (ubuntu 20.04) and it works. so problem is not with go but with snapd vscode package, i think.

found this one looks simple implementation https://github.com/d2r2/go-i2c

added SPI support. arduino uno can shift data out at up to 8mhz with almost 0 cpu cycles. also, no breaking changes ;)

> That's pretty cool, thanks for the contribution. (I'll test this before merging.) ok ;) how long it could take?

```cpp #define SHIFT_REGISTER_USES_SPI_WITH_FREQUENCY 20000000UL #include #include #define LATCH 7 ShiftRegister74HC595 sr(LATCH); void setup() { Serial.begin(115200); TCCR1A = 0; TCCR1B = 0; TCNT1 = 0; OCR1A = 10; TCCR1B |= (1

hey, any progress / problems with this PR?

hey @Simsso what do you think about this? is there anything i can improve?

> @blinkinglight apologies for the delay in getting back to you on this, keen to get support for this added to `pyinfra`. Happy to have a look myself if you...

waiting for this feature