Marvin ROGER

Results 55 comments of Marvin ROGER

It's not 404, it's just that there is no readme.

Weird, it's written published a month ago.

Oh, you're right!

Hi everyone, Sorry for the late response, but to handle multiple shutters from the same callback, it's pretty simple. Let's take the example code: ```c++ Shutters shutters1; Shutters shutters2; void...

Hi @hary66 ! You can instantiate 2 shutters, sharing the same "handlers". Each handler receives as its first parameter the pointer of the shutters instance the handler should take action...

You can try one of the earlier versions, that should be working. I don't have a C.H.I.P. since 2017, so I can't help here. If you want to upgrade Alpine,...

Well, the build was daily and automated, in case something was updated from the buildroot image. It seems like it was not! I am sure the image worked when I...

It won't at the moment, it makes use of the kernel from the buildroot image, which is I think only compatible with the C.H.I.P. Moreover, as there are more NAND...

Pretty much, yes. You can read this for a more detailed explanation : https://softwareengineering.stackexchange.com/a/86158

Yes, `RANDOM_REG32` is an hardware random number generator, so it should be fine.