Mathias Giacomuzzi

Results 21 comments of Mathias Giacomuzzi

@Propanu Many thanks. My problem is let´s say I have a driver in C which works very well. So there I have extracted the spi stuf so the driver is...

@Propanu many thanks that was what i found out. For developing it is really bad that building took so much time. So therefore I delete almost every driver in the...

Hi, I tried to work on my driver for a ad7124 here https://github.com/mgiaco/upm/tree/only_ad7124/src/ad7124 So it works now as expected but I have a question concerning the C defines i use...

@Propanu many thanks. I have moved the defines. Is there a way how I can tell swig to generate functions for the Function-like Macros? Example C: ```C #define AD7124_CFG_REG_BURNOUT(x) (((x)...

Also some other problem is how can I map this pointer to something python is able to handle? ```C /*! Reads the conversion result from the device. */ int32_t ReadData(int32_t*...

@Propanu okay many thanks - i will try this later.

I use python-can at work. We made some different implementations for our in house CAN protocol. Python CAN helps us a lot because we must support different USB to CAN...

@felixdivo I can try it but I am very busy these days so it will take some time.

okay that sounds great... by the why is there a new repo?