wangnick

Results 4 issues of wangnick

Thanks Kai for the superb Android applications. I'm currently trying to connect from an HC-05 module (as master) to my two SMA solar inverters which provide slave RFCOMM services each....

enhancement

Hi Watterott folks, why is there SPI1.h and SPI1.cpp implementing new classes SPI1Class and SPI1Settings, and then one new extern instance SPI1? Why not rather redesigned SPI.h and SPI.cpp implementing...

It would be awesome to have diffraction gratings added as a tool option. I'm currently building a simple spectrometer, and such tool would much help its simulation and design.

new tool

Hi Pierre, I found that I can allow the ISR to be interruptable, thereby lowering the latency of other interrupts significantly, as follows: ```cpp static void can_isr () { //...