Vincent

Results 7 comments of Vincent

Anny updates on this issue ?

@matthiku Could you open a new issue with some example code, since this seems not related to the styling.

Just one other note is that the install script configures the NRF24 libs to use the `--driver=SPIDEV`. This somehow breaks the support for raspberypi.

Thats what I thought as well (I am kind of new to this stuff). But I was testing 2 programs. A very simple one (from the examples folder) where my...

Tested master but no luck. Now setting up the SPI seems to fail`gpio mmap failed: Cannot allocate memory`. When googled suggested fixes are compiling using SPIDEV but it is the...

For future reference. As listed in the mailchimp api docs a status property has to be passed along with the tag name. ``` $MailChimp->post("lists/$list_id/members/$subscriber_hash/tags", [ 'tags' => [ [ 'name'...

@welintonti Thanks for linking to the issue I totally missed it, will got through it and add a pull request.