Mauro Soligo
Results
3
comments of
Mauro Soligo
I placed a "LED toggle" in the main loop and it stops if I turn off my can master. Now I did a little test by calling CANStop () on...
This is my sdkconfig file. [sdkconfig.zip](https://github.com/espressif/esp-at/files/5219164/sdkconfig.zip)
Is there any news about SPI mraa support on a recent kernel in BeagleBone Black? In my code I try to open SPI device using: `spi = mraa_spi_init(SPI_BUS);` I'm usind...